Searched refs:zpass_op (Results 1 - 25 of 26) sorted by relevance

12

/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_pipe_depthstencil.c87 ds->stencil[0].pass = svga_translate_stencil_op(templ->stencil[0].zpass_op);
102 ds->stencil[1].pass = svga_translate_stencil_op(templ->stencil[1].zpass_op);
/external/mesa3d/src/mesa/state_tracker/
H A Dst_atom_depth.c116 dsa->stencil[0].zpass_op = gl_stencil_op_to_pipe(ctx->Stencil.ZPassFunc[0]);
127 dsa->stencil[1].zpass_op = gl_stencil_op_to_pipe(ctx->Stencil.ZPassFunc[back]);
H A Dst_cb_clear.c268 depth_stencil.stencil[0].zpass_op = PIPE_STENCIL_OP_REPLACE;
H A Dst_cb_drawpixels.c721 dsa.stencil[0].zpass_op = PIPE_STENCIL_OP_REPLACE;
/external/mesa3d/src/gallium/include/pipe/
H A Dp_state.h229 unsigned zpass_op:3; /**< PIPE_STENCIL_OP_x */ member in struct:pipe_stencil_state
/external/mesa3d/src/gallium/auxiliary/postprocess/
H A Dpp_mlaa.c110 mstencil.stencil[0].zpass_op = PIPE_STENCIL_OP_REPLACE;
142 mstencil.stencil[0].zpass_op = PIPE_STENCIL_OP_KEEP;
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_hyperz.c228 s->zpass_op != PIPE_STENCIL_OP_KEEP);
H A Dr300_state.c610 (r300_translate_stencil_op(state->stencil[0].zpass_op) <<
628 (r300_translate_stencil_op(state->stencil[1].zpass_op) <<
/external/mesa3d/src/gallium/state_trackers/vega/
H A Drenderer.c996 dsa->stencil[0].zpass_op = PIPE_STENCIL_OP_INVERT;
1008 dsa->stencil[0].zpass_op = PIPE_STENCIL_OP_INCR_WRAP;
1016 dsa->stencil[1].zpass_op = PIPE_STENCIL_OP_DECR_WRAP;
1057 dsa.stencil[0].zpass_op = PIPE_STENCIL_OP_INCR_WRAP;
1065 dsa.stencil[0].zpass_op = PIPE_STENCIL_OP_DECR_WRAP;
1113 dsa.stencil[0].zpass_op = PIPE_STENCIL_OP_REPLACE;
/external/mesa3d/src/gallium/drivers/nv30/
H A Dnv30_state.c233 SB_DATA (so, nvgl_stencil_op(cso->stencil[0].zpass_op));
249 SB_DATA (so, nvgl_stencil_op(cso->stencil[1].zpass_op));
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_state.c459 int dpop = i915_translate_stencil_op(depth_stencil->stencil[0].zpass_op);
473 int dpop = i915_translate_stencil_op(depth_stencil->stencil[1].zpass_op);
/external/mesa3d/src/gallium/drivers/trace/
H A Dtr_dump_state.c330 trace_dump_member(uint, &state->stencil[i], zpass_op);
/external/mesa3d/src/gallium/drivers/nv50/
H A Dnv50_state.c375 SB_DATA (so, nvgl_stencil_op(cso->stencil[0].zpass_op));
391 SB_DATA (so, nvgl_stencil_op(cso->stencil[1].zpass_op));
/external/mesa3d/src/gallium/drivers/nvc0/
H A Dnvc0_state.c354 SB_DATA (so, nvgl_stencil_op(cso->stencil[0].zpass_op));
369 SB_DATA (so, nvgl_stencil_op(cso->stencil[1].zpass_op));
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_state.c826 db_depth_control |= S_028800_STENCILZPASS(r600_translate_stencil_op(state->stencil[0].zpass_op));
833 db_depth_control |= S_028800_STENCILZPASS_BF(r600_translate_stencil_op(state->stencil[1].zpass_op));
2706 dsa.stencil[0].zpass_op = PIPE_STENCIL_OP_KEEP;
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
H A Dd3d11_screen.h536 state.stencil[0].zpass_op = d3d11_to_pipe_stencil_op[depth_stencil_state_desc->FrontFace.StencilPassOp];
543 state.stencil[1].zpass_op = d3d11_to_pipe_stencil_op[depth_stencil_state_desc->BackFace.StencilPassOp];
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_blit.c112 ctx->dsa_write_stencil.stencil[0].zpass_op = PIPE_STENCIL_OP_REPLACE;
H A Du_dump_state.c499 util_dump_member(stream, uint, &state->stencil[i], zpass_op);
H A Du_blitter.c193 dsa.stencil[0].zpass_op = PIPE_STENCIL_OP_REPLACE;
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_bld_depth.c197 stencil_op = stencil->zpass_op;
H A Dlp_state_fs.c1142 debug_printf("stencil[%u].zpass_op = %s\n", i, util_dump_stencil_op(key->stencil[i].zpass_op, TRUE));
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_quad_depth_test.c630 zPassOp = softpipe->depth_stencil->stencil[face].zpass_op;
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_state.c585 db_stencil_control |= S_02842C_STENCILZPASS(si_translate_stencil_op(state->stencil[0].zpass_op));
592 db_stencil_control |= S_02842C_STENCILZPASS_BF(si_translate_stencil_op(state->stencil[1].zpass_op));
/external/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_compositor.c467 dsa.stencil[i].zpass_op = PIPE_STENCIL_OP_KEEP;
H A Dvl_mpeg12_decoder.c787 dsa.stencil[i].zpass_op = PIPE_STENCIL_OP_KEEP;

Completed in 489 milliseconds

12