/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_pipe_depthstencil.c | 85 ds->stencil[0].fail = svga_translate_stencil_op(templ->stencil[0].fail_op); in svga_create_depth_stencil_state() 100 ds->stencil[1].fail = svga_translate_stencil_op(templ->stencil[1].fail_op); in svga_create_depth_stencil_state()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_atom_depth.c | 114 dsa->stencil[0].fail_op = gl_stencil_op_to_pipe(ctx->Stencil.FailFunc[0]); in update_depth_stencil_alpha() 125 dsa->stencil[1].fail_op = gl_stencil_op_to_pipe(ctx->Stencil.FailFunc[back]); in update_depth_stencil_alpha()
|
D | st_cb_clear.c | 267 depth_stencil.stencil[0].fail_op = PIPE_STENCIL_OP_REPLACE; in clear_with_quad()
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_hyperz.c | 95 return s->enabled && (s->fail_op != PIPE_STENCIL_OP_KEEP || in r300_dsa_stencil_op_not_keep() 226 (s->fail_op != PIPE_STENCIL_OP_KEEP || in r300_dsa_writes_stencil()
|
D | r300_state.c | 608 (r300_translate_stencil_op(state->stencil[0].fail_op) << in r300_create_dsa_state() 626 (r300_translate_stencil_op(state->stencil[1].fail_op) << in r300_create_dsa_state()
|
/external/mesa3d/src/gallium/docs/source/cso/ |
D | dsa.rst | 43 fail_op
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_state.h | 228 unsigned fail_op:3; /**< PIPE_STENCIL_OP_x */ member
|
/external/mesa3d/src/gallium/drivers/nv30/ |
D | nv30_state.c | 231 SB_DATA (so, nvgl_stencil_op(cso->stencil[0].fail_op)); in nv30_zsa_state_create() 247 SB_DATA (so, nvgl_stencil_op(cso->stencil[1].fail_op)); in nv30_zsa_state_create()
|
/external/mesa3d/src/gallium/auxiliary/postprocess/ |
D | pp_mlaa.c | 108 mstencil.stencil[0].fail_op = PIPE_STENCIL_OP_KEEP; in pp_jimenezmlaa_run()
|
/external/mesa3d/src/gallium/state_trackers/vega/ |
D | renderer.c | 994 dsa->stencil[0].fail_op = PIPE_STENCIL_OP_KEEP; in renderer_polygon_stencil_begin() 1006 dsa->stencil[0].fail_op = PIPE_STENCIL_OP_KEEP; in renderer_polygon_stencil_begin() 1111 dsa.stencil[0].fail_op = PIPE_STENCIL_OP_REPLACE; in renderer_polygon_fill_begin()
|
/external/mesa3d/src/gallium/drivers/i915/ |
D | i915_state.c | 457 int fop = i915_translate_stencil_op(depth_stencil->stencil[0].fail_op); in i915_create_depth_stencil_state() 471 int fop = i915_translate_stencil_op(depth_stencil->stencil[1].fail_op); in i915_create_depth_stencil_state()
|
/external/mesa3d/src/gallium/drivers/nvc0/ |
D | nvc0_state.c | 352 SB_DATA (so, nvgl_stencil_op(cso->stencil[0].fail_op)); in nvc0_zsa_state_create() 367 SB_DATA (so, nvgl_stencil_op(cso->stencil[1].fail_op)); in nvc0_zsa_state_create()
|
/external/mesa3d/src/gallium/drivers/nv50/ |
D | nv50_state.c | 373 SB_DATA (so, nvgl_stencil_op(cso->stencil[0].fail_op)); in nv50_zsa_state_create() 389 SB_DATA (so, nvgl_stencil_op(cso->stencil[1].fail_op)); in nv50_zsa_state_create()
|
/external/mesa3d/src/gallium/drivers/trace/ |
D | tr_dump_state.c | 329 trace_dump_member(uint, &state->stencil[i], fail_op); in trace_dump_depth_stencil_alpha_state()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_dump_state.c | 498 util_dump_member(stream, uint, &state->stencil[i], fail_op); in util_dump_depth_stencil_alpha_state()
|
D | u_blit.c | 111 ctx->dsa_write_stencil.stencil[0].fail_op = PIPE_STENCIL_OP_REPLACE; in util_create_blit()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_bld_depth.c | 191 stencil_op = stencil->fail_op; in lp_build_stencil_op_single()
|
D | lp_state_fs.c | 1141 …debug_printf("stencil[%u].fail_op = %s\n", i, util_dump_stencil_op(key->stencil[i].fail_op, TRUE)); in dump_fs_variant_key()
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/ |
D | d3d11_screen.h | 537 …state.stencil[0].fail_op = d3d11_to_pipe_stencil_op[depth_stencil_state_desc->FrontFace.StencilFai… in CreateDepthStencilState() 544 …state.stencil[1].fail_op = d3d11_to_pipe_stencil_op[depth_stencil_state_desc->BackFace.StencilFail… in CreateDepthStencilState()
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_quad_depth_test.c | 628 failOp = softpipe->depth_stencil->stencil[face].fail_op; in depth_stencil_test_quad()
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_state.c | 584 db_stencil_control |= S_02842C_STENCILFAIL(si_translate_stencil_op(state->stencil[0].fail_op)); in si_create_dsa_state() 591 … db_stencil_control |= S_02842C_STENCILFAIL_BF(si_translate_stencil_op(state->stencil[1].fail_op)); in si_create_dsa_state()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_state.c | 825 db_depth_control |= S_028800_STENCILFAIL(r600_translate_stencil_op(state->stencil[0].fail_op)); in r600_create_dsa_state() 832 … db_depth_control |= S_028800_STENCILFAIL_BF(r600_translate_stencil_op(state->stencil[1].fail_op)); in r600_create_dsa_state()
|
D | evergreen_state.c | 805 db_depth_control |= S_028800_STENCILFAIL(r600_translate_stencil_op(state->stencil[0].fail_op)); in evergreen_create_dsa_state() 812 … db_depth_control |= S_028800_STENCILFAIL_BF(r600_translate_stencil_op(state->stencil[1].fail_op)); in evergreen_create_dsa_state()
|
/external/mesa3d/src/gallium/auxiliary/vl/ |
D | vl_mpeg12_decoder.c | 786 dsa.stencil[i].fail_op = PIPE_STENCIL_OP_KEEP; in init_pipe_state()
|
D | vl_compositor.c | 466 dsa.stencil[i].fail_op = PIPE_STENCIL_OP_KEEP; in init_pipe_state()
|