Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineStencilTests.cpp80 const static deUint32 s_stencilOpsLength; member in vkt::pipeline::__anon0f0f41bb0111::StencilOpStateUniqueRandomIterator
208 const deUint32 StencilOpStateUniqueRandomIterator::s_stencilOpsLength = DE_LENGTH_OF_ARRAY(stencil… member in vkt::pipeline::__anon0f0f41bb0111::StencilOpStateUniqueRandomIterator
209 …StencilOpStateUniqueRandomIterator::s_stencilOpsLength2 = s_stencilOpsLength * s_stencilOpsLength;
210 …tencilOpStateUniqueRandomIterator::s_stencilOpsLength3 = s_stencilOpsLength2 * s_stencilOpsLength;
227 …PassOpIndex = (index - stencilCompareOpSeqIndex - stencilDepthFailOpSeqIndex) / s_stencilOpsLength; in getIndexedValue()
228 const deUint32 stencilPassOpSeqIndex = stencilPassOpIndex * s_stencilOpsLength; in getIndexedValue()