Home
last modified time | relevance | path

Searched refs:uint4 (Results 1 – 5 of 5) sorted by relevance

/external/clang/test/SemaOpenCL/
Dvector_conv_invalid.cl3 typedef unsigned int uint4 __attribute((ext_vector_type(4)));
9 uint4 u = (uint4)(1);
10 …int4' (vector of 4 'int' values) with an expression of incompatible type 'uint4' (vector of 4 'uns…
11 …conversion between ext-vector type 'int4' (vector of 4 'int' values) and 'uint4' (vector of 4 'uns…
13 … between ext-vector type 'uint3' (vector of 3 'unsigned int' values) and 'uint4' (vector of 4 'uns…
Dvector_inc_dec_ops.cl5 typedef __attribute__((ext_vector_type(4))) unsigned int uint4;
11 uint4 B = (uint4)(1);
/external/clang/test/CodeGen/
Dext-vector.c6 typedef __attribute__(( ext_vector_type(4) )) unsigned int uint4; typedef
252 void test14(uint4 *ap, uint4 *bp, unsigned c) { in test14()
253 uint4 a = *ap; in test14()
254 uint4 b = *bp; in test14()
282 int4 test15(uint4 V0) { in test15()
Dbuiltinshufflevector2.c4 typedef unsigned int uint4 __attribute__((ext_vector_type(4))); typedef
7 void clang_shufflevector_v_v( float4* A, float4 x, uint4 mask ) { in clang_shufflevector_v_v()
/external/clang/test/CodeGenOpenCL/
Dkernel-attributes.cl3 typedef unsigned int uint4 __attribute__((ext_vector_type(4)));
7 kernel __attribute__((vec_type_hint(uint4))) __attribute__((work_group_size_hint(8,16,32))) void ke…