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

  /external/mesa3d/src/gallium/drivers/svga/
svga_pipe_depthstencil.c 85 ds->stencil[0].fail = svga_translate_stencil_op(templ->stencil[0].fail_op);
100 ds->stencil[1].fail = svga_translate_stencil_op(templ->stencil[1].fail_op);
  /external/mesa3d/src/mesa/state_tracker/
st_atom_depth.c 114 dsa->stencil[0].fail_op = gl_stencil_op_to_pipe(ctx->Stencil.FailFunc[0]);
125 dsa->stencil[1].fail_op = gl_stencil_op_to_pipe(ctx->Stencil.FailFunc[back]);
st_cb_clear.c 267 depth_stencil.stencil[0].fail_op = PIPE_STENCIL_OP_REPLACE;
  /external/mesa3d/src/gallium/drivers/r300/
r300_hyperz.c 95 return s->enabled && (s->fail_op != PIPE_STENCIL_OP_KEEP ||
226 (s->fail_op != PIPE_STENCIL_OP_KEEP ||
r300_state.c 608 (r300_translate_stencil_op(state->stencil[0].fail_op) <<
626 (r300_translate_stencil_op(state->stencil[1].fail_op) <<
    [all...]
  /external/mesa3d/src/gallium/include/pipe/
p_state.h 228 unsigned fail_op:3; /**< PIPE_STENCIL_OP_x */ member in struct:pipe_stencil_state
  /external/mesa3d/src/gallium/drivers/nv30/
nv30_state.c 231 SB_DATA (so, nvgl_stencil_op(cso->stencil[0].fail_op));
247 SB_DATA (so, nvgl_stencil_op(cso->stencil[1].fail_op));
  /external/mesa3d/src/gallium/auxiliary/postprocess/
pp_mlaa.c 108 mstencil.stencil[0].fail_op = PIPE_STENCIL_OP_KEEP;
  /external/mesa3d/src/gallium/drivers/i915/
i915_state.c 457 int fop = i915_translate_stencil_op(depth_stencil->stencil[0].fail_op);
471 int fop = i915_translate_stencil_op(depth_stencil->stencil[1].fail_op);
    [all...]
  /external/mesa3d/src/gallium/state_trackers/vega/
renderer.c 994 dsa->stencil[0].fail_op = PIPE_STENCIL_OP_KEEP;
1006 dsa->stencil[0].fail_op = PIPE_STENCIL_OP_KEEP;
1111 dsa.stencil[0].fail_op = PIPE_STENCIL_OP_REPLACE;
    [all...]
  /external/mesa3d/src/gallium/drivers/trace/
tr_dump_state.c 329 trace_dump_member(uint, &state->stencil[i], fail_op);
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_state.c 373 SB_DATA (so, nvgl_stencil_op(cso->stencil[0].fail_op));
389 SB_DATA (so, nvgl_stencil_op(cso->stencil[1].fail_op));
    [all...]
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_state.c 352 SB_DATA (so, nvgl_stencil_op(cso->stencil[0].fail_op));
367 SB_DATA (so, nvgl_stencil_op(cso->stencil[1].fail_op));
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_screen.h 537 state.stencil[0].fail_op = d3d11_to_pipe_stencil_op[depth_stencil_state_desc->FrontFace.StencilFailOp];
544 state.stencil[1].fail_op = d3d11_to_pipe_stencil_op[depth_stencil_state_desc->BackFace.StencilFailOp];
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_blit.c 111 ctx->dsa_write_stencil.stencil[0].fail_op = PIPE_STENCIL_OP_REPLACE;
u_dump_state.c 498 util_dump_member(stream, uint, &state->stencil[i], fail_op);
u_blitter.c 192 dsa.stencil[0].fail_op = PIPE_STENCIL_OP_REPLACE;
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_bld_depth.c 191 stencil_op = stencil->fail_op;
lp_state_fs.c     [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_quad_depth_test.c 628 failOp = softpipe->depth_stencil->stencil[face].fail_op;
  /external/mesa3d/src/gallium/drivers/r600/
r600_state.c 825 db_depth_control |= S_028800_STENCILFAIL(r600_translate_stencil_op(state->stencil[0].fail_op));
832 db_depth_control |= S_028800_STENCILFAIL_BF(r600_translate_stencil_op(state->stencil[1].fail_op));
    [all...]
evergreen_state.c 805 db_depth_control |= S_028800_STENCILFAIL(r600_translate_stencil_op(state->stencil[0].fail_op));
812 db_depth_control |= S_028800_STENCILFAIL_BF(r600_translate_stencil_op(state->stencil[1].fail_op));
    [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_state.c 584 db_stencil_control |= S_02842C_STENCILFAIL(si_translate_stencil_op(state->stencil[0].fail_op));
591 db_stencil_control |= S_02842C_STENCILFAIL_BF(si_translate_stencil_op(state->stencil[1].fail_op));
    [all...]
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_compositor.c 466 dsa.stencil[i].fail_op = PIPE_STENCIL_OP_KEEP;
    [all...]
vl_mpeg12_decoder.c 786 dsa.stencil[i].fail_op = PIPE_STENCIL_OP_KEEP;
    [all...]

Completed in 109 milliseconds