Home
last modified time | relevance | path

Searched defs:float3 (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/intel/vulkan/grl/include/
DGRLOCLCompatibility.h86 typedef struct float3 struct
93 float3(){}; in float3() argument
94 float3( float ix, float iy, float iz ) : x(ix), y(iy), z(iz){}; in float3() argument
102 } float3; typedef
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DInitialize.cpp29 TType *float3 = new TType(EbtFloat, 3); in InsertBuiltInFunctions() local
/third_party/skia/third_party/externals/swiftshader/src/System/
DTypes.hpp206 using float3 = vec3<float>; typedef
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
Dcompatibility.hpp97 …typedef tvec3<float, highp> float3; //!< \brief single-precision floating-point vector with 3 c… typedef
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_surface.c875 const struct glsl_type* float3 = glsl_vector_type(GLSL_TYPE_FLOAT, 3); in nv50_blitter_make_fp() local
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_surface.c865 const struct glsl_type* float3 = glsl_vector_type(GLSL_TYPE_FLOAT, 3); in nvc0_blitter_make_vp() local