Home
last modified time | relevance | path

Searched refs:STENCILOP_INCR (Results 1 – 12 of 12) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/i915/
Di915_state_inlines.h101 return STENCILOP_INCR; in i915_translate_stencil_op()
Di915_reg.h907 #define STENCILOP_INCR 0x5 macro
/third_party/vk-gl-cts/framework/referencerenderer/
DrrRenderState.hpp110 STENCILOP_INCR, //!< Increment with saturation. enumerator
DrrFragmentOperations.cpp153 …case STENCILOP_INCR: SAMPLE_REGISTER_SFAIL(de::clamp(stencilBufferValue+1, 0, (1<<numStencilBits)… in executeStencilSFail()
341 …case STENCILOP_INCR: SAMPLE_REGISTER_DPFAIL_OR_DPPASS(CONDITION, de::clamp(stencilBufferValue+1, … in executeStencilDpFailAndPass()
/third_party/vk-gl-cts/framework/opengl/simplereference/
DsglrReferenceUtils.cpp240 case GL_INCR: return rr::STENCILOP_INCR; in mapGLStencilOp()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelineReferenceRenderer.cpp134 case VK_STENCIL_OP_INCREMENT_AND_CLAMP: return rr::STENCILOP_INCR; in mapVkStencilOp()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineReferenceRenderer.cpp134 case VK_STENCIL_OP_INCREMENT_AND_CLAMP: return rr::STENCILOP_INCR; in mapVkStencilOp()
/third_party/vk-gl-cts/modules/egl/
DteglRenderTests.cpp331 state.fragOps.stencilStates[0].dpFail = rr::STENCILOP_INCR; in toReferenceRenderState()
332 state.fragOps.stencilStates[0].dpPass = rr::STENCILOP_INCR; in toReferenceRenderState()
/third_party/vk-gl-cts/modules/internal/
DditFrameworkTests.cpp792 state.fragOps.stencilStates[rr::FACETYPE_BACK].dpPass = rr::STENCILOP_INCR; in runCase()
/third_party/mesa3d/src/intel/vulkan/
DgenX_pipeline.c960 [VK_STENCIL_OP_INCREMENT_AND_WRAP] = STENCILOP_INCR,
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_state.c178 PIPE_ASSERT(PIPE_STENCIL_OP_INCR_WRAP == STENCILOP_INCR); in pipe_asserts()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_state.c177 PIPE_ASSERT(PIPE_STENCIL_OP_INCR_WRAP == STENCILOP_INCR); in pipe_asserts()