/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/ |
D | layered_filter_fast_d1new.rs | 51 static int g_use_integral_image; variable 82 static const int g_kDepthScaleShift = 2; constant 84 static const int g_kMaxDepth = 256 >> g_kDepthScaleShift; constant 94 const int index = y * g_image_size_i4.s0 + x; // width constant 116 const int actual_depth = g_kMaxDepth - (in.a >> g_kDepthScaleShift); constant 123 const int index = y * g_image_size_i4.s0 + x; // width constant 157 const int kernel_center_x = g_blend_info.dilation_radius; constant 158 const int kernel_center_y = g_blend_info.dilation_radius; constant 159 const int kernel_dim_x = 2 * kernel_center_x + 1; constant 164 const int jump_to_next_pixel = 1; constant [all …]
|
D | layered_filter_fast_f32.rs | 50 static int g_use_integral_image; variable 90 static const int g_kDepthScaleShift = 2; constant 92 static const int g_kMaxDepth = 256 >> g_kDepthScaleShift; constant 102 const int index = y * g_image_size.width + x; constant 131 const int actual_depth = g_kMaxDepth - (in.a >> g_kDepthScaleShift); constant 138 const int index = y * g_image_size.width + x; // index of this pixel constant 176 const int kernel_center_x = g_blend_info.dilation_radius; constant 177 const int kernel_center_y = g_blend_info.dilation_radius; constant 178 const int kernel_dim_x = 2 * kernel_center_x + 1; constant 185 const int jump_to_next_pixel = 1; constant [all …]
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | setelementat.rs | 21 void compare(const int *ain) { constant 33 void setLargeArray(const int *ain, uint32_t x) { constant 42 void setLargeArray2D(const int *ain, uint32_t x) { constant
|
D | intrinsic_blur.rs | 21 static int radius; variable 25 const int MAX_RADIUS = 25; constant
|
D | get_allocation.rs | 4 const int* pointer; constant
|
D | global_sync.rs | 5 static int sInt; variable
|
D | scriptgroup.rs | 17 void arith(const int *ain, int *aout, uint32_t x) { constant 40 void compare(const int *ain) { constant
|
D | small_structs.rs | 59 static int numCharArrayTestsRun; variable 164 static int numTwoElementStructTestsRun; variable
|
D | negate.rs | 18 void root(const int *ain, int *aout) { constant
|
D | allocation_resize.rs | 5 void root(const int *in, int *out) { constant
|
D | struct_array.rs | 4 int i[5]; field
|
D | struct_pad.rs | 4 int i; field
|
D | reduce.rs | 331 static void fzCombine(int *accumIdx, const int *accumIdx2) { constant 415 static void sxCombine(int *accum, const int *accum2) { *accum += *accum2; } constant 467 static void oorrScaOut(ulong *out, const int *accum) { constant 472 static void oorrVec4Out(ulong4 *out, const int *accum) { constant 481 static void oorrArr9Out(Arr9 *out, const int *accum) { constant 488 static void oorrArr9Vec4Out(Arr9Vec4 *out, const int *accum) { constant 489 const int badIdx = (oorrBadPos >= 0 ? oorrBadPos / 4: -1); constant 490 const int badComp = (oorrBadPos >= 0 ? oorrBadPos % 4: -1); constant
|
D | void_ptr.rs | 12 void __attribute__((kernel))check_output_int(const int in, uint32_t x, uint32_t y) constant
|
D | kernel_input.rs | 176 int x[1]; field 180 int x[100]; field
|
D | noroot.rs | 9 void foo(const int *in, int *out, uint32_t x, uint32_t y) { constant
|
D | kernel_all.rs | 173 int i; field
|
D | primitives.rs | 26 int i; field
|
D | foreach.rs | 12 void foo(const int *in, int *out, uint32_t x, uint32_t y) { constant
|
D | fe_all.rs | 56 void test_i32(const int *ain, uint *aout) { constant 161 int i; field
|
/cts/tests/tests/rscpp/librscpptest/ |
D | setelementat.rs | 20 void compare(const int *ain) { constant 32 void setLargeArray(const int *ain, uint32_t x) { constant 41 void setLargeArray2D(const int *ain, uint32_t x) { constant
|
D | noroot.rs | 9 void foo(const int *in, int *out, uint32_t x, uint32_t y) { constant
|
D | foreach.rs | 12 void foo(const int *in, int *out, uint32_t x, uint32_t y) { constant
|
/cts/tests/tests/view/src/android/view/cts/surfacevalidator/ |
D | PixelCounter.rs | 30 static void countBlackishPixelsCombiner(int *accum, const int *other){ constant
|
/cts/tests/tests/rscpp/src/android/cts/rscpp/ |
D | verify.rs | 21 static const int RS_MSG_TEST_PASSED = 100; constant 22 static const int RS_MSG_TEST_FAILED = 101; constant
|