/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_pipe_depthstencil.c | 87 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/ |
D | st_atom_depth.c | 116 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()
|
D | st_cb_clear.c | 268 depth_stencil.stencil[0].zpass_op = PIPE_STENCIL_OP_REPLACE; in clear_with_quad()
|
D | st_cb_drawpixels.c | 721 dsa.stencil[0].zpass_op = PIPE_STENCIL_OP_REPLACE; in draw_textured_quad()
|
/external/mesa3d/src/gallium/auxiliary/postprocess/ |
D | pp_mlaa.c | 110 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/ |
D | dsa.rst | 49 zpass_op
|
/external/mesa3d/src/gallium/state_trackers/vega/ |
D | renderer.c | 996 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/ |
D | p_state.h | 229 unsigned zpass_op:3; /**< PIPE_STENCIL_OP_x */ member
|
/external/mesa3d/src/gallium/drivers/nv30/ |
D | nv30_state.c | 233 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/ |
D | r300_hyperz.c | 228 s->zpass_op != PIPE_STENCIL_OP_KEEP); in r300_dsa_writes_stencil()
|
D | r300_state.c | 610 (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/ |
D | i915_state.c | 459 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/ |
D | nv50_state.c | 375 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/ |
D | nvc0_state.c | 354 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/ |
D | tr_dump_state.c | 330 trace_dump_member(uint, &state->stencil[i], zpass_op); in trace_dump_depth_stencil_alpha_state()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_bld_depth.c | 197 stencil_op = stencil->zpass_op; in lp_build_stencil_op_single()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_dump_state.c | 499 util_dump_member(stream, uint, &state->stencil[i], zpass_op); in util_dump_depth_stencil_alpha_state()
|
D | u_blit.c | 112 ctx->dsa_write_stencil.stencil[0].zpass_op = PIPE_STENCIL_OP_REPLACE; in util_create_blit()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_state.c | 826 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()
|
D | evergreen_state.c | 806 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/ |
D | d3d11_screen.h | 536 …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/ |
D | sp_quad_depth_test.c | 630 zPassOp = softpipe->depth_stencil->stencil[face].zpass_op; in depth_stencil_test_quad()
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_state.c | 585 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/ |
D | vl_mpeg12_decoder.c | 787 dsa.stencil[i].zpass_op = PIPE_STENCIL_OP_KEEP; in init_pipe_state()
|
D | vl_compositor.c | 467 dsa.stencil[i].zpass_op = PIPE_STENCIL_OP_KEEP; in init_pipe_state()
|