Home
last modified time | relevance | path

Searched defs:int (Results 1 – 25 of 291) sorted by relevance

12345678910>>...12

/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
Dlayered_filter_fast_d1new.rs49 static int g_use_integral_image; variable
80 static const int g_kDepthScaleShift = 2; constant
82 static const int g_kMaxDepth = 256 >> g_kDepthScaleShift; constant
92 const int index = y * g_image_size_i4.s0 + x; // width constant
114 const int actual_depth = g_kMaxDepth - (in.a >> g_kDepthScaleShift); constant
121 const int index = y * g_image_size_i4.s0 + x; // width constant
155 const int kernel_center_x = g_blend_info.dilation_radius; constant
156 const int kernel_center_y = g_blend_info.dilation_radius; constant
157 const int kernel_dim_x = 2 * kernel_center_x + 1; constant
162 const int jump_to_next_pixel = 1; constant
[all …]
Dlayered_filter_fast_f32.rs50 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 …]
/frameworks/compile/slang/tests/F_reflection3264_foreach_mismatch/
Dreflection3264_foreach_mismatch.rs27 void ee(const int *in, short *out) { } constant
28 void ff(const int *in, void *out) { } constant
30 void ee(const int *in, void *out) { } constant
31 void ff(const int *in, short *out) { } constant
37 void gg(const int *in, int *out) { } constant
38 void hh(const int *in) { } constant
42 void gg(const int *in) { } constant
43 void hh(const int *in, int *out) { } constant
51 void kk(const int *in, void *out) { } constant
52 void ll(const int *in) { } constant
[all …]
/frameworks/av/drm/libdrmframework/
DNoOpDrmManagerClientImpl.cpp21 void NoOpDrmManagerClientImpl::remove(int /* uniqueId */) { in remove() argument
24 void NoOpDrmManagerClientImpl::addClient(int /* uniqueId */) { in addClient() argument
28 int /* uniqueId */) { in removeClient() argument
32 int /* uniqueId */, in setOnInfoListener() argument
37 DrmConstraints* NoOpDrmManagerClientImpl::getConstraints( in getConstraints() argument
40 const int /* action */) { in getConstraints()
45 int /* uniqueId */, in getMetadata() argument
51 int /* uniqueId */, in canHandle() argument
58 int /* uniqueId */, in processDrmInfo() argument
64 int /* uniqueId */, in acquireDrmInfo() argument
[all …]
/frameworks/compile/libbcc/tests/debuginfo/target-tests/
Dcrash.rs12 static int function_with_a_segfault() { constant
18 static int some_function() { constant
22 static int foo() { variable
26 static int bar() { variable
Dbreakpoint_function.rs15 static int twenty() { constant
19 static int some_function() { variable
23 static int foo() { constant
27 static int bar() { variable
Dbreakpoint_sourceline.rs14 static int twenty() { variable
18 static int some_function() { constant
22 static int foo() { constant
26 static int bar() { constant
Dbreakpoint_inlined_function.rs19 static int twenty() { constant
23 static int some_function() { variable
27 static int foo() { constant
31 static int bar() { constant
Dglobal_int.rs20 static int twenty() { constant
24 static int some_function() { constant
28 static int foo() { constant
32 static int bar() { constant
Dbreakpoint_inlined_sourceline.rs18 static int twenty() { variable
22 static int some_function() { variable
26 static int foo() { variable
30 static int bar() { variable
/frameworks/compile/slang/tests/F_kernel_static/
Dkernel_static.rs4 static int gi; constant
7 static int j; variable
13 static const int ci; constant
14 static int i; variable
18 static int RS_KERNEL static_kernel() { variable
/frameworks/rs/tests/java_api/ComputePerf/src/com/example/android/rs/computeperf/
Dmandelbrot.rs18 const int gMaxIteration = 500; constant
19 const int gDimX = 1024; constant
20 const int gDimY = 1024; constant
/frameworks/compile/slang/tests/F_reduce_general_bad_function/
Dreduce_general_bad_function.rs58 static int init_nonvoid(int *accum) { return 0; } constant
62 static void init_const(const int *accum) { } constant
96 static void comb_ptr(int *accum, const int *other) { } constant
102 static void comb_arr(int *accum, const int *other) { } constant
107 static void comb_obj(int *accum, const int *other) { } constant
127 static int accum_nonvoid(int *accum, int val) { return 0; } variable
131 static void accum_const(const int *accum, int val) { } constant
135 static void accum_valconst(int *const accum, const int val) { } constant
151 static void comb3(int *accum, const int *otherA, int otherB) { } constant
172 static __attribute__((overloadable)) void comb_over(int *accum, const int *other) { } constant
[all …]
/frameworks/compile/slang/tests/F_reduce_general_bad_halter/
Dreduce_general_bad_halter.rs18 static void halt_void(const int *accum) { } constant
22 static int halt_int(const int *accum) { return 0; } variable
30 static bool halt2(const int *accum, const int *accum2) { return false; } constant
34 static bool halt_special(const int *context) { return false; } constant
42 static __attribute__((overloadable)) bool halt_over(const int *accum) { return false; } constant
46 static __attribute__((overloadable)) bool halt_dup(const int *accum) { return false; } constant
54 bool halt_nonstatic(const int *accum) { return false; } constant
/frameworks/compile/slang/tests/P_reflection3264_divergent_support/
Dreflection3264_divergent.rs28 int i; field
38 int i; field
49 int x; field
64 void intFe(const int *in, int *out, const int *data) { } constant
66 void matFe(const int *in, int *out, const rs_matrix2x2 *data) { } constant
68 void allocFe(const int *in, int *out, const rs_allocation *data) { } constant
70 void ndFe(const int *in, int *out, const struct NonDivergent *data) { } constant
/frameworks/compile/slang/tests/P_reflection3264_divergent/
Dreflection3264_divergent.rs26 int i; field
36 int i; field
47 int x; field
62 void intFe(const int *in, int *out, const int *data) { } constant
64 void matFe(const int *in, int *out, const rs_matrix2x2 *data) { } constant
66 void allocFe(const int *in, int *out, const rs_allocation *data) { } constant
68 void ndFe(const int *in, int *out, const struct NonDivergent *data) { } constant
/frameworks/compile/slang/tests/F_reflection3264_struct_mismatch/
Dreflection3264_struct_mismatch.rs4 struct t { int f; }; field
6 struct q { int f; }; field
8 struct b { int f; }; field
10 struct j { int f; }; field
12 struct f { int f; }; field
14 struct o { int f; }; field
38 int a; field
55 int a; field
62 int a; field
74 int a; field
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
Dsingle_source_script.rs26 void oldFoo(const int* in, int* out, uint32_t x, uint32_t y) { constant
34 void oldGoo(const int* a, int* out) { constant
55 const int actual = rsGetElementAt_int(out, i, j); constant
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
Dsingle_source_script.rs24 void oldFoo(const int* in, int* out, uint32_t x, uint32_t y) { constant
32 void oldGoo(const int* a, int* out) { constant
53 const int actual = rsGetElementAt_int(out, i, j); constant
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
DFwdLockEngine.cpp122 DrmMetadata* FwdLockEngine::onGetMetadata(int /* uniqueId */, const String8* path) { in onGetMetadata() argument
135 android::status_t FwdLockEngine::onInitialize(int /* uniqueId */) { in onInitialize() argument
150 int /* uniqueId */, in onSetOnInfoListener() argument
158 android::status_t FwdLockEngine::onTerminate(int /* uniqueId */) { in onTerminate() argument
212 DrmSupportInfo* FwdLockEngine::onGetSupportInfo(int /* uniqueId */) { in onGetSupportInfo() argument
227 bool FwdLockEngine::onCanHandle(int /* uniqueId */, const String8& path) { in onCanHandle() argument
234 DrmInfoStatus* FwdLockEngine::onProcessDrmInfo(int /* uniqueId */, const DrmInfo* /* drmInfo */) { in onProcessDrmInfo() argument
247 int /* uniqueId */, in onSaveRights() argument
257 int /* uniqueId */, const DrmInfoRequest* /* drmInfoRequest */) { in onAcquireDrmInfo() argument
296 status_t FwdLockEngine::onConsumeRights(int /* uniqueId */, in onConsumeRights() argument
[all …]
/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
Dthreshold.rs22 static int radius; constant
28 const int MAX_RADIUS = 25; constant
/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
Dthreshold.rs22 static int radius; constant
28 const int MAX_RADIUS = 25; constant
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
Dthreshold.rs22 static int radius; constant
28 const int MAX_RADIUS = 25; constant
Dthreshold_half.rs22 static int radius; constant
28 const int MAX_RADIUS = 25; constant
/frameworks/compile/slang/tests/F_reflection3264_reduce_mismatch/
Dreflection3264_reduce_mismatch.rs4 struct S { int f; } ss; field
25 static void bbOut(int *out, const int *accum) { } constant
34 static void bbComb(int *a, const int *b) { } constant
39 static void ccComb(int *accum, const int *other) { } constant
40 static void ccOut(size_t *out, const int *accum) { } constant
49 static void ddComb(int *accum, const int *other) { } constant
65 static void eeComb(int *a, const int *other) { } constant
66 static void eeOut(EETYPE *out, const int *a) { } constant
68 static void ffComb(int *a, const int *other) { } constant
69 static void ffOut(FFTYPE *out, const int *a) { } constant

12345678910>>...12