/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_zsa.c | 65 … so->stencil[i].fail_op = so->stencil[i].zfail_op = so->stencil[i].zpass_op = PIPE_STENCIL_OP_KEEP; in etna_zsa_state_create() 78 so->stencil[0].zfail_op != PIPE_STENCIL_OP_KEEP || in etna_zsa_state_create() 84 so->stencil[1].zfail_op != PIPE_STENCIL_OP_KEEP || in etna_zsa_state_create() 114 VIVS_PE_STENCIL_OP_DEPTH_FAIL_FRONT(translate_stencil_op(stencil_front->zfail_op)) | in etna_zsa_state_create() 115 VIVS_PE_STENCIL_OP_DEPTH_FAIL_BACK(translate_stencil_op(stencil_back->zfail_op)) | in etna_zsa_state_create()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/ |
D | fd3_zsa.c | 66 A3XX_RB_STENCIL_CONTROL_ZFAIL(fd_stencil_op(s->zfail_op)); in fd3_zsa_state_create() 80 A3XX_RB_STENCIL_CONTROL_ZFAIL_BF(fd_stencil_op(bs->zfail_op)); in fd3_zsa_state_create()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
D | fd2_zsa.c | 65 A2XX_RB_DEPTHCONTROL_STENCILZFAIL(fd_stencil_op(s->zfail_op)); in fd2_zsa_state_create() 79 A2XX_RB_DEPTHCONTROL_STENCILZFAIL_BF(fd_stencil_op(bs->zfail_op)); in fd2_zsa_state_create()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/ |
D | fd4_zsa.c | 66 A4XX_RB_STENCIL_CONTROL_ZFAIL(fd_stencil_op(s->zfail_op)); in fd4_zsa_state_create() 81 A4XX_RB_STENCIL_CONTROL_ZFAIL_BF(fd_stencil_op(bs->zfail_op)); in fd4_zsa_state_create()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
D | fd5_zsa.c | 87 A5XX_RB_STENCIL_CONTROL_ZFAIL(fd_stencil_op(s->zfail_op)); in fd5_zsa_state_create() 100 A5XX_RB_STENCIL_CONTROL_ZFAIL_BF(fd_stencil_op(bs->zfail_op)); in fd5_zsa_state_create()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_atom_depth.c | 104 dsa->stencil[0].zfail_op = gl_stencil_op_to_pipe(ctx->Stencil.ZFailFunc[0]); in st_update_depth_stencil_alpha() 115 dsa->stencil[1].zfail_op = gl_stencil_op_to_pipe(ctx->Stencil.ZFailFunc[back]); in st_update_depth_stencil_alpha()
|
D | st_cb_clear.c | 305 depth_stencil.stencil[0].zfail_op = PIPE_STENCIL_OP_REPLACE; in clear_with_quad()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
D | fd6_zsa.c | 165 A6XX_RB_STENCIL_CONTROL_ZFAIL(fd_stencil_op(s->zfail_op)); in fd6_zsa_state_create() 180 A6XX_RB_STENCIL_CONTROL_ZFAIL_BF(fd_stencil_op(bs->zfail_op)); in fd6_zsa_state_create()
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_pipe_depthstencil.c | 139 ds->stencil[0].zfail = svga_translate_stencil_op(templ->stencil[0].zfail_op); in svga_create_depth_stencil_state() 161 ds->stencil[1].zfail = svga_translate_stencil_op(templ->stencil[1].zfail_op); in svga_create_depth_stencil_state()
|
/third_party/mesa3d/src/gallium/frontends/d3d10umd/ |
D | OutputMerger.cpp | 916 face0->zfail_op = translateStencilOp(pDepthStencilDesc->FrontFace.StencilDepthFailOp); in CreateDepthStencilState() 924 face1->zfail_op = translateStencilOp(pDepthStencilDesc->BackFace.StencilDepthFailOp); in CreateDepthStencilState() 932 ASSERT(face0->zfail_op == PIPE_STENCIL_OP_KEEP); in CreateDepthStencilState() 939 ASSERT(face1->zfail_op == PIPE_STENCIL_OP_KEEP); in CreateDepthStencilState()
|
/third_party/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_state.c | 196 bits |= op_map[state->zfail_op] << 25; in tlb_stencil_setup_bits() 237 (cso->stencil[0].zfail_op == PIPE_STENCIL_OP_KEEP && in vc4_create_depth_stencil_alpha_state() 239 cso->stencil[1].zfail_op == PIPE_STENCIL_OP_KEEP)))) { in vc4_create_depth_stencil_alpha_state()
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
D | nine_pipe.c | 51 dsa.stencil[0].zfail_op = d3dstencilop_to_pipe_stencil_op(rs[D3DRS_STENCILZFAIL]); in nine_convert_dsa_state() 60 dsa.stencil[1].zfail_op = d3dstencilop_to_pipe_stencil_op(rs[D3DRS_CCW_STENCILZFAIL]); in nine_convert_dsa_state()
|
/third_party/mesa3d/docs/gallium/cso/ |
D | dsa.rst | 46 zfail_op
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nv30_state.c | 242 SB_DATA (so, nvgl_stencil_op(cso->stencil[0].zfail_op)); in nv30_zsa_state_create() 258 SB_DATA (so, nvgl_stencil_op(cso->stencil[1].zfail_op)); in nv30_zsa_state_create()
|
/third_party/mesa3d/src/gallium/drivers/r300/ |
D | r300_hyperz.c | 95 s->zfail_op != PIPE_STENCIL_OP_KEEP); in r300_dsa_stencil_op_not_keep()
|
D | r300_state.c | 716 (r300_translate_stencil_op(state->stencil[0].zfail_op) << in r300_create_dsa_state() 734 (r300_translate_stencil_op(state->stencil[1].zfail_op) << in r300_create_dsa_state()
|
/third_party/mesa3d/src/gallium/drivers/v3d/ |
D | v3dx_state.c | 208 (cso->stencil[0].zfail_op != PIPE_STENCIL_OP_KEEP || in v3d_create_depth_stencil_alpha_state() 211 (cso->stencil[1].zfail_op != PIPE_STENCIL_OP_KEEP && in v3d_create_depth_stencil_alpha_state() 237 translate_stencil_op(front->zfail_op); in v3d_create_depth_stencil_alpha_state() 256 translate_stencil_op(back->zfail_op); in v3d_create_depth_stencil_alpha_state()
|
/third_party/mesa3d/src/gallium/include/pipe/ |
D | p_state.h | 328 unsigned zfail_op:3; /**< PIPE_STENCIL_OP_x */ member
|
/third_party/mesa3d/src/gallium/auxiliary/postprocess/ |
D | pp_mlaa.c | 114 mstencil.stencil[0].zfail_op = PIPE_STENCIL_OP_KEEP; in pp_jimenezmlaa_run()
|
/third_party/mesa3d/src/gallium/drivers/i915/ |
D | i915_state.c | 405 int dfop = i915_translate_stencil_op(stencil->zfail_op); in i915_get_lis5_stencil() 420 int dfop = i915_translate_stencil_op(stencil->zfail_op); in i915_get_bfo()
|
/third_party/mesa3d/src/gallium/drivers/lima/ |
D | lima_draw.c | 648 (lima_stencil_op(stencil[0].zfail_op) << 6) | in lima_pack_render_state() 657 (lima_stencil_op(stencil[1].zfail_op) << 6) | in lima_pack_render_state()
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | u_inlines.h | 883 (s->zfail_op != PIPE_STENCIL_OP_KEEP)); in util_writes_stencil()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_state.c | 393 SB_DATA (so, nvgl_stencil_op(cso->stencil[0].zfail_op)); in nv50_zsa_state_create() 409 SB_DATA (so, nvgl_stencil_op(cso->stencil[1].zfail_op)); in nv50_zsa_state_create()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_state.c | 388 SB_DATA (so, nvgl_stencil_op(cso->stencil[0].zfail_op)); in nvc0_zsa_state_create() 403 SB_DATA (so, nvgl_stencil_op(cso->stencil[1].zfail_op)); in nvc0_zsa_state_create()
|
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/ |
D | tr_dump_state.c | 386 trace_dump_member(uint, &state->stencil[i], zfail_op); in trace_dump_depth_stencil_alpha_state()
|