Home
last modified time | relevance | path

Searched refs:char3 (Results 1 – 25 of 26) sorted by relevance

12

/external/clang/test/CodeGenOpenCL/
Das_type.cl3 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);
DvectorLoadStore.cl3 typedef char char3 __attribute((ext_vector_type(3)));;
6 void foo(char3 *P, char3 *Q) {
/external/llvm-project/clang/test/CodeGenOpenCL/
Das_type.cl3 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);
96 char3 ptr_to_char3(int *x) {
[all …]
DvectorLoadStore.cl4 typedef char char3 __attribute((ext_vector_type(3)));
9 void foo(char3 *P, char3 *Q) {
Damdgpu-alignment.cl9 typedef char __attribute__((ext_vector_type(3))) char3;
141 volatile local char3 lds_v3i8[4];
241 volatile local char3* lds_v3i8,
428 volatile private char3 private_v3i8[4];
Damdgpu-abi-struct-coerce.cl6 typedef __attribute__(( ext_vector_type(3) )) char char3;
/external/clang/test/SemaOpenCL/
Dshifts.cl6 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 …xpected-error {{vector operands do not have the same number of elements ('char3' (vector of 3 'cha…
Das_type.cl3 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' …
Dcond.cl7 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 o…
121 char3 ntest11(char2 C, char3 X, char Y)
123 …ector condition type 'char2' (vector of 2 'char' values) and result type 'char3' (vector of 3 'cha…
/external/llvm-project/clang/test/SemaOpenCL/
Dshifts.cl6 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 …xpected-error {{vector operands do not have the same number of elements ('char3' (vector of 3 'cha…
Das_type.cl3 char3 f1(char16 x) {
4 …return __builtin_astype(x, char3); // expected-error{{invalid reinterpretation: sizes of 'char3' …
Dcond.cl7 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 o…
121 char3 ntest11(char2 C, char3 X, char Y)
123 …ector condition type 'char2' (vector of 2 'char' values) and result type 'char3' (vector of 3 'cha…
/external/clang/lib/Headers/
Dopencl-c.h79 typedef char char3 __attribute__((ext_vector_type(3))); typedef
1808 char3 __ovld __cnfn convert_char3_rte(char3);
1809 char3 __ovld __cnfn convert_char3_sat_rte(char3);
1810 char3 __ovld __cnfn convert_char3_rtz(char3);
1811 char3 __ovld __cnfn convert_char3_sat_rtz(char3);
1812 char3 __ovld __cnfn convert_char3_rtp(char3);
1813 char3 __ovld __cnfn convert_char3_sat_rtp(char3);
1814 char3 __ovld __cnfn convert_char3_rtn(char3);
1815 char3 __ovld __cnfn convert_char3_sat_rtn(char3);
1816 char3 __ovld __cnfn convert_char3(char3);
[all …]
/external/pigweed/pw_base64/
Dbase64.cc126 const uint8_t char3 = CharToBits(base64[ch + 3]); in pw_Base64Decode() local
130 *binary++ = Byte2(char2, char3); in pw_Base64Decode()
/external/llvm-project/clang/lib/Headers/
Dopencl-c.h1572 char3 __ovld __cnfn convert_char3_rte(char3);
1573 char3 __ovld __cnfn convert_char3_sat_rte(char3);
1574 char3 __ovld __cnfn convert_char3_rtz(char3);
1575 char3 __ovld __cnfn convert_char3_sat_rtz(char3);
1576 char3 __ovld __cnfn convert_char3_rtp(char3);
1577 char3 __ovld __cnfn convert_char3_sat_rtp(char3);
1578 char3 __ovld __cnfn convert_char3_rtn(char3);
1579 char3 __ovld __cnfn convert_char3_sat_rtn(char3);
1580 char3 __ovld __cnfn convert_char3(char3);
1581 char3 __ovld __cnfn convert_char3_sat(char3);
[all …]
Dopencl-c-base.h66 typedef char char3 __attribute__((ext_vector_type(3))); typedef
/external/rust/crates/quote/src/
Druntime.rs260 ($name:ident $spanned:ident $char1:tt $char2:tt $char3:tt) => {
264 tokens.append(Punct::new($char3, Spacing::Alone));
273 let mut punct = Punct::new($char3, Spacing::Alone);
/external/llvm-project/libclc/generic/include/clc/integer/
Dgentype.inc28 #define __CLC_GENTYPE char3
30 #define __CLC_S_GENTYPE char3
95 #define __CLC_S_GENTYPE char3
/external/llvm-project/libclc/generic/include/clc/
Dclctypes.h26 typedef __attribute__((ext_vector_type(3))) char char3; typedef
Das_type.h21 #define as_char3(x) __builtin_astype(x, char3)
/external/skqp/tests/
DDeferredDisplayListTest.cpp664 SkSurfaceCharacterization char3 = char0.createResized(32, 32); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
665 REPORTER_ASSERT(reporter, char3.isValid()); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
666 REPORTER_ASSERT(reporter, 32 == char3.width()); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
667 REPORTER_ASSERT(reporter, 32 == char3.height()); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/external/skqp/src/compute/skc/
Dtypes.h140 typedef char3 skc_char3;
/external/skia/tests/
DDeferredDisplayListTest.cpp504 SkSurfaceCharacterization char3 = char0.createResized(32, 32); in DDLSurfaceCharacterizationTestImpl() local
505 REPORTER_ASSERT(reporter, char3.isValid()); in DDLSurfaceCharacterizationTestImpl()
506 REPORTER_ASSERT(reporter, 32 == char3.width()); in DDLSurfaceCharacterizationTestImpl()
507 REPORTER_ASSERT(reporter, 32 == char3.height()); in DDLSurfaceCharacterizationTestImpl()
/external/llvm-project/llvm/test/CodeGen/AMDGPU/
Dhsa-metadata-from-llvm-ir-full-v3.ll792 ; CHECK-NEXT: .type_name: char3
1620 ; CHECK-NEXT: .type_name: 'char3 addrspace(5)*'
1719 ; CHECK-NEXT: .type_name: 'char3 addrspace(5)*'
1926 !24 = !{!"int", !"short2", !"char3"}
1950 !93 = !{!"long addrspace(5)*", !"char addrspace(5)*", !"char2 addrspace(5)*", !"char3 addrspace…
Dhsa-metadata-from-llvm-ir-full.ll786 ; CHECK-NEXT: TypeName: char3
1592 ; CHECK-NEXT: TypeName: 'char3 addrspace(5)*'
1696 ; CHECK-NEXT: TypeName: 'char3 addrspace(5)*'
1898 !24 = !{!"int", !"short2", !"char3"}
1922 !93 = !{!"long addrspace(5)*", !"char addrspace(5)*", !"char2 addrspace(5)*", !"char3 addrspace…

12