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.h90 uint32_t depthBpc = FormatTraits<depthFormatT>::GetBPC(0); in QuantizeDepth() local
95 SWR_ASSERT(depthBpc == 32); in QuantizeDepth()
104 float quantize = (float)((1 << depthBpc) - 1); in QuantizeDepth()
109 if (depthBpc > 16) in QuantizeDepth()