Home
last modified time | relevance | path

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

/external/swiftshader/src/Device/
DSetupProcessor.hpp52 bool applyConstantDepthBias : 1; member
DSetupProcessor.cpp68 …state.applyConstantDepthBias = pipelineState.isDrawTriangle(false) && (pipelineState.getConstantDe… in update()
/external/swiftshader/src/Pipeline/
DSetupRoutine.cpp431 if(state.applyConstantDepthBias) in generate()
477 if(state.applyConstantDepthBias || state.applySlopeDepthBias) in generate()