Searched defs:float2 (Results 1 – 13 of 13) sorted by relevance
3 typedef __attribute__((ext_vector_type(2))) float float2; typedef
106 typedef __attribute__(( ext_vector_type(2) )) float float2; typedef
39 typedef float float2 __attribute__ ((vector_size (8))); typedef
3 typedef __attribute__(( ext_vector_type(2) )) float float2; typedef
35 float float2; member
39 typedef float float2 __attribute__((ext_vector_type(2))); typedef
20 TType *float2 = new TType(EbtFloat, 2); in InsertBuiltInFunctions() local
87 typedef float __attribute__((ext_vector_type(2))) float2; typedef
4 typedef __attribute__(( ext_vector_type(2) )) float float2; typedef
990 inline float PositiveRatio(float float1, float float2) { in PositiveRatio()
1608 Rop long2, Rop float2, Rop double2) { in pickBinaryOp()