Home
last modified time | relevance | path

Searched defs:rhw (Results 1 - 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DPixelRoutine.hpp35 Float4 rhw; // Reciprocal w member in sw::PixelRoutine
H A DVertexRoutine.cpp618 Float4 rhw = Float4(1.0f) / o[pos].w; in postTransform() local
726 Float4 rhw = Float4(1.0f) / w; in writeCache() local
[all...]
H A DSetupRoutine.cpp156 Float rhw = IfThenElse(w != 0.0f, 1.0f / w, Float(1.0f)); in generate() local
H A DPixelRoutine.cpp281 Float4 PixelRoutine::interpolateCentroid(Float4 &x, Float4 &y, Float4 &rhw, Pointer<Byte> planeEquation, bool flat, bool perspective) in interpolateCentroid() argument
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DPixelRoutine.hpp42 Float4 rhw; // Reciprocal w member in sw::PixelRoutine
H A DSpirvShaderGLSLstd450.cpp27 sw::SIMD::Float Interpolate(const sw::SIMD::Float &x, const sw::SIMD::Float &y, const sw::SIMD::Float &rhw, in Interpolate() argument
989 SIMD::Float rhw; in Interpolate() local
1074 SIMD::Float SpirvRoutine::interpolateAtXY(const SIMD::Float &x, const SIMD::Float &y, const SIMD::Float &rhw, Pointe argument
[all...]
H A DSetupRoutine.cpp137 Float rhw = IfThenElse(w != 0.0f, 1.0f / w, Float(1.0f)); in generate() local
H A DVertexRoutine.cpp601 Float4 rhw = Float4(1.0f) / w; in writeCache() local

Completed in 9 milliseconds