Home
last modified time | relevance | path

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

/external/swiftshader/src/Device/
DSetupProcessor.cpp70 …epthBiasClamp = pipelineState.isDrawTriangle(false) && (pipelineState.getDepthBiasClamp() != 0.0f); in update()
DContext.hpp157 inline float getDepthBiasClamp() const { return depthBiasClamp; } in getDepthBiasClamp() function
DRenderer.cpp357 data->depthBiasClamp = pipelineState.getDepthBiasClamp(); in draw()