Searched defs:float3 (Results 1 – 12 of 12) 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
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
186 using float3 = Vec3<float>; variable
206 using float3 = vec3<float>; typedef
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
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