Home
last modified time | relevance | path

Searched defs:float4 (Results 1 – 22 of 22) sorted by relevance

/third_party/mesa3d/src/intel/vulkan/grl/include/
DGRLOCLCompatibility.h104 typedef struct float4 struct
112 float4() {}; in float4() argument
113 float4( float ix, float iy, float iz, float iw ) : x( ix ), y( iy ), z( iz ), w( iw ) {}; in float4() argument
118 } float4; typedef
/third_party/ffmpeg/compat/cuda/
Dcuda_runtime.h84 typedef struct __device_builtin__ __align__(16) float4 struct
87 } float4; argument
/third_party/skia/experimental/graphite/src/geom/
DVectorTypes.h18 using float4 = vec<4>; variable
/third_party/skia/src/gpu/
DGrVx.h22 using float4 = vec<4>; variable
/third_party/skia/m133/tests/graphite/
DRectTest.cpp17 using float4 = skvx::float4; in DEF_GRAPHITE_TEST() typedef
/third_party/skia/src/gpu/tessellate/
DTessellation.h26 using float4 = vec<4>; variable
DWangsFormula.h66 using float4 = skvx::Vec<4, float>; variable
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DInitialize.cpp30 TType *float4 = new TType(EbtFloat, 4); in InsertBuiltInFunctions() local
/third_party/skia/m133/src/gpu/tessellate/
DTessellation.cpp28 using float4 = skvx::float4; typedef
DPatchWriter.h264 using float4 = skvx::float4; variable
/third_party/skia/tests/
DSkDSLRuntimeEffectTest.cpp117 using float4 = std::array<float, 4>; in test_RuntimeEffect_Shaders() typedef
DSkVxTest.cpp13 using float4 = skvx::Vec<4,float>; typedef
DSkRuntimeEffectTest.cpp432 using float4 = std::array<float, 4>; in test_RuntimeEffect_Shaders() typedef
537 using float4 = std::array<float, 4>; in test_RuntimeEffect_Blenders() typedef
/third_party/skia/third_party/externals/swiftshader/src/System/
DTypes.hpp211 using float4 = vec4<float>; typedef
/third_party/skia/m133/src/gpu/graphite/geom/
DRect.h33 using float4 = skvx::float4; variable
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
Dcompatibility.hpp98 …typedef tvec4<float, highp> float4; //!< \brief single-precision floating-point vector with 4 c… typedef
/third_party/skia/m133/tests/
DSkRuntimeEffectTest.cpp613 using float4 = std::array<float, 4>; in test_RuntimeEffect_Shaders() typedef
1067 using float4 = std::array<float, 4>; in test_RuntimeEffect_Blenders() typedef
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_exec.h280 typedef float float4[4]; typedef
/third_party/skia/m133/src/gpu/ganesh/geometry/
DGrQuadUtils.cpp23 using float4 = skvx::float4; typedef
/third_party/skia/src/core/
DSkGeometry.cpp487 using float4 = skvx::Vec<4,float>; in SkChopCubicAt() typedef
/third_party/skia/m133/src/core/
DSkGeometry.cpp33 using float4 = skvx::float4; typedef
/third_party/skia/third_party/externals/swiftshader/tests/ReactorUnitTests/
DReactorUnitTests.cpp2712 using float4 = float[4]; typedef