Home
last modified time | relevance | path

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

12

/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_zsa.c60 … so->stencil[i].fail_op = so->stencil[i].zfail_op = so->stencil[i].zpass_op = PIPE_STENCIL_OP_KEEP; in etna_zsa_state_create()
73 so->stencil[0].zfail_op != PIPE_STENCIL_OP_KEEP || in etna_zsa_state_create()
78 so->stencil[1].zfail_op != PIPE_STENCIL_OP_KEEP || in etna_zsa_state_create()
110 VIVS_PE_STENCIL_OP_DEPTH_FAIL_FRONT(translate_stencil_op(so->stencil[0].zfail_op)) | in etna_zsa_state_create()
111 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/a5xx/
Dfd5_zsa.c68 A5XX_RB_STENCIL_CONTROL_ZFAIL(fd_stencil_op(s->zfail_op)); in fd5_zsa_state_create()
81 A5XX_RB_STENCIL_CONTROL_ZFAIL_BF(fd_stencil_op(bs->zfail_op)); in fd5_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/mesa/state_tracker/
Dst_atom_depth.c125 dsa->stencil[0].zfail_op = gl_stencil_op_to_pipe(ctx->Stencil.ZFailFunc[0]); in update_depth_stencil_alpha()
136 dsa->stencil[1].zfail_op = gl_stencil_op_to_pipe(ctx->Stencil.ZFailFunc[back]); in update_depth_stencil_alpha()
Dst_cb_clear.c260 depth_stencil.stencil[0].zfail_op = PIPE_STENCIL_OP_REPLACE; in clear_with_quad()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_hyperz.c96 s->zfail_op != PIPE_STENCIL_OP_KEEP); in r300_dsa_stencil_op_not_keep()
227 s->zfail_op != PIPE_STENCIL_OP_KEEP || in r300_dsa_writes_stencil()
Dr300_state.c721 (r300_translate_stencil_op(state->stencil[0].zfail_op) << in r300_create_dsa_state()
739 (r300_translate_stencil_op(state->stencil[1].zfail_op) << in r300_create_dsa_state()
/external/mesa3d/src/gallium/drivers/ilo/core/
Dilo_state_cc.c121 front->zfail_op << GEN6_ZS_DW0_STENCIL_ZFAIL_OP__SHIFT | in cc_set_gen6_DEPTH_STENCIL_STATE()
125 back->zfail_op << GEN6_ZS_DW0_STENCIL1_ZFAIL_OP__SHIFT | in cc_set_gen6_DEPTH_STENCIL_STATE()
204 front->zfail_op << GEN8_ZS_DW1_STENCIL_ZFAIL_OP__SHIFT | in cc_set_gen8_3DSTATE_WM_DEPTH_STENCIL()
208 back->zfail_op << GEN8_ZS_DW1_STENCIL1_ZFAIL_OP__SHIFT | in cc_set_gen8_3DSTATE_WM_DEPTH_STENCIL()
Dilo_state_cc.h70 enum gen_stencil_op zfail_op; member
/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/vc4/
Dvc4_state.c172 bits |= op_map[state->zfail_op] << 25; in tlb_stencil_setup_bits()
213 (cso->stencil[0].zfail_op == PIPE_STENCIL_OP_KEEP && in vc4_create_depth_stencil_alpha_state()
215 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/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.h282 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/ilo/
Dilo_blitter_rectlist.c398 info.stencil.front.zfail_op = GEN6_STENCILOP_KEEP; in ilo_blitter_rectlist_clear_zs()
/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.c365 SB_DATA (so, nvgl_stencil_op(cso->stencil[0].zfail_op)); in nvc0_zsa_state_create()
380 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.cpp1335 swr_convert_stencil_op(stencil[0].zfail_op); in swr_update_derived()
1351 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()

12