Home
last modified time | relevance | path

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

/external/swiftshader/src/Renderer/
DQuadRasterizer.hpp53 bool interpolateZ() const;
DSetupProcessor.hpp46 bool interpolateZ : 1; member
DQuadRasterizer.cpp147 if(interpolateZ()) in rasterize()
341 bool QuadRasterizer::interpolateZ() const in interpolateZ() function in sw::QuadRasterizer
DSetupProcessor.cpp80 …state.interpolateZ = context->depthBufferActive() || context->pixelFogActive() != FOG_NONE || vPos… in update()
/external/swiftshader/src/Device/
DQuadRasterizer.hpp47 bool interpolateZ() const;
DSetupProcessor.hpp55 bool interpolateZ : 1; member
DSetupProcessor.cpp71 state.interpolateZ = pipelineState.depthBufferActive(attachments) || vPosZW; in update()
DQuadRasterizer.cpp126 if(interpolateZ()) in rasterize()
251 bool QuadRasterizer::interpolateZ() const in interpolateZ() function in sw::QuadRasterizer
/external/swiftshader/src/Shader/
DSetupRoutine.cpp402 if(state.interpolateZ) in generate()
DPixelRoutine.cpp78 if(interpolateZ()) in quad()
/external/swiftshader/src/Pipeline/
DSetupRoutine.cpp392 if(state.interpolateZ) in generate()
DPixelRoutine.cpp112 if(interpolateZ()) in quad()