Home
last modified time | relevance | path

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

/external/swiftshader/src/Device/
DSetupProcessor.hpp53 bool applySlopeDepthBias : 1; member
DSetupProcessor.cpp69 …state.applySlopeDepthBias = pipelineState.isDrawTriangle(false) && (pipelineState.getSlopeDepthBia… in update()
/external/swiftshader/src/Pipeline/
DSetupRoutine.cpp470 if(state.applySlopeDepthBias) in generate()
477 if(state.applyConstantDepthBias || state.applySlopeDepthBias) in generate()