Searched refs:uint4 (Results 1 – 4 of 4) sorted by relevance
3 typedef unsigned int uint4 __attribute((ext_vector_type(4)));9 uint4 u = (uint4)(1);10 …int4 i = u; // expected-error{{initializing 'int4' with an expression of incompatible type 'uint4'…11 …int4 e = (int4)u; // expected-error{{invalid conversion between ext-vector type 'int4' and 'uint4'…13 … u4 = (uint3)u; // expected-error{{invalid conversion between ext-vector type 'uint3' and 'uint4'}}
6 typedef __attribute__(( ext_vector_type(4) )) unsigned int uint4; typedef252 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()
4 typedef unsigned int uint4 __attribute__((ext_vector_type(4))); typedef7 void clang_shufflevector_v_v( float4* A, float4 x, uint4 mask ) { in clang_shufflevector_v_v()
3 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…