Home
last modified time | relevance | path

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

/external/deqp/framework/referencerenderer/
DrrRenderState.hpp107 STENCILOP_KEEP = 0, enumerator
199 , sFail (STENCILOP_KEEP) in StencilState()
200 , dpFail (STENCILOP_KEEP) in StencilState()
201 , dpPass (STENCILOP_KEEP) in StencilState()
DrrFragmentOperations.cpp150 case STENCILOP_KEEP: SAMPLE_REGISTER_SFAIL(stencilBufferValue) break; in executeStencilSFail()
338 …case STENCILOP_KEEP: SAMPLE_REGISTER_DPFAIL_OR_DPPASS(CONDITION, stencilBufferValue) b… in executeStencilDpFailAndPass()
DrrRenderer.cpp1067 noStencilDepthWriteState.stencilStates[facetype].sFail = STENCILOP_KEEP; in writeFragmentPackets()
1068 noStencilDepthWriteState.stencilStates[facetype].dpFail = STENCILOP_KEEP; in writeFragmentPackets()
1069 noStencilDepthWriteState.stencilStates[facetype].dpPass = STENCILOP_KEEP; in writeFragmentPackets()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_state.h164 return STENCILOP_KEEP; in swr_convert_stencil_op()
181 return STENCILOP_KEEP; in swr_convert_stencil_op()
/external/mesa3d/src/mesa/drivers/dri/i915/
Di830_state.c108 fop = STENCILOP_KEEP; in i830StencilOpSeparate()
136 dfop = STENCILOP_KEEP; in i830StencilOpSeparate()
164 dpop = STENCILOP_KEEP; in i830StencilOpSeparate()
1025 STENCIL_FAIL_OP(STENCILOP_KEEP) in i830_init_packets()
1028 (STENCILOP_KEEP) | in i830_init_packets()
1030 (STENCILOP_KEEP) | in i830_init_packets()
Dintel_state.c95 return STENCILOP_KEEP; in intel_translate_stencil_op()
Dintel_context.h372 #define STENCILOP_KEEP 0 macro
/external/mesa3d/src/gallium/drivers/i915/
Di915_state_inlines.h92 return STENCILOP_KEEP; in i915_translate_stencil_op()
Di915_reg.h936 #define STENCILOP_KEEP 0 macro
/external/deqp/framework/opengl/simplereference/
DsglrReferenceUtils.cpp237 case GL_KEEP: return rr::STENCILOP_KEEP; in mapGLStencilOp()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Ddepthstencil.h39 case STENCILOP_KEEP: in StencilOp()
Dstate.h442 STENCILOP_KEEP, enumerator
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineReferenceRenderer.cpp131 case VK_STENCIL_OP_KEEP: return rr::STENCILOP_KEEP; in mapVkStencilOp()
/external/deqp/modules/egl/
DteglRenderTests.cpp330 state.fragOps.stencilStates[0].sFail = rr::STENCILOP_KEEP; in toReferenceRenderState()
/external/mesa3d/src/intel/vulkan/
DgenX_pipeline.c651 [VK_STENCIL_OP_KEEP] = STENCILOP_KEEP,