/external/clang/test/CodeGenOpenCL/ |
vectorLoadStore.cl | 3 typedef char char3 __attribute((ext_vector_type(3)));; 6 void foo(char3 *P, char3 *Q) {
|
as_type.cl | 3 typedef __attribute__(( ext_vector_type(3) )) char char3; 11 char3 f1(char4 x) { 12 return __builtin_astype(x, char3); 18 char4 f2(char3 x) { 26 char3 f3(int x) { 27 return __builtin_astype(x, char3); 42 int f5(char3 x) { 58 char3 f7(char3 x) { 59 return __builtin_astype(x, char3); [all...] |
/external/clang/test/SemaOpenCL/ |
as_type.cl | 3 typedef __attribute__(( ext_vector_type(3) )) char char3; 6 char3 f1(char16 x) { 7 return __builtin_astype(x, char3); // expected-error{{invalid reinterpretation: sizes of 'char3' (vector of 3 'char' values) and 'char16' (vector of 16 'char' values) must match}}
|
shifts.cl | 6 typedef __attribute__((ext_vector_type(3))) char char3; 39 char3 v = {1,1,1}; 40 char3 w = {1,2,3}; 51 char3 ntest02(char3 c, char2 s) { 52 return c << s; // expected-error {{vector operands do not have the same number of elements ('char3' (vector of 3 'char' values) and 'char2' (vector of 2 'char' values))}}
|
cond.cl | 7 typedef char char3 __attribute__((ext_vector_type(3))); 116 char3 ntest10(char C, char3 X, char2 Y) 118 return C ? X : Y; // expected-error {{implicit conversions between vector types ('char3' (vector of 3 'char' values) and 'char2' (vector of 2 'char' values)) are not permitted}} 121 char3 ntest11(char2 C, char3 X, char Y) 123 return C ? X : Y; // expected-error {{vector condition type 'char2' (vector of 2 'char' values) and result type 'char3' (vector of 3 'char' values) do not have the same number of elements}}
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/generated/ |
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...] |
TestClz.rs | 31 char3 __attribute__((kernel)) testClzChar3Char3(char3 inValue) {
|
/external/spirv-llvm/lib/SPIRV/runtime/OpenCL/inc/ |
spirv_convert.h | [all...] |
/frameworks/rs/tests/lldb/tests/harness/ |
RS_funs.py | 35 uchar3 abs(char3 v); 114 char3 clamp(char3 value, char min_value, char max_value); 115 char3 clamp(char3 value, char3 min_value, char3 max_value); 177 char3 clz(char3 value); 375 char3 max(char3 a, char3 b) [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/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-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-3859424/lib64/clang/4.0/include/ |
opencl-c.h | 80 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/darwin-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/darwin-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/darwin-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/darwin-x86/clang-4691093/lib64/clang/6.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...] |