Home
last modified time | relevance | path

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

/external/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
/external/clang/test/Sema/
Dvector-init.c33 typedef float __attribute__((ext_vector_type (3))) float3; typedef
Dext_vector_components.c4 typedef __attribute__(( ext_vector_type(3) )) float float3; typedef
Dext_vector_casts.c6 typedef __attribute__(( ext_vector_type(3) )) float float3; typedef
/external/renderscript-intrinsics-replacement-toolkit/renderscript-toolkit/src/main/cpp/
DUtils.h54 typedef float float3 __attribute__((ext_vector_type(3))); typedef
/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dtypes.h186 using float3 = Vec3<float>; variable
/external/swiftshader/src/System/
DTypes.hpp206 using float3 = vec3<float>; typedef
/external/oboe/samples/RhythmGame/third_party/glm/gtx/
Dcompatibility.hpp97 …typedef tvec3<float, highp> float3; //!< \brief single-precision floating-point vector with 3 c… typedef
/external/clang/lib/Headers/
Dopencl-c.h119 typedef float float3 __attribute__((ext_vector_type(3))); typedef
/external/clang/test/CodeGen/
Dppc64le-aggregates.c243 typedef float float3 __attribute__((vector_size (12))); typedef
/external/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
/external/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