Searched refs:stencilCompareOpSeqIndex (Results 1 – 1 of 1) sorted by relevance
216 const deUint32 stencilCompareOpSeqIndex = stencilCompareOpIndex * m_stencilOpsLength3; in getIndexedValue() local218 const deUint32 stencilDepthFailOpIndex = (index - stencilCompareOpSeqIndex) / m_stencilOpsLength2; in getIndexedValue()221 …const deUint32 stencilPassOpIndex = (index - stencilCompareOpSeqIndex - stencilDepthFailOpSeqIndex… in getIndexedValue()224 …const deUint32 stencilFailOpIndex = index - stencilCompareOpSeqIndex - stencilDepthFailOpSeqIndex … in getIndexedValue()