Searched refs:depthBpc (Results 1 – 1 of 1) sorted by relevance
90 uint32_t depthBpc = FormatTraits<depthFormatT>::GetBPC(0); in QuantizeDepth() local95 SWR_ASSERT(depthBpc == 32); in QuantizeDepth()104 float quantize = (float)((1 << depthBpc) - 1); in QuantizeDepth()109 if (depthBpc > 16) in QuantizeDepth()