Home
last modified time | relevance | path

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

/external/swiftshader/src/Pipeline/
DPixelRoutine.hpp38 Float4 rhw; // Reciprocal w member in sw::PixelRoutine
DSpirvShaderGLSLstd450.cpp27 …::Float Interpolate(const sw::SIMD::Float &x, const sw::SIMD::Float &y, const sw::SIMD::Float &rhw, in Interpolate()
1016 SIMD::Float rhw; in Interpolate() local
1100 …ine::interpolateAtXY(const SIMD::Float &x, const SIMD::Float &y, const SIMD::Float &rhw, Pointer<B… in interpolateAtXY()
DVertexRoutine.cpp549 Float4 rhw = Float4(1.0f) / w; in writeCache() local
DSpirvShader.hpp1378 SIMD::Float rhw; member
/external/swiftshader/src/Shader/
DPixelRoutine.hpp35 Float4 rhw; // Reciprocal w member in sw::PixelRoutine
DVertexRoutine.cpp618 Float4 rhw = Float4(1.0f) / o[pos].w; in postTransform() local
726 Float4 rhw = Float4(1.0f) / w; in writeCache() local
/external/swiftshader/src/Device/
DQuadRasterizer.cpp234 Float4 QuadRasterizer::interpolate(Float4 &x, Float4 &D, Float4 &rhw, Pointer<Byte> planeEquation, … in interpolate()
/external/swiftshader/src/Renderer/
DQuadRasterizer.cpp319 …Float4 QuadRasterizer::interpolate(Float4 &x, Float4 &D, Float4 &rhw, Pointer<Byte> planeEquation,… in interpolate()