/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() 79 so->stencil[0].zpass_op != PIPE_STENCIL_OP_KEEP) { in etna_zsa_state_create() 85 so->stencil[1].zpass_op != PIPE_STENCIL_OP_KEEP) { in etna_zsa_state_create() 116 VIVS_PE_STENCIL_OP_PASS_FRONT(translate_stencil_op(stencil_front->zpass_op)) | in etna_zsa_state_create() 117 VIVS_PE_STENCIL_OP_PASS_BACK(translate_stencil_op(stencil_back->zpass_op)); in etna_zsa_state_create()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
D | fd2_zsa.c | 64 A2XX_RB_DEPTHCONTROL_STENCILZPASS(fd_stencil_op(s->zpass_op)) | in fd2_zsa_state_create() 78 A2XX_RB_DEPTHCONTROL_STENCILZPASS_BF(fd_stencil_op(bs->zpass_op)) | in fd2_zsa_state_create()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/ |
D | fd3_zsa.c | 65 A3XX_RB_STENCIL_CONTROL_ZPASS(fd_stencil_op(s->zpass_op)) | in fd3_zsa_state_create() 79 A3XX_RB_STENCIL_CONTROL_ZPASS_BF(fd_stencil_op(bs->zpass_op)) | in fd3_zsa_state_create()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/ |
D | fd4_zsa.c | 65 A4XX_RB_STENCIL_CONTROL_ZPASS(fd_stencil_op(s->zpass_op)) | in fd4_zsa_state_create() 80 A4XX_RB_STENCIL_CONTROL_ZPASS_BF(fd_stencil_op(bs->zpass_op)) | in fd4_zsa_state_create()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
D | fd5_zsa.c | 86 A5XX_RB_STENCIL_CONTROL_ZPASS(fd_stencil_op(s->zpass_op)) | in fd5_zsa_state_create() 99 A5XX_RB_STENCIL_CONTROL_ZPASS_BF(fd_stencil_op(bs->zpass_op)) | in fd5_zsa_state_create()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_atom_depth.c | 105 dsa->stencil[0].zpass_op = gl_stencil_op_to_pipe(ctx->Stencil.ZPassFunc[0]); in st_update_depth_stencil_alpha() 116 dsa->stencil[1].zpass_op = gl_stencil_op_to_pipe(ctx->Stencil.ZPassFunc[back]); in st_update_depth_stencil_alpha()
|
D | st_cb_clear.c | 313 depth_stencil.stencil[0].zpass_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_ZPASS(fd_stencil_op(s->zpass_op)) | in fd6_zsa_state_create() 180 A6XX_RB_STENCIL_CONTROL_ZPASS_BF(fd_stencil_op(bs->zpass_op)) | in fd6_zsa_state_create()
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_pipe_depthstencil.c | 140 ds->stencil[0].pass = svga_translate_stencil_op(templ->stencil[0].zpass_op); in svga_create_depth_stencil_state() 162 ds->stencil[1].pass = svga_translate_stencil_op(templ->stencil[1].zpass_op); in svga_create_depth_stencil_state()
|
/third_party/mesa3d/src/gallium/frontends/d3d10umd/ |
D | OutputMerger.cpp | 915 face0->zpass_op = translateStencilOp(pDepthStencilDesc->FrontFace.StencilPassOp); in CreateDepthStencilState() 923 face1->zpass_op = translateStencilOp(pDepthStencilDesc->BackFace.StencilPassOp); in CreateDepthStencilState() 931 ASSERT(face0->zpass_op == PIPE_STENCIL_OP_KEEP); in CreateDepthStencilState() 938 ASSERT(face1->zpass_op == PIPE_STENCIL_OP_KEEP); in CreateDepthStencilState()
|
/third_party/mesa3d/src/gallium/auxiliary/postprocess/ |
D | pp_mlaa.c | 115 mstencil.stencil[0].zpass_op = PIPE_STENCIL_OP_REPLACE; in pp_jimenezmlaa_run() 149 mstencil.stencil[0].zpass_op = PIPE_STENCIL_OP_KEEP; in pp_jimenezmlaa_run()
|
/third_party/mesa3d/docs/gallium/cso/ |
D | dsa.rst | 49 zpass_op
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
D | nine_pipe.c | 50 dsa.stencil[0].zpass_op = d3dstencilop_to_pipe_stencil_op(rs[D3DRS_STENCILPASS]); in nine_convert_dsa_state() 59 dsa.stencil[1].zpass_op = d3dstencilop_to_pipe_stencil_op(rs[D3DRS_CCW_STENCILPASS]); in nine_convert_dsa_state()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nv30_state.c | 243 SB_DATA (so, nvgl_stencil_op(cso->stencil[0].zpass_op)); in nv30_zsa_state_create() 259 SB_DATA (so, nvgl_stencil_op(cso->stencil[1].zpass_op)); in nv30_zsa_state_create()
|
/third_party/mesa3d/src/gallium/include/pipe/ |
D | p_state.h | 319 unsigned zpass_op:3; /**< PIPE_STENCIL_OP_x */ member
|
/third_party/mesa3d/src/gallium/drivers/i915/ |
D | i915_state.c | 406 int dpop = i915_translate_stencil_op(stencil->zpass_op); in i915_get_lis5_stencil() 421 int dpop = i915_translate_stencil_op(stencil->zpass_op); in i915_get_bfo()
|
/third_party/mesa3d/src/gallium/drivers/lima/ |
D | lima_draw.c | 669 (lima_stencil_op(stencil[0].zpass_op) << 9) | in lima_pack_render_state() 678 (lima_stencil_op(stencil[1].zpass_op) << 9) | in lima_pack_render_state()
|
/third_party/mesa3d/src/gallium/drivers/v3d/ |
D | v3dx_state.c | 228 translate_stencil_op(front->zpass_op); in v3d_create_depth_stencil_alpha_state() 247 translate_stencil_op(back->zpass_op); in v3d_create_depth_stencil_alpha_state()
|
/third_party/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_state.c | 197 bits |= op_map[state->zpass_op] << 22; in tlb_stencil_setup_bits()
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | u_inlines.h | 882 (s->zpass_op != PIPE_STENCIL_OP_KEEP) || in util_writes_stencil()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_state.c | 394 SB_DATA (so, nvgl_stencil_op(cso->stencil[0].zpass_op)); in nv50_zsa_state_create() 410 SB_DATA (so, nvgl_stencil_op(cso->stencil[1].zpass_op)); in nv50_zsa_state_create()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_state.c | 389 SB_DATA (so, nvgl_stencil_op(cso->stencil[0].zpass_op)); in nvc0_zsa_state_create() 404 SB_DATA (so, nvgl_stencil_op(cso->stencil[1].zpass_op)); in nvc0_zsa_state_create()
|
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/ |
D | tr_dump_state.c | 368 trace_dump_member(uint, &state->stencil[i], zpass_op); in trace_dump_depth_stencil_alpha_state()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_state.c | 469 ret.passOp = stencil_op(src->zpass_op); in stencil_op_state()
|
/third_party/mesa3d/src/gallium/drivers/r300/ |
D | r300_state.c | 712 (r300_translate_stencil_op(state->stencil[0].zpass_op) << in r300_create_dsa_state() 730 (r300_translate_stencil_op(state->stencil[1].zpass_op) << in r300_create_dsa_state()
|