Searched refs:int2 (Results 1 – 25 of 27) sorted by relevance
12
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/ |
D | layer_info_fast.rsh | 27 const int2 layer_info_f2) { 31 static inline int OnTheLayer(int depth, const int2 layer_info_i2) { 37 int depth, const int2 layer_info_f2) { 43 const int2 layer_info_f2) {
|
D | layered_filter_d1new_helper.rsh | 20 // int2 that stores the target layer info: 1. front_depth, 2. back_depth; declared in layered_filte… 21 static int2 g_target_layer_i2; 126 const int2 layer_info_i2, const float4 alloc_kernel_info,
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/generated/ |
D | TestConvert.rs | 83 float2 __attribute__((kernel)) testConvertFloat2Int2Float2(int2 inV) { 167 char2 __attribute__((kernel)) testConvertChar2Int2Char2(int2 inV) { 251 uchar2 __attribute__((kernel)) testConvertUchar2Int2Uchar2(int2 inV) { 335 short2 __attribute__((kernel)) testConvertShort2Int2Short2(int2 inV) { 419 ushort2 __attribute__((kernel)) testConvertUshort2Int2Ushort2(int2 inV) { 443 int2 __attribute__((kernel)) testConvertInt2Float2Int2(float2 inV) { 455 int2 __attribute__((kernel)) testConvertInt2Char2Int2(char2 inV) { 467 int2 __attribute__((kernel)) testConvertInt2Uchar2Int2(uchar2 inV) { 479 int2 __attribute__((kernel)) testConvertInt2Short2Int2(short2 inV) { 491 int2 __attribute__((kernel)) testConvertInt2Ushort2Int2(ushort2 inV) { [all …]
|
D | TestPown.rs | 30 int2 inExponent = rsGetElementAt_int2(gAllocInExponent, x); 50 int2 inExponent = rsGetElementAt_int2(gAllocInExponent, x);
|
D | TestClz.rs | 91 int2 __attribute__((kernel)) testClzInt2Int2(int2 inValue) {
|
D | TestIlogb.rs | 27 int2 __attribute__((kernel)) testIlogbFloat2Int2(float2 inV) {
|
D | TestNativeRootn.rs | 30 int2 inN = rsGetElementAt_int2(gAllocInN, x);
|
D | TestRootn.rs | 30 int2 inN = rsGetElementAt_int2(gAllocInN, x);
|
D | TestFrexp.rs | 32 int2 outExponent = 0;
|
D | TestAbs.rs | 59 uint2 __attribute__((kernel)) testAbsInt2Uint2(int2 inV) {
|
D | TestRemquo.rs | 35 int2 outQuotient = 0;
|
D | TestLgamma.rs | 48 int2 outSignOfGamma = 0;
|
D | TestClamp.rs | 169 int2 __attribute__((kernel)) testClampInt2Int2Int2Int2(int2 inValue, unsigned int x) { 170 int2 inMinValue = rsGetElementAt_int2(gAllocInMinValue, x); 171 int2 inMaxValue = rsGetElementAt_int2(gAllocInMaxValue, x); 331 int2 __attribute__((kernel)) testClampInt2IntIntInt2(int2 inValue, unsigned int x) {
|
D | TestLdexp.rs | 30 int2 inExponent = rsGetElementAt_int2(gAllocInExponent, x);
|
D | TestMin.rs | 179 int2 __attribute__((kernel)) testMinInt2Int2Int2(int2 inA, unsigned int x) { 180 int2 inB = rsGetElementAt_int2(gAllocInB, x);
|
D | TestMax.rs | 179 int2 __attribute__((kernel)) testMaxInt2Int2Int2(int2 inA, unsigned int x) { 180 int2 inB = rsGetElementAt_int2(gAllocInB, x);
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | reduce.rs | 84 static void fMMOutConverter(int2 *result, 341 static void fz2Init(int2 *accum) { accum->x = accum->y = -1; } 343 static void fz2Accum(int2 *accum, 353 static void fz2Combine(int2 *accum, const int2 *accum2) { constant 400 static void modeOutConvert(int2 *result, const Histogram *h) {
|
D | verify.rs | 22 static int2 errorLoc = {0,0}; constant 167 int2 pref = convert_int2(rsGetElementAt_uchar2(in1, x, y)); 168 int2 ptst = convert_int2(rsGetElementAt_uchar2(in2, x, y)); 169 int2 d = convert_int2(abs(pref - ptst));
|
D | structs.rsh | 48 int2 i2;
|
D | kernel_input.rs | 121 VEC2_TEST(int2)
|
D | vector.rs | 28 int2 i32_2 = { 1, 2 };
|
D | fe_all.rs | 61 void test_i32_2(const int2 *ain, uint2 *aout) { constant
|
D | kernel_all.rs | 64 uint2 __attribute__((kernel)) test_i32_2(int2 ain) {
|
/cts/tests/tests/rscpp/src/android/cts/rscpp/ |
D | verify.rs | 26 static int2 errorLoc = {0,0}; constant 179 int2 pref = convert_int2(rsGetElementAt_uchar2(in1, x, y)); 180 int2 ptst = convert_int2(rsGetElementAt_uchar2(in2, x, y)); 181 int2 d = convert_int2(abs(pref - ptst));
|
/cts/tests/tests/rscpp/librscpptest/ |
D | fe_all.rs | 61 void test_i32_2(const int2 *ain, uint2 *aout) { constant
|
12