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

1 2

  /external/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_zsa.c 60 so->stencil[i].fail_op = so->stencil[i].zfail_op = so->stencil[i].zpass_op = PIPE_STENCIL_OP_KEEP;
72 if (so->stencil[0].fail_op != PIPE_STENCIL_OP_KEEP ||
77 if (so->stencil[1].fail_op != PIPE_STENCIL_OP_KEEP ||
108 VIVS_PE_STENCIL_OP_FAIL_FRONT(translate_stencil_op(so->stencil[0].fail_op)) |
109 VIVS_PE_STENCIL_OP_FAIL_BACK(translate_stencil_op(so->stencil[1].fail_op)) |
  /external/mesa3d/src/gallium/drivers/freedreno/a2xx/
fd2_zsa.c 64 A2XX_RB_DEPTHCONTROL_STENCILFAIL(fd_stencil_op(s->fail_op)) |
78 A2XX_RB_DEPTHCONTROL_STENCILFAIL_BF(fd_stencil_op(bs->fail_op)) |
  /external/mesa3d/src/gallium/drivers/freedreno/a3xx/
fd3_zsa.c 68 A3XX_RB_STENCIL_CONTROL_FAIL(fd_stencil_op(s->fail_op)) |
82 A3XX_RB_STENCIL_CONTROL_FAIL_BF(fd_stencil_op(bs->fail_op)) |
  /external/mesa3d/src/gallium/drivers/freedreno/a5xx/
fd5_zsa.c 66 A5XX_RB_STENCIL_CONTROL_FAIL(fd_stencil_op(s->fail_op)) |
79 A5XX_RB_STENCIL_CONTROL_FAIL_BF(fd_stencil_op(bs->fail_op)) |
  /external/mesa3d/src/gallium/drivers/freedreno/a4xx/
fd4_zsa.c 68 A4XX_RB_STENCIL_CONTROL_FAIL(fd_stencil_op(s->fail_op)) |
84 A4XX_RB_STENCIL_CONTROL_FAIL_BF(fd_stencil_op(bs->fail_op)) |
  /external/mesa3d/src/mesa/state_tracker/
st_atom_depth.c 124 dsa->stencil[0].fail_op = gl_stencil_op_to_pipe(ctx->Stencil.FailFunc[0]);
135 dsa->stencil[1].fail_op = gl_stencil_op_to_pipe(ctx->Stencil.FailFunc[back]);
st_cb_clear.c 258 depth_stencil.stencil[0].fail_op = PIPE_STENCIL_OP_REPLACE;
  /external/mesa3d/src/gallium/drivers/ilo/core/
ilo_state_cc.h 69 enum gen_stencil_op fail_op; member in struct:ilo_state_cc_stencil_op_info
ilo_state_cc.c 120 front->fail_op << GEN6_ZS_DW0_STENCIL_FAIL_OP__SHIFT |
124 back->fail_op << GEN6_ZS_DW0_STENCIL1_FAIL_OP__SHIFT |
203 dw1 |= front->fail_op << GEN8_ZS_DW1_STENCIL_FAIL_OP__SHIFT |
207 back->fail_op << GEN8_ZS_DW1_STENCIL1_FAIL_OP__SHIFT |
  /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 717 (r300_translate_stencil_op(state->stencil[0].fail_op) <<
735 (r300_translate_stencil_op(state->stencil[1].fail_op) <<
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_pipe_depthstencil.c 147 ds->stencil[0].fail = svga_translate_stencil_op(templ->stencil[0].fail_op);
169 ds->stencil[1].fail = svga_translate_stencil_op(templ->stencil[1].fail_op);
  /external/mesa3d/src/gallium/state_trackers/nine/
nine_pipe.c 46 dsa.stencil[0].fail_op = d3dstencilop_to_pipe_stencil_op(rs[D3DRS_STENCILFAIL]);
55 dsa.stencil[1].fail_op = d3dstencilop_to_pipe_stencil_op(rs[D3DRS_CCW_STENCILFAIL]);
  /external/mesa3d/src/gallium/include/pipe/
p_state.h 280 unsigned fail_op:3; /**< PIPE_STENCIL_OP_x */ member in struct:pipe_stencil_state
  /external/mesa3d/src/gallium/drivers/nouveau/nv30/
nv30_state.c 241 SB_DATA (so, nvgl_stencil_op(cso->stencil[0].fail_op));
257 SB_DATA (so, nvgl_stencil_op(cso->stencil[1].fail_op));
  /external/mesa3d/src/gallium/auxiliary/postprocess/
pp_mlaa.c 120 mstencil.stencil[0].fail_op = PIPE_STENCIL_OP_KEEP;
  /external/mesa3d/src/gallium/drivers/ilo/
ilo_blitter_rectlist.c 397 info.stencil.front.fail_op = GEN6_STENCILOP_KEEP;
  /external/mesa3d/src/gallium/drivers/i915/
i915_state.c 480 int fop = i915_translate_stencil_op(depth_stencil->stencil[0].fail_op);
494 int fop = i915_translate_stencil_op(depth_stencil->stencil[1].fail_op);
    [all...]
  /external/mesa3d/src/gallium/drivers/vc4/
vc4_state.c 174 bits |= op_map[state->fail_op] << 19;
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_state.c 391 SB_DATA (so, nvgl_stencil_op(cso->stencil[0].fail_op));
407 SB_DATA (so, nvgl_stencil_op(cso->stencil[1].fail_op));
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_state.c 364 SB_DATA (so, nvgl_stencil_op(cso->stencil[0].fail_op));
379 SB_DATA (so, nvgl_stencil_op(cso->stencil[1].fail_op));
    [all...]
  /external/mesa3d/src/gallium/drivers/swr/
swr_state.cpp     [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_dump_state.c 529 &state->stencil[i], fail_op);
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_bld_depth.c 184 stencil_op = stencil->fail_op;
    [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_quad_depth_test.c 641 failOp = softpipe->depth_stencil->stencil[face].fail_op;

Completed in 747 milliseconds

1 2