Home
last modified time | relevance | path

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

12

/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_zsa.c64 … so->stencil[i].fail_op = so->stencil[i].zfail_op = so->stencil[i].zpass_op = PIPE_STENCIL_OP_KEEP; in etna_zsa_state_create()
77 so->stencil[0].zfail_op != PIPE_STENCIL_OP_KEEP || in etna_zsa_state_create()
82 so->stencil[1].zfail_op != PIPE_STENCIL_OP_KEEP || in etna_zsa_state_create()
112 VIVS_PE_STENCIL_OP_DEPTH_FAIL_FRONT(translate_stencil_op(so->stencil[0].zfail_op)) | in etna_zsa_state_create()
113 VIVS_PE_STENCIL_OP_DEPTH_FAIL_BACK(translate_stencil_op(so->stencil[1].zfail_op)) | in etna_zsa_state_create()
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_zsa.c66 A2XX_RB_DEPTHCONTROL_STENCILZFAIL(fd_stencil_op(s->zfail_op)); in fd2_zsa_state_create()
80 A2XX_RB_DEPTHCONTROL_STENCILZFAIL_BF(fd_stencil_op(bs->zfail_op)); in fd2_zsa_state_create()
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_zsa.c70 A3XX_RB_STENCIL_CONTROL_ZFAIL(fd_stencil_op(s->zfail_op)); in fd3_zsa_state_create()
84 A3XX_RB_STENCIL_CONTROL_ZFAIL_BF(fd_stencil_op(bs->zfail_op)); in fd3_zsa_state_create()
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_zsa.c70 A4XX_RB_STENCIL_CONTROL_ZFAIL(fd_stencil_op(s->zfail_op)); in fd4_zsa_state_create()
86 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.c262 depth_stencil.stencil[0].zfail_op = PIPE_STENCIL_OP_REPLACE; in clear_with_quad()
/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.c720 (r300_translate_stencil_op(state->stencil[0].zfail_op) << in r300_create_dsa_state()
738 (r300_translate_stencil_op(state->stencil[1].zfail_op) << in r300_create_dsa_state()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_depthstencil.c148 ds->stencil[0].zfail = svga_translate_stencil_op(templ->stencil[0].zfail_op); in svga_create_depth_stencil_state()
170 ds->stencil[1].zfail = svga_translate_stencil_op(templ->stencil[1].zfail_op); in svga_create_depth_stencil_state()
/external/mesa3d/src/gallium/drivers/vc5/
Dvc5_state.c168 (cso->stencil[0].zfail_op == PIPE_STENCIL_OP_KEEP && in vc5_create_depth_stencil_alpha_state()
171 (cso->stencil[1].zfail_op == PIPE_STENCIL_OP_KEEP && in vc5_create_depth_stencil_alpha_state()
193 translate_stencil_op(front->zfail_op); in vc5_create_depth_stencil_alpha_state()
210 translate_stencil_op(back->zfail_op); in vc5_create_depth_stencil_alpha_state()
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_state.c195 bits |= op_map[state->zfail_op] << 25; in tlb_stencil_setup_bits()
236 (cso->stencil[0].zfail_op == PIPE_STENCIL_OP_KEEP && in vc4_create_depth_stencil_alpha_state()
238 cso->stencil[1].zfail_op == PIPE_STENCIL_OP_KEEP)))) { in vc4_create_depth_stencil_alpha_state()
/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_pipe.c48 dsa.stencil[0].zfail_op = d3dstencilop_to_pipe_stencil_op(rs[D3DRS_STENCILZFAIL]); in nine_convert_dsa_state()
57 dsa.stencil[1].zfail_op = d3dstencilop_to_pipe_stencil_op(rs[D3DRS_CCW_STENCILZFAIL]); in nine_convert_dsa_state()
/external/mesa3d/src/gallium/docs/source/cso/
Ddsa.rst46 zfail_op
/external/virglrenderer/src/gallium/include/pipe/
Dp_state.h236 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/include/pipe/
Dp_state.h303 unsigned zfail_op:3; /**< PIPE_STENCIL_OP_x */ member
/external/mesa3d/src/gallium/auxiliary/postprocess/
Dpp_mlaa.c121 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/nouveau/nv50/
Dnv50_state.c392 SB_DATA (so, nvgl_stencil_op(cso->stencil[0].zfail_op)); in nv50_zsa_state_create()
408 SB_DATA (so, nvgl_stencil_op(cso->stencil[1].zfail_op)); in nv50_zsa_state_create()
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_state.c372 SB_DATA (so, nvgl_stencil_op(cso->stencil[0].zfail_op)); in nvc0_zsa_state_create()
387 SB_DATA (so, nvgl_stencil_op(cso->stencil[1].zfail_op)); in nvc0_zsa_state_create()
/external/mesa3d/src/gallium/drivers/trace/
Dtr_dump_state.c371 trace_dump_member(uint, &state->stencil[i], zfail_op); in trace_dump_depth_stencil_alpha_state()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_state.cpp1595 swr_convert_stencil_op(stencil[0].zfail_op); in swr_update_derived()
1611 swr_convert_stencil_op(stencil[1].zfail_op); in swr_update_derived()
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_quad_depth_test.c642 zFailOp = softpipe->depth_stencil->stencil[face].zfail_op; in depth_stencil_test_quad()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_bld_depth.c187 stencil_op = stencil->zfail_op; in lp_build_stencil_op_single()

12