Searched refs:uint4 (Results 1 – 5 of 5) sorted by relevance
3 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…
5 typedef __attribute__((ext_vector_type(4))) unsigned int uint4;11 uint4 B = (uint4)(1);
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…