Home
last modified time | relevance | path

Searched refs:int2 (Results 1 – 25 of 27) sorted by relevance

12

/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
Dlayer_info_fast.rsh27 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) {
Dlayered_filter_d1new_helper.rsh20 // 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/
DTestConvert.rs83 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 …]
DTestPown.rs30 int2 inExponent = rsGetElementAt_int2(gAllocInExponent, x);
50 int2 inExponent = rsGetElementAt_int2(gAllocInExponent, x);
DTestClz.rs91 int2 __attribute__((kernel)) testClzInt2Int2(int2 inValue) {
DTestIlogb.rs27 int2 __attribute__((kernel)) testIlogbFloat2Int2(float2 inV) {
DTestNativeRootn.rs30 int2 inN = rsGetElementAt_int2(gAllocInN, x);
DTestRootn.rs30 int2 inN = rsGetElementAt_int2(gAllocInN, x);
DTestFrexp.rs32 int2 outExponent = 0;
DTestAbs.rs59 uint2 __attribute__((kernel)) testAbsInt2Uint2(int2 inV) {
DTestRemquo.rs35 int2 outQuotient = 0;
DTestLgamma.rs48 int2 outSignOfGamma = 0;
DTestClamp.rs169 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) {
DTestLdexp.rs30 int2 inExponent = rsGetElementAt_int2(gAllocInExponent, x);
DTestMin.rs179 int2 __attribute__((kernel)) testMinInt2Int2Int2(int2 inA, unsigned int x) {
180 int2 inB = rsGetElementAt_int2(gAllocInB, x);
DTestMax.rs179 int2 __attribute__((kernel)) testMaxInt2Int2Int2(int2 inA, unsigned int x) {
180 int2 inB = rsGetElementAt_int2(gAllocInB, x);
/cts/tests/tests/renderscript/src/android/renderscript/cts/
Dreduce.rs84 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) {
Dverify.rs22 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));
Dstructs.rsh48 int2 i2;
Dkernel_input.rs121 VEC2_TEST(int2)
Dvector.rs28 int2 i32_2 = { 1, 2 };
Dfe_all.rs61 void test_i32_2(const int2 *ain, uint2 *aout) { constant
Dkernel_all.rs64 uint2 __attribute__((kernel)) test_i32_2(int2 ain) {
/cts/tests/tests/rscpp/src/android/cts/rscpp/
Dverify.rs26 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/
Dfe_all.rs61 void test_i32_2(const int2 *ain, uint2 *aout) { constant

12