Home
last modified time | relevance | path

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

12

/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_zsa.c65 … 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()
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_zsa.c68 A3XX_RB_STENCIL_CONTROL_ZFAIL(fd_stencil_op(s->zfail_op)); in fd3_zsa_state_create()
82 A3XX_RB_STENCIL_CONTROL_ZFAIL_BF(fd_stencil_op(bs->zfail_op)); in fd3_zsa_state_create()
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_zsa.c65 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()
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_zsa.c68 A4XX_RB_STENCIL_CONTROL_ZFAIL(fd_stencil_op(s->zfail_op)); in fd4_zsa_state_create()
84 A4XX_RB_STENCIL_CONTROL_ZFAIL_BF(fd_stencil_op(bs->zfail_op)); in fd4_zsa_state_create()
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_zsa.c88 A5XX_RB_STENCIL_CONTROL_ZFAIL(fd_stencil_op(s->zfail_op)); in fd5_zsa_state_create()
101 A5XX_RB_STENCIL_CONTROL_ZFAIL_BF(fd_stencil_op(bs->zfail_op)); in fd5_zsa_state_create()
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_depth.c125 dsa->stencil[0].zfail_op = gl_stencil_op_to_pipe(ctx->Stencil.ZFailFunc[0]); in st_update_depth_stencil_alpha()
136 dsa->stencil[1].zfail_op = gl_stencil_op_to_pipe(ctx->Stencil.ZFailFunc[back]); in st_update_depth_stencil_alpha()
Dst_cb_clear.c315 depth_stencil.stencil[0].zfail_op = PIPE_STENCIL_OP_REPLACE; in clear_with_quad()
/external/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_zsa.c166 A6XX_RB_STENCIL_CONTROL_ZFAIL(fd_stencil_op(s->zfail_op)); in fd6_zsa_state_create()
181 A6XX_RB_STENCIL_CONTROL_ZFAIL_BF(fd_stencil_op(bs->zfail_op)); in fd6_zsa_state_create()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_hyperz.c95 s->zfail_op != PIPE_STENCIL_OP_KEEP); in r300_dsa_stencil_op_not_keep()
226 s->zfail_op != PIPE_STENCIL_OP_KEEP || in r300_dsa_writes_stencil()
Dr300_state.c714 (r300_translate_stencil_op(state->stencil[0].zfail_op) << in r300_create_dsa_state()
732 (r300_translate_stencil_op(state->stencil[1].zfail_op) << in r300_create_dsa_state()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_depthstencil.c139 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()
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_state.c196 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()
/external/mesa3d/docs/gallium/cso/
Ddsa.rst46 zfail_op
/external/mesa3d/src/gallium/frontends/nine/
Dnine_pipe.c51 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()
/external/virglrenderer/src/gallium/include/pipe/
Dp_state.h237 unsigned zfail_op:3; /**< PIPE_STENCIL_OP_x */ member
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_state.c242 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()
/external/mesa3d/src/gallium/drivers/v3d/
Dv3dx_state.c201 (cso->stencil[0].zfail_op != PIPE_STENCIL_OP_KEEP || in v3d_create_depth_stencil_alpha_state()
204 (cso->stencil[1].zfail_op != PIPE_STENCIL_OP_KEEP && in v3d_create_depth_stencil_alpha_state()
230 translate_stencil_op(front->zfail_op); in v3d_create_depth_stencil_alpha_state()
249 translate_stencil_op(back->zfail_op); in v3d_create_depth_stencil_alpha_state()
/external/mesa3d/src/gallium/include/pipe/
Dp_state.h321 unsigned zfail_op:3; /**< PIPE_STENCIL_OP_x */ member
/external/mesa3d/src/gallium/auxiliary/postprocess/
Dpp_mlaa.c109 mstencil.stencil[0].zfail_op = PIPE_STENCIL_OP_KEEP; in pp_jimenezmlaa_run()
/external/mesa3d/src/gallium/drivers/i915/
Di915_state.c481 int dfop = i915_translate_stencil_op(depth_stencil->stencil[0].zfail_op); in i915_create_depth_stencil_state()
495 int dfop = i915_translate_stencil_op(depth_stencil->stencil[1].zfail_op); in i915_create_depth_stencil_state()
/external/mesa3d/src/gallium/drivers/lima/
Dlima_draw.c661 (lima_stencil_op(stencil[0].zfail_op) << 6) | in lima_pack_render_state()
670 (lima_stencil_op(stencil[1].zfail_op) << 6) | in lima_pack_render_state()
/external/mesa3d/src/gallium/drivers/zink/
Dzink_state.c321 ret.depthFailOp = stencil_op(src->zfail_op); in stencil_op_state()
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_state.c393 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()
/external/mesa3d/src/gallium/auxiliary/driver_trace/
Dtr_dump_state.c373 trace_dump_member(uint, &state->stencil[i], zfail_op); in trace_dump_depth_stencil_alpha_state()
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_state.c388 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()

12