Home
last modified time | relevance | path

Searched refs:interpolateAtXY (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/src/Pipeline/
DSpirvShaderGLSLstd450.cpp1097 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
DSpirvShader.hpp1440 …static SIMD::Float interpolateAtXY(const SIMD::Float &x, const SIMD::Float &y, const SIMD::Float &…
DPixelRoutine.cpp181 …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()