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

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineStencilTests.cpp80 const static deUint32 s_stencilOpsLength3; member in class:vkt::pipeline::__anon4400::StencilOpStateUniqueRandomIterator
201 const deUint32 StencilOpStateUniqueRandomIterator::s_stencilOpsLength3 = s_stencilOpsLength2 * s_stencilOpsLength; member in class:vkt::pipeline::__anon4400::StencilOpStateUniqueRandomIterator
203 const deUint32 StencilOpStateUniqueRandomIterator::s_totalStencilOpStates = s_stencilOpsLength3 * s_compareOpsLength;
212 const deUint32 stencilCompareOpIndex = index / s_stencilOpsLength3;
213 const deUint32 stencilCompareOpSeqIndex = stencilCompareOpIndex * s_stencilOpsLength3;

Completed in 122 milliseconds