Searched defs:float3 (Results 1 – 9 of 9) 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
54 typedef float float3 __attribute__((ext_vector_type(3))); typedef
206 using float3 = vec3<float>; typedef
186 using float3 = Vec3<float>; variable
97 …typedef tvec3<float, highp> float3; //!< \brief single-precision floating-point vector with 3 c… typedef
119 typedef float float3 __attribute__((ext_vector_type(3))); typedef
243 typedef float float3 __attribute__((vector_size (12))); typedef