HomeSort by relevance Sort by last modified time
    Searched full:char3 (Results 26 - 50 of 119) sorted by null

12 3 4 5

  /prebuilts/clang/host/linux-x86/clang-4579689/lib64/clang/6.0.1/include/
opencl-c.h 86 typedef char char3 __attribute__((ext_vector_type(3))); typedef
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/lib64/clang/6.0.1/include/
opencl-c.h 86 typedef char char3 __attribute__((ext_vector_type(3))); typedef
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/lib64/clang/6.0.1/include/
opencl-c.h 86 typedef char char3 __attribute__((ext_vector_type(3))); typedef
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/lib64/clang/6.0.2/include/
opencl-c.h 86 typedef char char3 __attribute__((ext_vector_type(3))); typedef
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
TestAbs.rs 31 uchar3 __attribute__((kernel)) testAbsChar3Uchar3(char3 inV) {
TestMax.rs 104 char3 __attribute__((kernel)) testMaxChar3Char3Char3(char3 inA, unsigned int x) {
105 char3 inB = rsGetElementAt_char3(gAllocInB, x);
TestMin.rs 104 char3 __attribute__((kernel)) testMinChar3Char3Char3(char3 inA, unsigned int x) {
105 char3 inB = rsGetElementAt_char3(gAllocInB, x);
TestClamp.rs 79 char3 __attribute__((kernel)) testClampChar3Char3Char3Char3(char3 inValue, unsigned int x) {
80 char3 inMinValue = rsGetElementAt_char3(gAllocInMinValue, x);
81 char3 inMaxValue = rsGetElementAt_char3(gAllocInMaxValue, x);
265 char3 __attribute__((kernel)) testClampChar3CharCharChar3(char3 inValue, unsigned int x) {
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
structs.rsh 41 char3 b3;
  /frameworks/compile/slang/tests/P_math_int/
math_int.rs 21 char3 c3;
  /frameworks/rs/tests/cpp_api/typecheck/
kernels.rs 26 char3 c3;
27 char3 c3i = {1, 2, 3};
  /frameworks/rs/script_api/include/
rs_convert.rsh 56 convert_float3(char3 v);
109 extern char3 __attribute__((const, overloadable))
118 extern char3 __attribute__((const, overloadable))
119 convert_char3(char3 v);
127 extern char3 __attribute__((const, overloadable))
136 extern char3 __attribute__((const, overloadable))
145 extern char3 __attribute__((const, overloadable))
154 extern char3 __attribute__((const, overloadable))
163 extern char3 __attribute__((const, overloadable))
182 convert_uchar3(char3 v)
    [all...]
  /prebuilts/sdk/renderscript/include/
rs_convert.rsh 56 convert_float3(char3 v);
109 extern char3 __attribute__((const, overloadable))
118 extern char3 __attribute__((const, overloadable))
119 convert_char3(char3 v);
127 extern char3 __attribute__((const, overloadable))
136 extern char3 __attribute__((const, overloadable))
145 extern char3 __attribute__((const, overloadable))
154 extern char3 __attribute__((const, overloadable))
163 extern char3 __attribute__((const, overloadable))
182 convert_uchar3(char3 v)
    [all...]
  /frameworks/rs/tests/lldb/cpp/KernelVariables/
simple.rs 42 char3 char3_global = {11, -22, -33};
104 char3 char3_local = {11, -22, -33};
  /frameworks/rs/tests/lldb/java/KernelVariables/src/rs/
simple.rs 42 char3 char3_global = {11, -22, -33};
104 char3 char3_local = {11, -22, -33};
  /frameworks/rs/tests/lldb/jni/KernelVariables/jnikernelvariables/
simple.rs 42 char3 char3_global = {11, -22, -33};
104 char3 char3_local = {11, -22, -33};
  /frameworks/rs/tests/lldb/tests/testcases/
test_write_global.py 150 '(char3)', ['(char3)', '(2, -3, 4,'])
test_write_local.py 150 '(char3)', ['(char3)', '(2, -3, 4,'])
  /frameworks/compile/slang/tests/P_all_api_19/
all19.rs     [all...]
  /frameworks/compile/slang/tests/P_all_api_20/
all20.rs     [all...]
  /frameworks/compile/slang/tests/P_all_api_17/
all17.rs     [all...]
  /frameworks/compile/slang/tests/P_all_api_22/
all22.rs     [all...]
  /frameworks/compile/slang/tests/P_all_api_23/
all23.rs     [all...]
  /frameworks/compile/slang/tests/P_all_api_11/
all11.rs     [all...]
  /frameworks/compile/slang/tests/P_all_api_12/
all12.rs     [all...]

Completed in 1227 milliseconds

12 3 4 5