Home
last modified time | relevance | path

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

/external/deqp/framework/referencerenderer/
DrrRenderState.hpp112 STENCILOP_INCR_WRAP, enumerator
DrrFragmentOperations.cpp155 …case STENCILOP_INCR_WRAP: SAMPLE_REGISTER_SFAIL((stencilBufferValue + 1) & ((1<<numStencilBits) - … in executeStencilSFail()
343 …case STENCILOP_INCR_WRAP: SAMPLE_REGISTER_DPFAIL_OR_DPPASS(CONDITION, (stencilBufferValue + 1) & (… in executeStencilDpFailAndPass()
/external/deqp/framework/opengl/simplereference/
DsglrReferenceUtils.cpp242 case GL_INCR_WRAP: return rr::STENCILOP_INCR_WRAP; in mapGLStencilOp()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineReferenceRenderer.cpp137 case VK_STENCIL_OP_INCREMENT_AND_WRAP: return rr::STENCILOP_INCR_WRAP; in mapVkStencilOp()