Searched defs:float3 (Results 1 – 6 of 6) sorted by relevance
86 typedef struct float3 struct93 float3(){}; in float3() argument94 float3( float ix, float iy, float iz ) : x(ix), y(iy), z(iz){}; in float3() argument102 } float3; typedef
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
875 const struct glsl_type* float3 = glsl_vector_type(GLSL_TYPE_FLOAT, 3); in nv50_blitter_make_fp() local
865 const struct glsl_type* float3 = glsl_vector_type(GLSL_TYPE_FLOAT, 3); in nvc0_blitter_make_vp() local