Home
last modified time | relevance | path

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

12

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_depthstencil.c86 ds->stencil[0].zfail = svga_translate_stencil_op(templ->stencil[0].zfail_op); in svga_create_depth_stencil_state()
101 ds->stencil[1].zfail = svga_translate_stencil_op(templ->stencil[1].zfail_op); in svga_create_depth_stencil_state()
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_depth.c115 dsa->stencil[0].zfail_op = gl_stencil_op_to_pipe(ctx->Stencil.ZFailFunc[0]); in update_depth_stencil_alpha()
126 dsa->stencil[1].zfail_op = gl_stencil_op_to_pipe(ctx->Stencil.ZFailFunc[back]); in update_depth_stencil_alpha()
Dst_cb_clear.c269 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.c612 (r300_translate_stencil_op(state->stencil[0].zfail_op) << in r300_create_dsa_state()
630 (r300_translate_stencil_op(state->stencil[1].zfail_op) << in r300_create_dsa_state()
/external/mesa3d/src/gallium/docs/source/cso/
Ddsa.rst46 zfail_op
/external/mesa3d/src/gallium/include/pipe/
Dp_state.h230 unsigned zfail_op:3; /**< PIPE_STENCIL_OP_x */ member
/external/mesa3d/src/gallium/drivers/nv30/
Dnv30_state.c232 SB_DATA (so, nvgl_stencil_op(cso->stencil[0].zfail_op)); in nv30_zsa_state_create()
248 SB_DATA (so, nvgl_stencil_op(cso->stencil[1].zfail_op)); in nv30_zsa_state_create()
/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/state_trackers/vega/
Drenderer.c995 dsa->stencil[0].zfail_op = PIPE_STENCIL_OP_KEEP; in renderer_polygon_stencil_begin()
1007 dsa->stencil[0].zfail_op = PIPE_STENCIL_OP_KEEP; in renderer_polygon_stencil_begin()
1112 dsa.stencil[0].zfail_op = PIPE_STENCIL_OP_REPLACE; in renderer_polygon_fill_begin()
/external/mesa3d/src/gallium/drivers/i915/
Di915_state.c458 int dfop = i915_translate_stencil_op(depth_stencil->stencil[0].zfail_op); in i915_create_depth_stencil_state()
472 int dfop = i915_translate_stencil_op(depth_stencil->stencil[1].zfail_op); in i915_create_depth_stencil_state()
/external/mesa3d/src/gallium/drivers/trace/
Dtr_dump_state.c331 trace_dump_member(uint, &state->stencil[i], zfail_op); in trace_dump_depth_stencil_alpha_state()
/external/mesa3d/src/gallium/drivers/nv50/
Dnv50_state.c374 SB_DATA (so, nvgl_stencil_op(cso->stencil[0].zfail_op)); in nv50_zsa_state_create()
390 SB_DATA (so, nvgl_stencil_op(cso->stencil[1].zfail_op)); in nv50_zsa_state_create()
/external/mesa3d/src/gallium/drivers/nvc0/
Dnvc0_state.c353 SB_DATA (so, nvgl_stencil_op(cso->stencil[0].zfail_op)); in nvc0_zsa_state_create()
368 SB_DATA (so, nvgl_stencil_op(cso->stencil[1].zfail_op)); in nvc0_zsa_state_create()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_bld_depth.c194 stencil_op = stencil->zfail_op; in lp_build_stencil_op_single()
Dlp_state_fs.c1143 …bug_printf("stencil[%u].zfail_op = %s\n", i, util_dump_stencil_op(key->stencil[i].zfail_op, TRUE)); in dump_fs_variant_key()
/external/mesa3d/src/gallium/auxiliary/util/
Du_dump_state.c500 util_dump_member(stream, uint, &state->stencil[i], zfail_op); in util_dump_depth_stencil_alpha_state()
Du_blit.c113 ctx->dsa_write_stencil.stencil[0].zfail_op = PIPE_STENCIL_OP_REPLACE; in util_create_blit()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_state.c827 db_depth_control |= S_028800_STENCILZFAIL(r600_translate_stencil_op(state->stencil[0].zfail_op)); in r600_create_dsa_state()
834 …b_depth_control |= S_028800_STENCILZFAIL_BF(r600_translate_stencil_op(state->stencil[1].zfail_op)); in r600_create_dsa_state()
2707 dsa.stencil[0].zfail_op = PIPE_STENCIL_OP_INCR; in r600_create_db_flush_dsa()
Devergreen_state.c807 db_depth_control |= S_028800_STENCILZFAIL(r600_translate_stencil_op(state->stencil[0].zfail_op)); in evergreen_create_dsa_state()
814 …b_depth_control |= S_028800_STENCILZFAIL_BF(r600_translate_stencil_op(state->stencil[1].zfail_op)); in evergreen_create_dsa_state()
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
Dd3d11_screen.h538 …state.stencil[0].zfail_op = d3d11_to_pipe_stencil_op[depth_stencil_state_desc->FrontFace.StencilDe… in CreateDepthStencilState()
545 …state.stencil[1].zfail_op = d3d11_to_pipe_stencil_op[depth_stencil_state_desc->BackFace.StencilDep… in CreateDepthStencilState()
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_quad_depth_test.c629 zFailOp = softpipe->depth_stencil->stencil[face].zfail_op; in depth_stencil_test_quad()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.c586 db_stencil_control |= S_02842C_STENCILZFAIL(si_translate_stencil_op(state->stencil[0].zfail_op)); in si_create_dsa_state()
593 …b_stencil_control |= S_02842C_STENCILZFAIL_BF(si_translate_stencil_op(state->stencil[1].zfail_op)); in si_create_dsa_state()
/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_mpeg12_decoder.c788 dsa.stencil[i].zfail_op = PIPE_STENCIL_OP_KEEP; in init_pipe_state()
Dvl_compositor.c468 dsa.stencil[i].zfail_op = PIPE_STENCIL_OP_KEEP; in init_pipe_state()

12