Searched refs:interpolateAtXY (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/src/Pipeline/ |
D | SpirvShaderGLSLstd450.cpp | 1097 return SpirvRoutine::interpolateAtXY(x, y, rhw, planeEquation, false, true); in Interpolate() 1100 SIMD::Float SpirvRoutine::interpolateAtXY(const SIMD::Float &x, const SIMD::Float &y, const SIMD::F… in interpolateAtXY() function in sw::SpirvRoutine
|
D | SpirvShader.hpp | 1440 …static SIMD::Float interpolateAtXY(const SIMD::Float &x, const SIMD::Float &y, const SIMD::Float &…
|
D | PixelRoutine.cpp | 181 …rhwCentroid = reciprocal(SpirvRoutine::interpolateAtXY(XXXX, YYYY, rhwCentroid, primitive + OFFSET… in quad() 214 SpirvRoutine::interpolateAtXY(XXXX, YYYY, rhwCentroid, in quad() 221 SpirvRoutine::interpolateAtXY(xxxx, yyyy, rhw, in quad()
|