HomeSort by relevance Sort by last modified time
    Searched refs:char3 (Results 1 - 25 of 55) sorted by null

1 2 3

  /cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
TestAbs.rs 31 uchar3 __attribute__((kernel)) testAbsChar3Uchar3(char3 inV) {
TestClz.rs 31 char3 __attribute__((kernel)) testClzChar3Char3(char3 inValue) {
TestConvert.rs 39 float3 __attribute__((kernel)) testConvertFloat3Char3Float3(char3 inV) {
111 char3 __attribute__((kernel)) testConvertChar3Float3Char3(float3 inV) {
123 char3 __attribute__((kernel)) testConvertChar3Char3Char3(char3 inV) {
135 char3 __attribute__((kernel)) testConvertChar3Uchar3Char3(uchar3 inV) {
147 char3 __attribute__((kernel)) testConvertChar3Short3Char3(short3 inV) {
159 char3 __attribute__((kernel)) testConvertChar3Ushort3Char3(ushort3 inV) {
171 char3 __attribute__((kernel)) testConvertChar3Int3Char3(int3 inV) {
183 char3 __attribute__((kernel)) testConvertChar3Uint3Char3(uint3 inV) {
207 uchar3 __attribute__((kernel)) testConvertUchar3Char3Uchar3(char3 inV)
    [all...]
  /frameworks/rs/tests/cpp_api/typecheck/
kernels.rs 26 char3 c3;
27 char3 c3i = {1, 2, 3};
  /libcore/ojluni/src/main/java/java/io/
DataInputStream.java 602 int c, char2, char3; local
643 char3 = (int) bytearr[count-1];
644 if (((char2 & 0xC0) != 0x80) || ((char3 & 0xC0) != 0x80))
649 ((char3 & 0x3F) << 0));
  /frameworks/rs/tests/lldb/tests/testcases/
test_read_global.py 100 '(char3) char3_global = (11, -22, -33,',
216 ['(char3)',
test_read_local.py 99 '(char3) char3_local = (11, -22, -33,',
215 ['(char3)',
  /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...]
  /external/spirv-llvm/lib/SPIRV/runtime/OpenCL/inc/
spirv_convert.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
opencl-c.h 80 typedef char char3 __attribute__((ext_vector_type(3))); typedef
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/
opencl-c.h 80 typedef char char3 __attribute__((ext_vector_type(3))); typedef
    [all...]
  /external/clang/lib/Headers/
opencl-c.h 79 typedef char char3 __attribute__((ext_vector_type(3))); typedef
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
opencl-c.h 79 typedef char char3 __attribute__((ext_vector_type(3))); typedef
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
opencl-c.h 79 typedef char char3 __attribute__((ext_vector_type(3))); typedef
    [all...]
  /prebuilts/sdk/renderscript/clang-include/
opencl-c.h 79 typedef char char3 __attribute__((ext_vector_type(3))); typedef
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/
opencl-c.h 86 typedef char char3 __attribute__((ext_vector_type(3))); typedef
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/lib64/clang/5.0.1/include/
opencl-c.h 86 typedef char char3 __attribute__((ext_vector_type(3))); typedef
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/lib64/clang/5.0.2/include/
opencl-c.h 86 typedef char char3 __attribute__((ext_vector_type(3))); typedef
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/lib64/clang/5.0/include/
opencl-c.h 86 typedef char char3 __attribute__((ext_vector_type(3))); typedef
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/lib64/clang/5.0.1/include/
opencl-c.h 86 typedef char char3 __attribute__((ext_vector_type(3))); typedef
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/lib64/clang/5.0.2/include/
opencl-c.h 86 typedef char char3 __attribute__((ext_vector_type(3))); typedef
    [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};

Completed in 1028 milliseconds

1 2 3