Searched defs:uint2 (Results 1 – 4 of 4) sorted by relevance
32 typedef uint uint2 __attribute__((ext_vector_type(2))); typedef
262 static void my_uint2_comb(uint2 *accum, const uint2 *other) { } constant
333 static void my_uint2_comb(uint2 *accum, const uint2 *other) { } constant334 static void my_uint2_out(int *out, const uint2 *accum) { } constant
64 typedef uint32_t uint2 __attribute__((ext_vector_type(2))); typedef