Home
last modified time | relevance | path

Searched refs:PIPE_STENCIL_OP_DECR_WRAP (Results 1 – 24 of 24) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_gldefs.h161 case PIPE_STENCIL_OP_DECR_WRAP: in nvgl_stencil_op()
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_util.c170 case PIPE_STENCIL_OP_DECR_WRAP: in fd_stencil_op()
/third_party/mesa3d/src/gallium/drivers/i915/
Di915_state_inlines.h102 case PIPE_STENCIL_OP_DECR_WRAP: in i915_translate_stencil_op()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_conv.h56 return PIPE_STENCIL_OP_DECR_WRAP; in vk_conv_stencil_op()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_atom_depth.c67 return PIPE_STENCIL_OP_DECR_WRAP; in gl_stencil_op_to_pipe()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_translate.h107 case PIPE_STENCIL_OP_DECR_WRAP: in translate_stencil_op()
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_state_inlines.h159 case PIPE_STENCIL_OP_DECR_WRAP: in r300_translate_stencil_op()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_depthstencil.c65 case PIPE_STENCIL_OP_DECR_WRAP: return SVGA3D_STENCILOP_DECR; in svga_translate_stencil_op()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_defines.h153 PIPE_STENCIL_OP_DECR_WRAP, enumerator
/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_pipe.h650 case D3DSTENCILOP_DECR: return PIPE_STENCIL_OP_DECR_WRAP; in d3dstencilop_to_pipe_stencil_op()
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_state.c190 [PIPE_STENCIL_OP_DECR_WRAP] = 7, in tlb_stencil_setup_bits()
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
DOutputMerger.cpp869 return PIPE_STENCIL_OP_DECR_WRAP; in translateStencilOp()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_bld_depth.c221 case PIPE_STENCIL_OP_DECR_WRAP: in lp_build_stencil_op_single()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_state.c463 case PIPE_STENCIL_OP_DECR_WRAP: return VK_STENCIL_OP_DECREMENT_AND_WRAP; in stencil_op()
/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_quad_depth_test.c495 case PIPE_STENCIL_OP_DECR_WRAP: in apply_stencil_op()
/third_party/mesa3d/src/gallium/drivers/lima/
Dlima_draw.c551 case PIPE_STENCIL_OP_DECR_WRAP: in lima_stencil_op()
/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3dx_state.c167 case PIPE_STENCIL_OP_DECR_WRAP: return V3D_STENCIL_OP_DECWRAP; in translate_stencil_op()
/third_party/mesa3d/src/gallium/drivers/asahi/
Dagx_state.c180 [PIPE_STENCIL_OP_DECR_WRAP] = AGX_STENCIL_OP_DECR_WRAP,
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_context.cpp413 case PIPE_STENCIL_OP_DECR_WRAP: return D3D12_STENCIL_OP_DECR; in stencil_op()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_state_common.c2587 case PIPE_STENCIL_OP_DECR_WRAP: in r600_translate_stencil_op()
/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_cmdstream.c4289 case PIPE_STENCIL_OP_DECR_WRAP: return MALI_STENCIL_OP_DECR_WRAP; in pan_pipe_to_stencil_op()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.c1284 case PIPE_STENCIL_OP_DECR_WRAP: in si_translate_stencil_op()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_state.c179 PIPE_ASSERT(PIPE_STENCIL_OP_DECR_WRAP == STENCILOP_DECR); in pipe_asserts()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_state.c178 PIPE_ASSERT(PIPE_STENCIL_OP_DECR_WRAP == STENCILOP_DECR); in pipe_asserts()