Searched refs:depthBpc (Results 1 – 1 of 1) sorted by relevance
87 uint32_t depthBpc = FormatTraits<depthFormatT>::GetBPC(0); in QuantizeDepth() local92 SWR_ASSERT(depthBpc == 32); in QuantizeDepth()101 float quantize = (float)((1 << depthBpc) - 1); in QuantizeDepth()106 if (depthBpc > 16) in QuantizeDepth()