Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Ddepthstencil.h86 SWR_TYPE depthType = FormatTraits<depthFormatT>::GetType(0); in QuantizeDepth() local
89 if (depthType == SWR_TYPE_FLOAT) in QuantizeDepth()
99 SWR_ASSERT(depthType == SWR_TYPE_UNORM); in QuantizeDepth()
/external/deqp/modules/gles31/functional/
Des31fPrimitiveBoundingBoxTests.cpp3686 …(Context& context, const char* name, const char* description, DepthType depthType, BBoxState state…
3726 …(Context& context, const char* name, const char* description, DepthType depthType, BBoxState state… in DepthDrawCase() argument
3730 , m_depthType (depthType) in DepthDrawCase()
3734 DE_ASSERT(depthType < DEPTH_LAST); in DepthDrawCase()