Searched refs:int3 (Results 1 – 23 of 23) sorted by relevance
/cts/tests/tests/renderscript/src/android/renderscript/cts/generated/ |
D | TestConvert.rs | 87 float3 __attribute__((kernel)) testConvertFloat3Int3Float3(int3 inV) { 171 char3 __attribute__((kernel)) testConvertChar3Int3Char3(int3 inV) { 255 uchar3 __attribute__((kernel)) testConvertUchar3Int3Uchar3(int3 inV) { 339 short3 __attribute__((kernel)) testConvertShort3Int3Short3(int3 inV) { 423 ushort3 __attribute__((kernel)) testConvertUshort3Int3Ushort3(int3 inV) { 447 int3 __attribute__((kernel)) testConvertInt3Float3Int3(float3 inV) { 459 int3 __attribute__((kernel)) testConvertInt3Char3Int3(char3 inV) { 471 int3 __attribute__((kernel)) testConvertInt3Uchar3Int3(uchar3 inV) { 483 int3 __attribute__((kernel)) testConvertInt3Short3Int3(short3 inV) { 495 int3 __attribute__((kernel)) testConvertInt3Ushort3Int3(ushort3 inV) { [all …]
|
D | TestPown.rs | 35 int3 inExponent = rsGetElementAt_int3(gAllocInExponent, x); 55 int3 inExponent = rsGetElementAt_int3(gAllocInExponent, x);
|
D | TestClz.rs | 95 int3 __attribute__((kernel)) testClzInt3Int3(int3 inValue) {
|
D | TestIlogb.rs | 31 int3 __attribute__((kernel)) testIlogbFloat3Int3(float3 inV) {
|
D | TestNativeRootn.rs | 35 int3 inN = rsGetElementAt_int3(gAllocInN, x);
|
D | TestRootn.rs | 35 int3 inN = rsGetElementAt_int3(gAllocInN, x);
|
D | TestFrexp.rs | 39 int3 outExponent = 0;
|
D | TestAbs.rs | 63 uint3 __attribute__((kernel)) testAbsInt3Uint3(int3 inV) {
|
D | TestRemquo.rs | 43 int3 outQuotient = 0;
|
D | TestLgamma.rs | 55 int3 outSignOfGamma = 0;
|
D | TestClamp.rs | 175 int3 __attribute__((kernel)) testClampInt3Int3Int3Int3(int3 inValue, unsigned int x) { 176 int3 inMinValue = rsGetElementAt_int3(gAllocInMinValue, x); 177 int3 inMaxValue = rsGetElementAt_int3(gAllocInMaxValue, x); 337 int3 __attribute__((kernel)) testClampInt3IntIntInt3(int3 inValue, unsigned int x) {
|
D | TestLdexp.rs | 35 int3 inExponent = rsGetElementAt_int3(gAllocInExponent, x);
|
D | TestMin.rs | 184 int3 __attribute__((kernel)) testMinInt3Int3Int3(int3 inA, unsigned int x) { 185 int3 inB = rsGetElementAt_int3(gAllocInB, x);
|
D | TestMax.rs | 184 int3 __attribute__((kernel)) testMaxInt3Int3Int3(int3 inA, unsigned int x) { 185 int3 inB = rsGetElementAt_int3(gAllocInB, x);
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | reduce.rs | 363 static void fz3Init(int3 *accum) { accum->x = accum->y = accum->z = -1; } 365 static void fz3Accum(int3 *accum, 377 static void fz3Combine(int3 *accum, const int3 *accum2) { constant 422 static void ssAccum(long *accum, char c, float f, int3 i3) {
|
D | verify.rs | 142 int3 pref = convert_int3(rsGetElementAt_uchar3(in1, x, y)); 143 int3 ptst = convert_int3(rsGetElementAt_uchar3(in2, x, y)); 144 int3 d = convert_int3(abs(pref - ptst));
|
D | structs.rsh | 49 int3 i3;
|
D | kernel_input.rs | 123 VEC3_TEST(int3)
|
D | vector.rs | 29 int3 i32_3 = { 1, 2, 3 };
|
D | fe_all.rs | 67 void test_i32_3(const int3 *ain, uint3 *aout) { constant
|
D | kernel_all.rs | 71 uint3 __attribute__((kernel)) test_i32_3(int3 ain) {
|
/cts/tests/tests/rscpp/src/android/cts/rscpp/ |
D | verify.rs | 153 int3 pref = convert_int3(rsGetElementAt_uchar3(in1, x, y)); 154 int3 ptst = convert_int3(rsGetElementAt_uchar3(in2, x, y)); 155 int3 d = convert_int3(abs(pref - ptst));
|
/cts/tests/tests/rscpp/librscpptest/ |
D | fe_all.rs | 67 void test_i32_3(const int3 *ain, uint3 *aout) { constant
|