Searched defs:depthType (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
H A Ddepthstencil.h86 SWR_TYPE depthType = FormatTraits<depthFormatT>::GetType(0); local
89 if (depthType == SWR_TYPE_FLOAT)
99 SWR_ASSERT(depthType == SWR_TYPE_UNORM);

Completed in 524 milliseconds