| /cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/ |
| D | layered_filter_fast_d1new.rs | 51 static int g_use_integral_image; constant 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/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/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 | global_sync.rs | 5 static int sInt; constant
|
| D | scriptgroup.rs | 17 void arith(const int *ain, int *aout, uint32_t x) { constant 40 void compare(const int *ain) { constant
|
| D | get_allocation.rs | 4 const int* pointer; constant
|
| D | small_structs.rs | 59 static int numCharArrayTestsRun; constant 164 static int numTwoElementStructTestsRun; constant
|
| D | allocation_resize.rs | 5 void root(const int *in, int *out) { constant
|
| D | negate.rs | 18 void root(const int *ain, int *aout) { constant
|
| D | struct_array.rs | 4 int i[5]; field
|
| D | struct_pad.rs | 4 int i; field
|
| D | void_ptr.rs | 12 void __attribute__((kernel))check_output_int(const int in, uint32_t x, uint32_t y) constant
|
| 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 | kernel_input.rs | 176 int x[1]; field 180 int x[100]; 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 443 static void oorrScaOut(ulong *out, const int *accum) { constant 448 static void oorrVec4Out(ulong4 *out, const int *accum) { constant 457 static void oorrArr9Out(Arr9 *out, const int *accum) { constant 464 static void oorrArr9Vec4Out(Arr9Vec4 *out, const int *accum) { constant 465 const int badIdx = (oorrBadPos >= 0 ? oorrBadPos / 4: -1); constant 466 const int badComp = (oorrBadPos >= 0 ? oorrBadPos % 4: -1); constant
|
| D | foreach.rs | 12 void foo(const int *in, int *out, uint32_t x, uint32_t y) { constant
|
| D | primitives.rs | 26 int i; field
|
| D | fe_all.rs | 56 void test_i32(const int *ain, uint *aout) { constant 161 int i; field
|
| /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
|
| /cts/suite/audio_quality/lib/src/audio/ |
| D | AudioLocal.cpp | 20 bool AudioLocal::prepare(AudioHardware::SamplingRate samplingRate, int gain, int /*mode*/) in prepare() argument
|