Home
last modified time | relevance | path

Searched refs:zpass_op (Results 1 – 25 of 27) sorted by relevance

12

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_depthstencil.c87 ds->stencil[0].pass = svga_translate_stencil_op(templ->stencil[0].zpass_op); in svga_create_depth_stencil_state()
102 ds->stencil[1].pass = svga_translate_stencil_op(templ->stencil[1].zpass_op); in svga_create_depth_stencil_state()
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_depth.c116 dsa->stencil[0].zpass_op = gl_stencil_op_to_pipe(ctx->Stencil.ZPassFunc[0]); in update_depth_stencil_alpha()
127 dsa->stencil[1].zpass_op = gl_stencil_op_to_pipe(ctx->Stencil.ZPassFunc[back]); in update_depth_stencil_alpha()
Dst_cb_clear.c268 depth_stencil.stencil[0].zpass_op = PIPE_STENCIL_OP_REPLACE; in clear_with_quad()
Dst_cb_drawpixels.c721 dsa.stencil[0].zpass_op = PIPE_STENCIL_OP_REPLACE; in draw_textured_quad()
/external/mesa3d/src/gallium/auxiliary/postprocess/
Dpp_mlaa.c110 mstencil.stencil[0].zpass_op = PIPE_STENCIL_OP_REPLACE; in pp_jimenezmlaa_run()
142 mstencil.stencil[0].zpass_op = PIPE_STENCIL_OP_KEEP; in pp_jimenezmlaa_run()
/external/mesa3d/src/gallium/docs/source/cso/
Ddsa.rst49 zpass_op
/external/mesa3d/src/gallium/state_trackers/vega/
Drenderer.c996 dsa->stencil[0].zpass_op = PIPE_STENCIL_OP_INVERT; in renderer_polygon_stencil_begin()
1008 dsa->stencil[0].zpass_op = PIPE_STENCIL_OP_INCR_WRAP; in renderer_polygon_stencil_begin()
1016 dsa->stencil[1].zpass_op = PIPE_STENCIL_OP_DECR_WRAP; in renderer_polygon_stencil_begin()
1057 dsa.stencil[0].zpass_op = PIPE_STENCIL_OP_INCR_WRAP; in renderer_polygon_stencil()
1065 dsa.stencil[0].zpass_op = PIPE_STENCIL_OP_DECR_WRAP; in renderer_polygon_stencil()
1113 dsa.stencil[0].zpass_op = PIPE_STENCIL_OP_REPLACE; in renderer_polygon_fill_begin()
/external/mesa3d/src/gallium/include/pipe/
Dp_state.h229 unsigned zpass_op:3; /**< PIPE_STENCIL_OP_x */ member
/external/mesa3d/src/gallium/drivers/nv30/
Dnv30_state.c233 SB_DATA (so, nvgl_stencil_op(cso->stencil[0].zpass_op)); in nv30_zsa_state_create()
249 SB_DATA (so, nvgl_stencil_op(cso->stencil[1].zpass_op)); in nv30_zsa_state_create()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_hyperz.c228 s->zpass_op != PIPE_STENCIL_OP_KEEP); in r300_dsa_writes_stencil()
Dr300_state.c610 (r300_translate_stencil_op(state->stencil[0].zpass_op) << in r300_create_dsa_state()
628 (r300_translate_stencil_op(state->stencil[1].zpass_op) << in r300_create_dsa_state()
/external/mesa3d/src/gallium/drivers/i915/
Di915_state.c459 int dpop = i915_translate_stencil_op(depth_stencil->stencil[0].zpass_op); in i915_create_depth_stencil_state()
473 int dpop = i915_translate_stencil_op(depth_stencil->stencil[1].zpass_op); in i915_create_depth_stencil_state()
/external/mesa3d/src/gallium/drivers/nv50/
Dnv50_state.c375 SB_DATA (so, nvgl_stencil_op(cso->stencil[0].zpass_op)); in nv50_zsa_state_create()
391 SB_DATA (so, nvgl_stencil_op(cso->stencil[1].zpass_op)); in nv50_zsa_state_create()
/external/mesa3d/src/gallium/drivers/nvc0/
Dnvc0_state.c354 SB_DATA (so, nvgl_stencil_op(cso->stencil[0].zpass_op)); in nvc0_zsa_state_create()
369 SB_DATA (so, nvgl_stencil_op(cso->stencil[1].zpass_op)); in nvc0_zsa_state_create()
/external/mesa3d/src/gallium/drivers/trace/
Dtr_dump_state.c330 trace_dump_member(uint, &state->stencil[i], zpass_op); in trace_dump_depth_stencil_alpha_state()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_bld_depth.c197 stencil_op = stencil->zpass_op; in lp_build_stencil_op_single()
/external/mesa3d/src/gallium/auxiliary/util/
Du_dump_state.c499 util_dump_member(stream, uint, &state->stencil[i], zpass_op); in util_dump_depth_stencil_alpha_state()
Du_blit.c112 ctx->dsa_write_stencil.stencil[0].zpass_op = PIPE_STENCIL_OP_REPLACE; in util_create_blit()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_state.c826 db_depth_control |= S_028800_STENCILZPASS(r600_translate_stencil_op(state->stencil[0].zpass_op)); in r600_create_dsa_state()
833 …b_depth_control |= S_028800_STENCILZPASS_BF(r600_translate_stencil_op(state->stencil[1].zpass_op)); in r600_create_dsa_state()
2706 dsa.stencil[0].zpass_op = PIPE_STENCIL_OP_KEEP; in r600_create_db_flush_dsa()
Devergreen_state.c806 db_depth_control |= S_028800_STENCILZPASS(r600_translate_stencil_op(state->stencil[0].zpass_op)); in evergreen_create_dsa_state()
813 …b_depth_control |= S_028800_STENCILZPASS_BF(r600_translate_stencil_op(state->stencil[1].zpass_op)); in evergreen_create_dsa_state()
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
Dd3d11_screen.h536 …state.stencil[0].zpass_op = d3d11_to_pipe_stencil_op[depth_stencil_state_desc->FrontFace.StencilPa… in CreateDepthStencilState()
543 …state.stencil[1].zpass_op = d3d11_to_pipe_stencil_op[depth_stencil_state_desc->BackFace.StencilPas… in CreateDepthStencilState()
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_quad_depth_test.c630 zPassOp = softpipe->depth_stencil->stencil[face].zpass_op; in depth_stencil_test_quad()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.c585 db_stencil_control |= S_02842C_STENCILZPASS(si_translate_stencil_op(state->stencil[0].zpass_op)); in si_create_dsa_state()
592 …b_stencil_control |= S_02842C_STENCILZPASS_BF(si_translate_stencil_op(state->stencil[1].zpass_op)); in si_create_dsa_state()
/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_mpeg12_decoder.c787 dsa.stencil[i].zpass_op = PIPE_STENCIL_OP_KEEP; in init_pipe_state()
Dvl_compositor.c467 dsa.stencil[i].zpass_op = PIPE_STENCIL_OP_KEEP; in init_pipe_state()

12