/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_pipe_depthstencil.c | 86 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/ |
D | st_atom_depth.c | 115 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()
|
D | st_cb_clear.c | 269 depth_stencil.stencil[0].zfail_op = PIPE_STENCIL_OP_REPLACE; in clear_with_quad()
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_hyperz.c | 96 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()
|
D | r300_state.c | 612 (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/ |
D | dsa.rst | 46 zfail_op
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_state.h | 230 unsigned zfail_op:3; /**< PIPE_STENCIL_OP_x */ member
|
/external/mesa3d/src/gallium/drivers/nv30/ |
D | nv30_state.c | 232 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/ |
D | pp_mlaa.c | 109 mstencil.stencil[0].zfail_op = PIPE_STENCIL_OP_KEEP; in pp_jimenezmlaa_run()
|
/external/mesa3d/src/gallium/state_trackers/vega/ |
D | renderer.c | 995 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/ |
D | i915_state.c | 458 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/ |
D | tr_dump_state.c | 331 trace_dump_member(uint, &state->stencil[i], zfail_op); in trace_dump_depth_stencil_alpha_state()
|
/external/mesa3d/src/gallium/drivers/nv50/ |
D | nv50_state.c | 374 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/ |
D | nvc0_state.c | 353 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/ |
D | lp_bld_depth.c | 194 stencil_op = stencil->zfail_op; in lp_build_stencil_op_single()
|
D | lp_state_fs.c | 1143 …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/ |
D | u_dump_state.c | 500 util_dump_member(stream, uint, &state->stencil[i], zfail_op); in util_dump_depth_stencil_alpha_state()
|
D | u_blit.c | 113 ctx->dsa_write_stencil.stencil[0].zfail_op = PIPE_STENCIL_OP_REPLACE; in util_create_blit()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_state.c | 827 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()
|
D | evergreen_state.c | 807 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/ |
D | d3d11_screen.h | 538 …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/ |
D | sp_quad_depth_test.c | 629 zFailOp = softpipe->depth_stencil->stencil[face].zfail_op; in depth_stencil_test_quad()
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_state.c | 586 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/ |
D | vl_mpeg12_decoder.c | 788 dsa.stencil[i].zfail_op = PIPE_STENCIL_OP_KEEP; in init_pipe_state()
|
D | vl_compositor.c | 468 dsa.stencil[i].zfail_op = PIPE_STENCIL_OP_KEEP; in init_pipe_state()
|