HomeSort by relevance Sort by last modified time
    Searched refs:zfail_op (Results 1 - 25 of 25) sorted by null

  /external/mesa3d/src/gallium/drivers/svga/
svga_pipe_depthstencil.c 86 ds->stencil[0].zfail = svga_translate_stencil_op(templ->stencil[0].zfail_op);
101 ds->stencil[1].zfail = svga_translate_stencil_op(templ->stencil[1].zfail_op);
  /external/mesa3d/src/mesa/state_tracker/
st_atom_depth.c 115 dsa->stencil[0].zfail_op = gl_stencil_op_to_pipe(ctx->Stencil.ZFailFunc[0]);
126 dsa->stencil[1].zfail_op = gl_stencil_op_to_pipe(ctx->Stencil.ZFailFunc[back]);
st_cb_clear.c 269 depth_stencil.stencil[0].zfail_op = PIPE_STENCIL_OP_REPLACE;
  /external/mesa3d/src/gallium/drivers/r300/
r300_hyperz.c 96 s->zfail_op != PIPE_STENCIL_OP_KEEP);
227 s->zfail_op != PIPE_STENCIL_OP_KEEP ||
r300_state.c 612 (r300_translate_stencil_op(state->stencil[0].zfail_op) <<
630 (r300_translate_stencil_op(state->stencil[1].zfail_op) <<
    [all...]
  /external/mesa3d/src/gallium/include/pipe/
p_state.h 230 unsigned zfail_op:3; /**< PIPE_STENCIL_OP_x */ member in struct:pipe_stencil_state
  /external/mesa3d/src/gallium/drivers/nv30/
nv30_state.c 232 SB_DATA (so, nvgl_stencil_op(cso->stencil[0].zfail_op));
248 SB_DATA (so, nvgl_stencil_op(cso->stencil[1].zfail_op));
  /external/mesa3d/src/gallium/auxiliary/postprocess/
pp_mlaa.c 109 mstencil.stencil[0].zfail_op = PIPE_STENCIL_OP_KEEP;
  /external/mesa3d/src/gallium/drivers/i915/
i915_state.c 458 int dfop = i915_translate_stencil_op(depth_stencil->stencil[0].zfail_op);
472 int dfop = i915_translate_stencil_op(depth_stencil->stencil[1].zfail_op);
    [all...]
  /external/mesa3d/src/gallium/state_trackers/vega/
renderer.c 995 dsa->stencil[0].zfail_op = PIPE_STENCIL_OP_KEEP;
1007 dsa->stencil[0].zfail_op = PIPE_STENCIL_OP_KEEP;
1112 dsa.stencil[0].zfail_op = PIPE_STENCIL_OP_REPLACE;
    [all...]
  /external/mesa3d/src/gallium/drivers/trace/
tr_dump_state.c 331 trace_dump_member(uint, &state->stencil[i], zfail_op);
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_state.c 374 SB_DATA (so, nvgl_stencil_op(cso->stencil[0].zfail_op));
390 SB_DATA (so, nvgl_stencil_op(cso->stencil[1].zfail_op));
    [all...]
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_state.c 353 SB_DATA (so, nvgl_stencil_op(cso->stencil[0].zfail_op));
368 SB_DATA (so, nvgl_stencil_op(cso->stencil[1].zfail_op));
  /external/mesa3d/src/gallium/drivers/r600/
r600_state.c 827 db_depth_control |= S_028800_STENCILZFAIL(r600_translate_stencil_op(state->stencil[0].zfail_op));
834 db_depth_control |= S_028800_STENCILZFAIL_BF(r600_translate_stencil_op(state->stencil[1].zfail_op));
    [all...]
evergreen_state.c 807 db_depth_control |= S_028800_STENCILZFAIL(r600_translate_stencil_op(state->stencil[0].zfail_op));
814 db_depth_control |= S_028800_STENCILZFAIL_BF(r600_translate_stencil_op(state->stencil[1].zfail_op));
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_screen.h 538 state.stencil[0].zfail_op = d3d11_to_pipe_stencil_op[depth_stencil_state_desc->FrontFace.StencilDepthFailOp];
545 state.stencil[1].zfail_op = d3d11_to_pipe_stencil_op[depth_stencil_state_desc->BackFace.StencilDepthFailOp];
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_blit.c 113 ctx->dsa_write_stencil.stencil[0].zfail_op = PIPE_STENCIL_OP_REPLACE;
u_dump_state.c 500 util_dump_member(stream, uint, &state->stencil[i], zfail_op);
u_blitter.c 194 dsa.stencil[0].zfail_op = PIPE_STENCIL_OP_REPLACE;
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_bld_depth.c 194 stencil_op = stencil->zfail_op;
lp_state_fs.c     [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_quad_depth_test.c 629 zFailOp = softpipe->depth_stencil->stencil[face].zfail_op;
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_state.c 586 db_stencil_control |= S_02842C_STENCILZFAIL(si_translate_stencil_op(state->stencil[0].zfail_op));
593 db_stencil_control |= S_02842C_STENCILZFAIL_BF(si_translate_stencil_op(state->stencil[1].zfail_op));
    [all...]
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_compositor.c 468 dsa.stencil[i].zfail_op = PIPE_STENCIL_OP_KEEP;
    [all...]
vl_mpeg12_decoder.c 788 dsa.stencil[i].zfail_op = PIPE_STENCIL_OP_KEEP;
    [all...]

Completed in 160 milliseconds