Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Ddepthstencil.h87 uint32_t depthBpc = FormatTraits<depthFormatT>::GetBPC(0); in QuantizeDepth() local
92 SWR_ASSERT(depthBpc == 32); in QuantizeDepth()
101 float quantize = (float)((1 << depthBpc) - 1); in QuantizeDepth()
106 if (depthBpc > 16) in QuantizeDepth()