Home
last modified time | relevance | path

Searched refs:RSRuntimeException (Results 1 – 25 of 44) sorted by relevance

12

/aosp12/frameworks/base/rs/java/android/renderscript/
H A DScriptIntrinsicBLAS.java244 throw new RSRuntimeException("Invalid side passed to BLAS"); in validateSide()
264 throw new RSRuntimeException("Invalid diag passed to BLAS"); in validateDiag()
270 throw new RSRuntimeException("Invalid uplo passed to BLAS"); in validateUplo()
581 throw new RSRuntimeException("Invalid dimension for Ap"); in validateTPMV()
1262 throw new RSRuntimeException("Invalid dimension for Ap"); in validateSPMV()
1349 throw new RSRuntimeException("Invalid dimension for Ap"); in validateSPR()
1407 throw new RSRuntimeException("Invalid dimension for Ap"); in validateSPR2()
2495 throw new RSRuntimeException("Matrix A is not symmetric"); in SSYMM()
2521 throw new RSRuntimeException("Matrix A is not symmetric"); in DSYMM()
2547 throw new RSRuntimeException("Matrix A is not symmetric"); in CSYMM()
[all …]
H A DFileA3D.java155 throw new RSRuntimeException("Unrecognized object type in file."); in internalCreate()
243 throw new RSRuntimeException("Unable to create a3d file from asset " + path); in createFromAsset()
263 throw new RSRuntimeException("Unable to create a3d file from " + path); in createFromFile()
301 throw new RSRuntimeException("Unable to open resource " + id); in createFromResource()
309 throw new RSRuntimeException("Unsupported asset stream"); in createFromResource()
313 throw new RSRuntimeException("Unable to create a3d file from resource " + id); in createFromResource()
H A DFont.java169 throw new RSRuntimeException("Unable to create font from file " + path); in createFromFile()
193 throw new RSRuntimeException("Unable to create font from asset " + path); in createFromAsset()
210 throw new RSRuntimeException("Unable to open resource " + id); in createFromResource()
220 throw new RSRuntimeException("Unsupported asset stream created"); in createFromResource()
224 throw new RSRuntimeException("Unable to create font from resource " + id); in createFromResource()
H A DRSRuntimeException.java29 public class RSRuntimeException class
31 public RSRuntimeException(String string) { in RSRuntimeException() method in RSRuntimeException
H A DScriptC.java68 throw new RSRuntimeException("Loading of ScriptC script failed."); in ScriptC()
87 throw new RSRuntimeException("Loading of ScriptC script failed."); in ScriptC()
H A DBaseObj.java45 throw new RSRuntimeException("Internal Error, reset of object ID."); in setID()
65 throw new RSRuntimeException("Internal error: Object id 0."); in getID()
H A DRSIllegalArgumentException.java29 public class RSIllegalArgumentException extends RSRuntimeException {
H A DRSInvalidStateException.java29 public class RSInvalidStateException extends RSRuntimeException {
H A DRSDriverException.java29 public class RSDriverException extends RSRuntimeException {
/aosp12/frameworks/compile/slang/tests/P_reduce_general_inputs/
H A DScriptC_reduce_general_inputs.java.expect163 throw new RSRuntimeException("Type mismatch with F16!");
167 throw new RSRuntimeException("Type mismatch with F16!");
227 throw new RSRuntimeException("Type mismatch with F16!");
231 throw new RSRuntimeException("Type mismatch with F16!");
295 throw new RSRuntimeException("Type mismatch with F16!");
363 throw new RSRuntimeException("Type mismatch with F16!");
431 throw new RSRuntimeException("Type mismatch with F16!");
499 throw new RSRuntimeException("Type mismatch with F16!");
563 throw new RSRuntimeException("Type mismatch with F16!");
567 throw new RSRuntimeException("Type mismatch with F32!");
[all …]
/aosp12/frameworks/rs/support/java/src/androidx/renderscript/
H A DScriptIntrinsicBLAS.java251 throw new RSRuntimeException("Invalid side passed to BLAS");
271 throw new RSRuntimeException("Invalid diag passed to BLAS");
277 throw new RSRuntimeException("Invalid uplo passed to BLAS");
668 throw new RSRuntimeException("Invalid dimension for Ap"); in validateTPMV()
1541 throw new RSRuntimeException("Invalid dimension for Ap"); in validateSPMV()
1628 throw new RSRuntimeException("Invalid dimension for Ap"); in validateSPR()
1686 throw new RSRuntimeException("Invalid dimension for Ap"); in validateSPR2()
3138 throw new RSRuntimeException("Matrix A is not symmetric"); in SSYMM()
3174 throw new RSRuntimeException("Matrix A is not symmetric"); in DSYMM()
3210 throw new RSRuntimeException("Matrix A is not symmetric"); in CSYMM()
[all …]
H A DRSRuntimeException.java29 public class RSRuntimeException class
31 public RSRuntimeException(String string) { in RSRuntimeException() method in RSRuntimeException
H A DBaseObj.java42 throw new RSRuntimeException("Internal Error, reset of object ID."); in setID()
62 throw new RSRuntimeException("Internal error: Object id 0."); in getID()
H A DScriptC.java66 throw new RSRuntimeException("Loading of ScriptC script failed."); in ScriptC()
88 throw new RSRuntimeException("Loading of ScriptC script failed."); in ScriptC()
H A DRSDriverException.java29 public class RSDriverException extends RSRuntimeException {
H A DRSIllegalArgumentException.java29 public class RSIllegalArgumentException extends RSRuntimeException {
H A DRSInvalidStateException.java29 public class RSInvalidStateException extends RSRuntimeException {
/aosp12/frameworks/compile/slang/tests/P_reflection3264_divergent/
H A DScriptC_reflection3264_divergent.java.expect276 throw new RSRuntimeException("Type mismatch with I32!");
280 throw new RSRuntimeException("Type mismatch with I32!");
319 throw new RSRuntimeException("Type mismatch with I32!");
323 throw new RSRuntimeException("Type mismatch with I32!");
358 throw new RSRuntimeException("Type mismatch with I32!");
362 throw new RSRuntimeException("Type mismatch with I32!");
394 throw new RSRuntimeException("Type mismatch with I32!");
398 throw new RSRuntimeException("Type mismatch with I32!");
429 throw new RSRuntimeException("Type mismatch with I32!");
433 throw new RSRuntimeException("Type mismatch with I32!");
[all …]
/aosp12/frameworks/compile/slang/tests/P_reflection3264_divergent_support/
H A DScriptC_reflection3264_divergent.java.expect273 throw new RSRuntimeException("Type mismatch with I32!");
277 throw new RSRuntimeException("Type mismatch with I32!");
316 throw new RSRuntimeException("Type mismatch with I32!");
320 throw new RSRuntimeException("Type mismatch with I32!");
355 throw new RSRuntimeException("Type mismatch with I32!");
359 throw new RSRuntimeException("Type mismatch with I32!");
391 throw new RSRuntimeException("Type mismatch with I32!");
395 throw new RSRuntimeException("Type mismatch with I32!");
426 throw new RSRuntimeException("Type mismatch with I32!");
430 throw new RSRuntimeException("Type mismatch with I32!");
[all …]
/aosp12/frameworks/compile/slang/tests/P_reduce_general_accumulator/
H A DScriptC_reduce_general_accumulator.java.expect108 throw new RSRuntimeException("Type mismatch with I32!");
141 throw new RSRuntimeException("Type mismatch with I32!");
174 throw new RSRuntimeException("Type mismatch with I32!");
207 throw new RSRuntimeException("Type mismatch with I32!");
240 throw new RSRuntimeException("Type mismatch with I32!");
273 throw new RSRuntimeException("Type mismatch with I32!");
306 throw new RSRuntimeException("Type mismatch with I32!");
339 throw new RSRuntimeException("Type mismatch with I32!");
372 throw new RSRuntimeException("Type mismatch with I32!");
405 throw new RSRuntimeException("Type mismatch with I32!");
[all …]
/aosp12/frameworks/compile/slang/tests/P_reduce_general_input/
H A DScriptC_reduce_general_input.java.expect176 throw new RSRuntimeException("Type mismatch with F16!");
209 throw new RSRuntimeException("Type mismatch with F16!");
242 throw new RSRuntimeException("Type mismatch with F16!");
275 throw new RSRuntimeException("Type mismatch with F16!");
308 throw new RSRuntimeException("Type mismatch with F16!");
341 throw new RSRuntimeException("Type mismatch with F16!");
374 throw new RSRuntimeException("Type mismatch with F16!");
407 throw new RSRuntimeException("Type mismatch with F16!");
440 throw new RSRuntimeException("Type mismatch with F16!");
473 throw new RSRuntimeException("Type mismatch with F16!");
[all …]
/aosp12/frameworks/compile/slang/tests/P_reduce_general_examples_explicit/
H A DScriptC_reduce_general_examples_explicit.java.expect191 throw new RSRuntimeException("Type mismatch with I32!");
224 throw new RSRuntimeException("Type mismatch with I32!");
257 throw new RSRuntimeException("Type mismatch with I32!");
282 … throw new RSRuntimeException("Array length mismatch between parameters \"in1\" and \"in2\"!");
305 throw new RSRuntimeException("Type mismatch with F32!");
309 throw new RSRuntimeException("Type mismatch with F32!");
320 throw new RSRuntimeException("Dimension mismatch between parameters ain1 and ain2!");
354 throw new RSRuntimeException("Type mismatch with U8!");
/aosp12/frameworks/compile/slang/tests/P_reduce_general_examples/
H A DScriptC_reduce_general_examples.java.expect229 throw new RSRuntimeException("Type mismatch with I32!");
262 throw new RSRuntimeException("Type mismatch with I32!");
287 … throw new RSRuntimeException("Array length mismatch between parameters \"in1\" and \"in2\"!");
310 throw new RSRuntimeException("Type mismatch with F32!");
314 throw new RSRuntimeException("Type mismatch with F32!");
325 throw new RSRuntimeException("Dimension mismatch between parameters ain1 and ain2!");
359 throw new RSRuntimeException("Type mismatch with F32!");
392 throw new RSRuntimeException("Type mismatch with I32!");
425 throw new RSRuntimeException("Type mismatch with I32!");
458 throw new RSRuntimeException("Type mismatch with U8!");
[all …]
/aosp12/frameworks/compile/slang/tests/P_reduce_general_examples_backward/
H A DScriptC_reduce_general_examples_backward.java.expect229 throw new RSRuntimeException("Type mismatch with I32!");
262 throw new RSRuntimeException("Type mismatch with I32!");
287 … throw new RSRuntimeException("Array length mismatch between parameters \"in1\" and \"in2\"!");
310 throw new RSRuntimeException("Type mismatch with F32!");
314 throw new RSRuntimeException("Type mismatch with F32!");
325 throw new RSRuntimeException("Dimension mismatch between parameters ain1 and ain2!");
359 throw new RSRuntimeException("Type mismatch with F32!");
392 throw new RSRuntimeException("Type mismatch with I32!");
425 throw new RSRuntimeException("Type mismatch with I32!");
458 throw new RSRuntimeException("Type mismatch with U8!");
[all …]
/aosp12/frameworks/compile/slang/tests/P_reduce_general_result/
H A DScriptC_reduce_general_result.java.expect2743 throw new RSRuntimeException("Type mismatch with F16!");
2850 throw new RSRuntimeException("Type mismatch with F16!");
2957 throw new RSRuntimeException("Type mismatch with F32!");
3064 throw new RSRuntimeException("Type mismatch with F32!");
3171 throw new RSRuntimeException("Type mismatch with F64!");
3278 throw new RSRuntimeException("Type mismatch with F64!");
3385 throw new RSRuntimeException("Type mismatch with I8!");
3492 throw new RSRuntimeException("Type mismatch with I8!");
3599 throw new RSRuntimeException("Type mismatch with I16!");
4241 throw new RSRuntimeException("Type mismatch with U8!");
[all …]

12