/frameworks/rs/tests/java_api/RSTest_CompatLib/src/com/android/rs/test/ |
UT_single_source_alloc.java | 35 RS_TYPE_FLOAT_64 (3),
|
/frameworks/rs/script_api/include/ |
rs_object_types.rsh | 141 RS_TYPE_FLOAT_64 = 3, // A 64 bit floating point value.
|
rs_allocation_create.rsh | 178 rs_element e = rsCreateElement(RS_TYPE_FLOAT_64); 313 rs_element e = rsCreateVectorElement(RS_TYPE_FLOAT_64, 2); 322 rs_element e = rsCreateVectorElement(RS_TYPE_FLOAT_64, 3); 331 rs_element e = rsCreateVectorElement(RS_TYPE_FLOAT_64, 4); 574 rs_element e = rsCreateElement(RS_TYPE_FLOAT_64); 709 rs_element e = rsCreateVectorElement(RS_TYPE_FLOAT_64, 2); 718 rs_element e = rsCreateVectorElement(RS_TYPE_FLOAT_64, 3); 727 rs_element e = rsCreateVectorElement(RS_TYPE_FLOAT_64, 4); [all...] |
/prebuilts/sdk/renderscript/include/ |
rs_object_types.rsh | 141 RS_TYPE_FLOAT_64 = 3, // A 64 bit floating point value.
|
rs_allocation_create.rsh | 178 rs_element e = rsCreateElement(RS_TYPE_FLOAT_64); 313 rs_element e = rsCreateVectorElement(RS_TYPE_FLOAT_64, 2); 322 rs_element e = rsCreateVectorElement(RS_TYPE_FLOAT_64, 3); 331 rs_element e = rsCreateVectorElement(RS_TYPE_FLOAT_64, 4); 574 rs_element e = rsCreateElement(RS_TYPE_FLOAT_64); 709 rs_element e = rsCreateVectorElement(RS_TYPE_FLOAT_64, 2); 718 rs_element e = rsCreateVectorElement(RS_TYPE_FLOAT_64, 3); 727 rs_element e = rsCreateVectorElement(RS_TYPE_FLOAT_64, 4); [all...] |
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
single_source_alloc.rs | 188 STORE_TO_ALLOC(RS_TYPE_FLOAT_64, double); 210 LAUNCH_VERIFY_KERNEL(RS_TYPE_FLOAT_64, double); 232 RS_TYPE_FLOAT_64, 309 TEST_DATA_TYPE(RS_TYPE_FLOAT_64, true, true, false);
|
verify.rs | 242 } else if (dt == RS_TYPE_FLOAT_64) { \
|
/cts/tests/tests/rscpp/librscpptest/ |
rs_jni_allocation.cpp | 439 passed &= helperCopy1D<double>(rs, s, 0, s, false, RS_TYPE_FLOAT_64); 448 passed &= helperCopy1D<double>(rs, s, off, count, true, RS_TYPE_FLOAT_64); 479 passed &= helperCopy2D<double>(rs, s, s, off, off, count, count, RS_TYPE_FLOAT_64); 510 passed &= helperCopy3D<double>(rs, s, s, s, off, off, off, count, count, count, RS_TYPE_FLOAT_64); 538 passed &= helperCopy1D<double>(rs, s, 0, s, false, RS_TYPE_FLOAT_64, true); 547 passed &= helperCopy1D<double>(rs, s, off, count, true, RS_TYPE_FLOAT_64, true); 572 passed &= helperCopy2D<double>(rs, s, s, off, off, count, count, RS_TYPE_FLOAT_64, true); 602 RS_TYPE_FLOAT_64, true);
|
rs_jni_element.cpp | 76 passed &= (Element::createVector(mRS, RS_TYPE_FLOAT_64, len) != nullptr);
|
/cts/tests/tests/rsblas/src/android/renderscript/cts/ |
verify.rs | 60 } else if (dt == RS_TYPE_FLOAT_64) { \ 188 } else if (dt == RS_TYPE_FLOAT_64) {
|
/frameworks/rs/ |
rsComponent.cpp | 149 case RS_TYPE_FLOAT_64:
|
rsDefines.h | 121 RS_TYPE_FLOAT_64,
|
/frameworks/rs/script_api/ |
rs_object_types.spec | 124 value: RS_TYPE_FLOAT_64 = 3, "A 64 bit floating point value."
|
/frameworks/rs/rsov/driver/ |
rsovRuntimeStubs.cpp | 590 ELEMENT_AT(double, RS_TYPE_FLOAT_64, 1) 591 ELEMENT_AT(double2, RS_TYPE_FLOAT_64, 2) 592 ELEMENT_AT(double3, RS_TYPE_FLOAT_64, 3) 593 ELEMENT_AT(double4, RS_TYPE_FLOAT_64, 4) [all...] |
/frameworks/rs/driver/runtime/ |
rs_allocation.c | 516 case RS_TYPE_FLOAT_64: 549 case RS_TYPE_FLOAT_64:
|
/frameworks/rs/cpp/ |
Element.cpp | 242 case RS_TYPE_FLOAT_64:
|
Allocation.cpp | 118 if (dt == RS_TYPE_FLOAT_64) {
|
/frameworks/rs/driver/ |
rsdRuntimeStubs.cpp | 637 ELEMENT_AT(double, RS_TYPE_FLOAT_64, 1) 638 ELEMENT_AT(double2, RS_TYPE_FLOAT_64, 2) 639 ELEMENT_AT(double3, RS_TYPE_FLOAT_64, 3) 640 ELEMENT_AT(double4, RS_TYPE_FLOAT_64, 4) [all...] |
/frameworks/base/rs/jni/ |
android_renderscript_RenderScript.cpp | 92 case RS_TYPE_FLOAT_64: \ [all...] |
/frameworks/rs/support/jni/ |
android_renderscript_RenderScript.cpp | 77 case RS_TYPE_FLOAT_64: \ [all...] |