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.cpp1054 pState->state.pfnQuantizeDepth = QuantizeDepth<R32_FLOAT_X8X24_TYPELESS>; in SetupPipeline()
1057 pState->state.pfnQuantizeDepth = QuantizeDepth<R32_FLOAT>; in SetupPipeline()
1060 pState->state.pfnQuantizeDepth = QuantizeDepth<R24_UNORM_X8_TYPELESS>; in SetupPipeline()
1063 pState->state.pfnQuantizeDepth = QuantizeDepth<R16_UNORM>; in SetupPipeline()
1067 pState->state.pfnQuantizeDepth = QuantizeDepth<R32_FLOAT>; in SetupPipeline()
1073 pState->state.pfnQuantizeDepth = QuantizeDepth<R32_FLOAT>; in SetupPipeline()
Ddepthstencil.h87 simdscalar QuantizeDepth(simdscalar const& depth) in QuantizeDepth() function