Home
last modified time | relevance | path

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

12

/third_party/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_gldefs.h153 case PIPE_STENCIL_OP_REPLACE: in nvgl_stencil_op()
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_util.c162 case PIPE_STENCIL_OP_REPLACE: in fd_stencil_op()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_cb_clear.c312 depth_stencil.stencil[0].fail_op = PIPE_STENCIL_OP_REPLACE; in clear_with_quad()
313 depth_stencil.stencil[0].zpass_op = PIPE_STENCIL_OP_REPLACE; in clear_with_quad()
314 depth_stencil.stencil[0].zfail_op = PIPE_STENCIL_OP_REPLACE; in clear_with_quad()
Dst_atom_depth.c59 return PIPE_STENCIL_OP_REPLACE; in gl_stencil_op_to_pipe()
Dst_cb_drawpixels.c809 dsa.stencil[0].zpass_op = PIPE_STENCIL_OP_REPLACE; in draw_textured_quad()
/third_party/mesa3d/src/gallium/drivers/i915/
Di915_state_inlines.h94 case PIPE_STENCIL_OP_REPLACE: in i915_translate_stencil_op()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_conv.h46 return PIPE_STENCIL_OP_REPLACE; in vk_conv_stencil_op()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_translate.h98 case PIPE_STENCIL_OP_REPLACE: in translate_stencil_op()
/third_party/mesa3d/src/gallium/drivers/swr/
Dswr_state.h190 case PIPE_STENCIL_OP_REPLACE: in swr_convert_stencil_op()
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_state_inlines.h151 case PIPE_STENCIL_OP_REPLACE: in r300_translate_stencil_op()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_depthstencil.c61 case PIPE_STENCIL_OP_REPLACE: return SVGA3D_STENCILOP_REPLACE; in svga_translate_stencil_op()
/third_party/mesa3d/src/gallium/auxiliary/postprocess/
Dpp_mlaa.c115 mstencil.stencil[0].zpass_op = PIPE_STENCIL_OP_REPLACE; in pp_jimenezmlaa_run()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_blitter.c253 dsa.stencil[0].fail_op = PIPE_STENCIL_OP_REPLACE; in util_blitter_create()
254 dsa.stencil[0].zpass_op = PIPE_STENCIL_OP_REPLACE; in util_blitter_create()
255 dsa.stencil[0].zfail_op = PIPE_STENCIL_OP_REPLACE; in util_blitter_create()
2814 dsa.stencil[0].fail_op = PIPE_STENCIL_OP_REPLACE; in get_stencil_blit_fallback_dsa()
2815 dsa.stencil[0].zpass_op = PIPE_STENCIL_OP_REPLACE; in get_stencil_blit_fallback_dsa()
2816 dsa.stencil[0].zfail_op = PIPE_STENCIL_OP_REPLACE; in get_stencil_blit_fallback_dsa()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_defines.h149 PIPE_STENCIL_OP_REPLACE, enumerator
/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_pipe.h645 case D3DSTENCILOP_REPLACE: return PIPE_STENCIL_OP_REPLACE; in d3dstencilop_to_pipe_stencil_op()
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_state.c185 [PIPE_STENCIL_OP_REPLACE] = 2, in tlb_stencil_setup_bits()
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
DOutputMerger.cpp859 return PIPE_STENCIL_OP_REPLACE; in translateStencilOp()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_state.c454 case PIPE_STENCIL_OP_REPLACE: return VK_STENCIL_OP_REPLACE; in stencil_op()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_bld_depth.c206 case PIPE_STENCIL_OP_REPLACE: in lp_build_stencil_op_single()
/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_quad_depth_test.c463 case PIPE_STENCIL_OP_REPLACE: in apply_stencil_op()
/third_party/mesa3d/src/gallium/drivers/lima/
Dlima_draw.c569 case PIPE_STENCIL_OP_REPLACE: in lima_stencil_op()
/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3dx_state.c156 case PIPE_STENCIL_OP_REPLACE: return V3D_STENCIL_OP_REPLACE; in translate_stencil_op()
/third_party/mesa3d/src/gallium/drivers/asahi/
Dagx_state.c176 [PIPE_STENCIL_OP_REPLACE] = AGX_STENCIL_OP_REPLACE,
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_context.cpp384 case PIPE_STENCIL_OP_REPLACE: return D3D12_STENCIL_OP_REPLACE; in stencil_op()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.c1215 case PIPE_STENCIL_OP_REPLACE: 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()

12