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

/external/deqp/framework/referencerenderer/
H A DrrFragmentOperations.cpp102 int maskedRef = stencilState.compMask & clampedStencilRef; \
111 int clampedStencilRef = de::clamp(stencilState.ref, 0, (1<<numStencilBits)-1); local
146 int clampedStencilRef = de::clamp(stencilState.ref, 0, (1<<numStencilBits)-1); local
152 case STENCILOP_REPLACE: SAMPLE_REGISTER_SFAIL(clampedStencilRef) break;
286 case STENCILOP_REPLACE: SAMPLE_REGISTER_DPFAIL_OR_DPPASS(CONDITION, clampedStencilRef) break; \
296 int clampedStencilRef = de::clamp(stencilState.ref, 0, (1<<numStencilBits)-1); local

Completed in 207 milliseconds