HomeSort by relevance Sort by last modified time
    Searched refs:STENCILOP_INCR_WRAP (Results 1 - 4 of 4) sorted by null

  /external/deqp/framework/referencerenderer/
rrRenderState.hpp 101 STENCILOP_INCR_WRAP,
rrFragmentOperations.cpp 155 case STENCILOP_INCR_WRAP: SAMPLE_REGISTER_SFAIL((stencilBufferValue + 1) & ((1<<numStencilBits) - 1)) break;
289 case STENCILOP_INCR_WRAP: SAMPLE_REGISTER_DPFAIL_OR_DPPASS(CONDITION, (stencilBufferValue + 1) & ((1<<numStencilBits) - 1)) break; \
    [all...]
  /external/deqp/framework/opengl/simplereference/
sglrReferenceUtils.cpp 242 case GL_INCR_WRAP: return rr::STENCILOP_INCR_WRAP;
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineReferenceRenderer.cpp 137 case VK_STENCIL_OP_INCREMENT_AND_WRAP: return rr::STENCILOP_INCR_WRAP;

Completed in 78 milliseconds