Home
last modified time | relevance | path

Searched refs:interpolateZ (Results 1 – 12 of 12) sorted by relevance

/external/swiftshader/src/Device/
DSetupProcessor.hpp43 bool interpolateZ : 1; member
DQuadRasterizer.hpp49 bool interpolateZ() const;
DQuadRasterizer.cpp147 if(interpolateZ()) in rasterize()
341 bool QuadRasterizer::interpolateZ() const in interpolateZ() function in sw::QuadRasterizer
DSetupProcessor.cpp81 state.interpolateZ = context->depthBufferActive() || vPosZW; in update()
/external/swiftshader/src/Renderer/
DQuadRasterizer.hpp49 bool interpolateZ() const;
DSetupProcessor.hpp44 bool interpolateZ : 1; member
DQuadRasterizer.cpp147 if(interpolateZ()) in rasterize()
341 bool QuadRasterizer::interpolateZ() const in interpolateZ() function in sw::QuadRasterizer
DSetupProcessor.cpp82 …state.interpolateZ = context->depthBufferActive() || context->pixelFogActive() != FOG_NONE || vPos… in update()
/external/swiftshader/src/Shader/
DSetupRoutine.cpp399 if(state.interpolateZ) in generate()
DPixelRoutine.cpp78 if(interpolateZ()) in quad()
/external/swiftshader/src/Pipeline/
DSetupRoutine.cpp397 if(state.interpolateZ) in generate()
DPixelRoutine.cpp78 if(interpolateZ()) in quad()