Searched refs:STENCILOP_KEEP (Results 1 - 15 of 15) sorted by relevance

/external/deqp/framework/referencerenderer/
H A DrrRenderState.hpp107 STENCILOP_KEEP = 0, enumerator in enum:rr::StencilOp
199 , sFail (STENCILOP_KEEP)
200 , dpFail (STENCILOP_KEEP)
201 , dpPass (STENCILOP_KEEP)
H A DrrRenderer.cpp1067 noStencilDepthWriteState.stencilStates[facetype].sFail = STENCILOP_KEEP;
1068 noStencilDepthWriteState.stencilStates[facetype].dpFail = STENCILOP_KEEP;
1069 noStencilDepthWriteState.stencilStates[facetype].dpPass = STENCILOP_KEEP;
H A DrrFragmentOperations.cpp150 case STENCILOP_KEEP: SAMPLE_REGISTER_SFAIL(stencilBufferValue) break;
284 case STENCILOP_KEEP: SAMPLE_REGISTER_DPFAIL_OR_DPPASS(CONDITION, stencilBufferValue) break; \
/external/mesa3d/src/gallium/drivers/swr/
H A Dswr_state.h149 return STENCILOP_KEEP;
166 return STENCILOP_KEEP;
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_state.c95 return STENCILOP_KEEP;
H A Di830_state.c108 fop = STENCILOP_KEEP;
136 dfop = STENCILOP_KEEP;
164 dpop = STENCILOP_KEEP;
1025 STENCIL_FAIL_OP(STENCILOP_KEEP)
1028 (STENCILOP_KEEP) |
1030 (STENCILOP_KEEP) |
H A Dintel_context.h382 #define STENCILOP_KEEP 0 macro
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_state_inlines.h92 return STENCILOP_KEEP;
H A Di915_reg.h936 #define STENCILOP_KEEP 0 macro
/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceUtils.cpp237 case GL_KEEP: return rr::STENCILOP_KEEP;
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
H A Ddepthstencil.h39 case STENCILOP_KEEP:
H A Dstate.h409 STENCILOP_KEEP, enumerator in enum:SWR_STENCILOP
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineReferenceRenderer.cpp131 case VK_STENCIL_OP_KEEP: return rr::STENCILOP_KEEP;
/external/deqp/modules/egl/
H A DteglRenderTests.cpp324 state.fragOps.stencilStates[0].sFail = rr::STENCILOP_KEEP;
/external/mesa3d/src/intel/vulkan/
H A DgenX_pipeline.c627 [VK_STENCIL_OP_KEEP] = STENCILOP_KEEP,

Completed in 302 milliseconds