Home | History | Annotate | Download | only in cpu_ref

Lines Matching full:__attribute__

23 typedef float float2 __attribute__((ext_vector_type(2)));
24 typedef float float3 __attribute__((ext_vector_type(3)));
25 typedef float float4 __attribute__((ext_vector_type(4)));
26 typedef uchar uchar2 __attribute__((ext_vector_type(2)));
27 typedef uchar uchar3 __attribute__((ext_vector_type(3)));
28 typedef uchar uchar4 __attribute__((ext_vector_type(4)));
29 typedef ushort ushort2 __attribute__((ext_vector_type(2)));
30 typedef ushort ushort3 __attribute__((ext_vector_type(3)));
31 typedef ushort ushort4 __attribute__((ext_vector_type(4)));
32 typedef uint uint2 __attribute__((ext_vector_type(2)));
33 typedef uint uint3 __attribute__((ext_vector_type(3)));
34 typedef uint uint4 __attribute__((ext_vector_type(4)));
35 typedef char char2 __attribute__((ext_vector_type(2)));
36 typedef char char3 __attribute__((ext_vector_type(3)));
37 typedef char char4 __attribute__((ext_vector_type(4)));
38 typedef short short2 __attribute__((ext_vector_type(2)));
39 typedef short short3 __attribute__((ext_vector_type(3)));
40 typedef short short4 __attribute__((ext_vector_type(4)));
41 typedef int int2 __attribute__((ext_vector_type(2)));
42 typedef int int3 __attribute__((ext_vector_type(3)));
43 typedef int int4 __attribute__((ext_vector_type(4)));
44 typedef long long2 __attribute__((ext_vector_type(2)));
45 typedef long long3 __attribute__((ext_vector_type(3)));
46 typedef long long4 __attribute__((ext_vector_type(4)));
56 static inline typeout##2 __attribute__((const, overloadable)) \
60 static inline typeout##3 __attribute__((const, overloadable)) \
64 static inline typeout##4 __attribute__((const, overloadable)) \