Searched defs:float3 (Results 1 – 4 of 4) sorted by relevance
29 TType *float3 = new TType(EbtFloat, 3); in InsertBuiltInFunctions() local
206 using float3 = vec3<float>; typedef
97 …typedef tvec3<float, highp> float3; //!< \brief single-precision floating-point vector with 3 c… typedef
46 using float3 = __attribute__((vector_size(16))) float; typedef