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

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineStencilTests.cpp82 const static deUint32 m_stencilOpsLength3; member in class:vkt::pipeline::__anon3684::StencilOpStateUniqueRandomIterator
204 const deUint32 StencilOpStateUniqueRandomIterator::m_stencilOpsLength3 = m_stencilOpsLength2 * m_stencilOpsLength; member in class:vkt::pipeline::__anon3684::StencilOpStateUniqueRandomIterator
206 const deUint32 StencilOpStateUniqueRandomIterator::m_totalStencilOpStates = m_stencilOpsLength3 * m_compareOpsLength;
215 const deUint32 stencilCompareOpIndex = index / m_stencilOpsLength3;
216 const deUint32 stencilCompareOpSeqIndex = stencilCompareOpIndex * m_stencilOpsLength3;

Completed in 114 milliseconds