Home
last modified time | relevance | path

Searched refs:QuantizeDepth (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dapi.cpp1036 …case R32_FLOAT_X8X24_TYPELESS: pState->state.pfnQuantizeDepth = QuantizeDepth < R32_FLOAT_X8X24_TY… in SetupPipeline()
1037 case R32_FLOAT: pState->state.pfnQuantizeDepth = QuantizeDepth < R32_FLOAT > ; break; in SetupPipeline()
1038 …case R24_UNORM_X8_TYPELESS: pState->state.pfnQuantizeDepth = QuantizeDepth < R24_UNORM_X8_TYPELESS… in SetupPipeline()
1039 case R16_UNORM: pState->state.pfnQuantizeDepth = QuantizeDepth < R16_UNORM > ; break; in SetupPipeline()
1041 pState->state.pfnQuantizeDepth = QuantizeDepth < R32_FLOAT > ; in SetupPipeline()
1047 pState->state.pfnQuantizeDepth = QuantizeDepth < R32_FLOAT > ; in SetupPipeline()
Ddepthstencil.h84 simdscalar QuantizeDepth(simdscalar const &depth) in QuantizeDepth() function