Searched defs:rhw (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/src/Pipeline/ |
D | PixelRoutine.hpp | 38 Float4 rhw; // Reciprocal w member in sw::PixelRoutine
|
D | SpirvShaderGLSLstd450.cpp | 27 …::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()
|
D | VertexRoutine.cpp | 549 Float4 rhw = Float4(1.0f) / w; in writeCache() local
|
D | SpirvShader.hpp | 1378 SIMD::Float rhw; member
|
/external/swiftshader/src/Shader/ |
D | PixelRoutine.hpp | 35 Float4 rhw; // Reciprocal w member in sw::PixelRoutine
|
D | VertexRoutine.cpp | 618 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/ |
D | QuadRasterizer.cpp | 234 Float4 QuadRasterizer::interpolate(Float4 &x, Float4 &D, Float4 &rhw, Pointer<Byte> planeEquation, … in interpolate()
|
/external/swiftshader/src/Renderer/ |
D | QuadRasterizer.cpp | 319 …Float4 QuadRasterizer::interpolate(Float4 &x, Float4 &D, Float4 &rhw, Pointer<Byte> planeEquation,… in interpolate()
|