Home
last modified time | relevance | path

Searched refs:ain0 (Results 1 – 3 of 3) sorted by relevance

/frameworks/rs/rsov/tests/RSoVTest/src/com/android/rs/rsov/test/
DUT_multi_input.java73 float ain0[] = new float[Xdim]; in run() local
75 Ain0.copyTo(ain0); in run()
84 if (ain0[i] != a[i]) { in run()
85 Log.e(name, "Ain0 was " + a[i] + " but changed to " + ain0[i]); in run()
/frameworks/rs/tests/java_api/RsTest/src/com/android/rs/test/
Dforeach_multi.rs14 rs_allocation ain0, ain1, ain2;
80 (rsGetElementAt_uint(ain0, i) +
100 (rsGetElementAt_uint(ain0, i) +
121 (rsGetElementAt_uint(ain0, i) +
142 uint32_t sum = rsGetElementAt_uint(ain0, i) +
/frameworks/rs/cpu_ref/
DrsCpuScript.cpp567 const Allocation *ain0 = ains[0]; in reduceMtlsSetup() local
568 const Type *inType = ain0->getType(); in reduceMtlsSetup()
575 if (!ain0->hasSameDims(ains[Index])) { in reduceMtlsSetup()
651 const Allocation *ain0 = ains[0]; in forEachMtlsSetup() local
652 const Type *inType = ain0->getType(); in forEachMtlsSetup()
659 if (!ain0->hasSameDims(ains[Index])) { in forEachMtlsSetup()