Home
last modified time | relevance | path

Searched refs:PIPE_STENCIL_OP_DECR (Results 1 – 25 of 25) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_gldefs.h157 case PIPE_STENCIL_OP_DECR: in nvgl_stencil_op()
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_util.c166 case PIPE_STENCIL_OP_DECR: in fd_stencil_op()
/third_party/mesa3d/src/gallium/drivers/i915/
Di915_state_inlines.h98 case PIPE_STENCIL_OP_DECR: in i915_translate_stencil_op()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_conv.h50 return PIPE_STENCIL_OP_DECR; in vk_conv_stencil_op()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_atom_depth.c63 return PIPE_STENCIL_OP_DECR; in gl_stencil_op_to_pipe()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_translate.h102 case PIPE_STENCIL_OP_DECR: in translate_stencil_op()
/third_party/mesa3d/src/gallium/drivers/swr/
Dswr_state.h194 case PIPE_STENCIL_OP_DECR: in swr_convert_stencil_op()
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_state_inlines.h155 case PIPE_STENCIL_OP_DECR: in r300_translate_stencil_op()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_depthstencil.c63 case PIPE_STENCIL_OP_DECR: return SVGA3D_STENCILOP_DECRSAT; in svga_translate_stencil_op()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_defines.h151 PIPE_STENCIL_OP_DECR, enumerator
/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_pipe.h647 case D3DSTENCILOP_DECRSAT: return PIPE_STENCIL_OP_DECR; in d3dstencilop_to_pipe_stencil_op()
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_state.c187 [PIPE_STENCIL_OP_DECR] = 4, in tlb_stencil_setup_bits()
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
DOutputMerger.cpp863 return PIPE_STENCIL_OP_DECR; in translateStencilOp()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_state.c456 case PIPE_STENCIL_OP_DECR: return VK_STENCIL_OP_DECREMENT_AND_CLAMP; in stencil_op()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_bld_depth.c213 case PIPE_STENCIL_OP_DECR: in lp_build_stencil_op_single()
/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_quad_depth_test.c479 case PIPE_STENCIL_OP_DECR: in apply_stencil_op()
/third_party/mesa3d/src/gallium/drivers/lima/
Dlima_draw.c573 case PIPE_STENCIL_OP_DECR: in lima_stencil_op()
/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3dx_state.c158 case PIPE_STENCIL_OP_DECR: return V3D_STENCIL_OP_DECR; in translate_stencil_op()
/third_party/mesa3d/src/gallium/drivers/asahi/
Dagx_state.c178 [PIPE_STENCIL_OP_DECR] = AGX_STENCIL_OP_DECR_SAT,
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_context.cpp386 case PIPE_STENCIL_OP_DECR: return D3D12_STENCIL_OP_DECR_SAT; in stencil_op()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.c1219 case PIPE_STENCIL_OP_DECR: in si_translate_stencil_op()
1240 return op != PIPE_STENCIL_OP_INCR && op != PIPE_STENCIL_OP_DECR && op != PIPE_STENCIL_OP_REPLACE; in si_order_invariant_stencil_op()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_state_common.c2517 case PIPE_STENCIL_OP_DECR: in r600_translate_stencil_op()
/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_cmdstream.c3293 case PIPE_STENCIL_OP_DECR: return MALI_STENCIL_OP_DECR_SAT; in pan_pipe_to_stencil_op()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_state.c173 PIPE_ASSERT(PIPE_STENCIL_OP_DECR == STENCILOP_DECRSAT); in pipe_asserts()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_state.c174 PIPE_ASSERT(PIPE_STENCIL_OP_DECR == STENCILOP_DECRSAT); in pipe_asserts()