Searched refs:QuantizeDepth (Results 1 – 2 of 2) sorted by relevance
1054 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()
87 simdscalar QuantizeDepth(simdscalar const& depth) in QuantizeDepth() function