Searched defs:float3 (Results 1 – 8 of 8) sorted by relevance
33 typedef float __attribute__((ext_vector_type (3))) float3; typedef
4 typedef __attribute__(( ext_vector_type(3) )) float float3; typedef
6 typedef __attribute__(( ext_vector_type(3) )) float float3; typedef
29 TType *float3 = new TType(EbtFloat, 3); in InsertBuiltInFunctions() local
119 typedef float float3 __attribute__((ext_vector_type(3))); typedef
243 typedef float float3 __attribute__((vector_size (12))); typedef
46 using float3 = __attribute__((vector_size(16))) float; typedef