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

  /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 ||
73 so->stencil[0].zfail_op != PIPE_STENCIL_OP_KEEP ||
74 so->stencil[0].zpass_op != PIPE_STENCIL_OP_KEEP) {
77 if (so->stencil[1].fail_op != PIPE_STENCIL_OP_KEEP ||
78 so->stencil[1].zfail_op != PIPE_STENCIL_OP_KEEP ||
79 so->stencil[1].zpass_op != PIPE_STENCIL_OP_KEEP) {
etnaviv_translate.h 95 case PIPE_STENCIL_OP_KEEP:
  /external/mesa3d/src/gallium/drivers/r300/
r300_hyperz.c 95 return s->enabled && (s->fail_op != PIPE_STENCIL_OP_KEEP ||
96 s->zfail_op != PIPE_STENCIL_OP_KEEP);
226 (s->fail_op != PIPE_STENCIL_OP_KEEP ||
227 s->zfail_op != PIPE_STENCIL_OP_KEEP ||
228 s->zpass_op != PIPE_STENCIL_OP_KEEP);
r300_state_inlines.h 147 case PIPE_STENCIL_OP_KEEP:
  /external/mesa3d/src/gallium/drivers/freedreno/
freedreno_util.c 160 case PIPE_STENCIL_OP_KEEP:
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_gldefs.h 151 case PIPE_STENCIL_OP_KEEP:
  /external/mesa3d/src/gallium/auxiliary/postprocess/
pp_mlaa.c 120 mstencil.stencil[0].fail_op = PIPE_STENCIL_OP_KEEP;
121 mstencil.stencil[0].zfail_op = PIPE_STENCIL_OP_KEEP;
156 mstencil.stencil[0].zpass_op = PIPE_STENCIL_OP_KEEP;
  /external/mesa3d/src/gallium/drivers/i915/
i915_state_inlines.h 91 case PIPE_STENCIL_OP_KEEP:
  /external/mesa3d/src/gallium/drivers/swr/
swr_state.h 148 case PIPE_STENCIL_OP_KEEP:
  /external/mesa3d/src/mesa/state_tracker/
st_atom_depth.c 77 return PIPE_STENCIL_OP_KEEP;
  /external/mesa3d/src/gallium/drivers/vc4/
vc4_state.c 160 [PIPE_STENCIL_OP_KEEP] = 1,
213 (cso->stencil[0].zfail_op == PIPE_STENCIL_OP_KEEP &&
215 cso->stencil[1].zfail_op == PIPE_STENCIL_OP_KEEP)))) {
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_quad_depth_test.c 453 case PIPE_STENCIL_OP_KEEP:
655 if (failOp != PIPE_STENCIL_OP_KEEP) {
668 if (zFailOp != PIPE_STENCIL_OP_KEEP) {
673 if (zPassOp != PIPE_STENCIL_OP_KEEP) {
  /external/mesa3d/src/gallium/drivers/svga/
svga_pipe_depthstencil.c 59 case PIPE_STENCIL_OP_KEEP: return SVGA3D_STENCILOP_KEEP;
  /external/mesa3d/src/gallium/include/pipe/
p_defines.h 146 PIPE_STENCIL_OP_KEEP,
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_mpeg12_decoder.c 870 dsa.stencil[i].fail_op = PIPE_STENCIL_OP_KEEP;
871 dsa.stencil[i].zpass_op = PIPE_STENCIL_OP_KEEP;
872 dsa.stencil[i].zfail_op = PIPE_STENCIL_OP_KEEP;
    [all...]
vl_compositor.c 538 dsa.stencil[i].fail_op = PIPE_STENCIL_OP_KEEP;
539 dsa.stencil[i].zpass_op = PIPE_STENCIL_OP_KEEP;
540 dsa.stencil[i].zfail_op = PIPE_STENCIL_OP_KEEP;
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_bld_depth.c 194 stencil_op = PIPE_STENCIL_OP_KEEP;
198 case PIPE_STENCIL_OP_KEEP:
    [all...]
  /external/mesa3d/src/gallium/state_trackers/nine/
nine_pipe.h 605 case D3DSTENCILOP_KEEP: return PIPE_STENCIL_OP_KEEP;
  /external/mesa3d/src/gallium/drivers/ilo/
ilo_state.c 226 case PIPE_STENCIL_OP_KEEP: return GEN6_STENCILOP_KEEP;
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
r600_state.c     [all...]
r600_state_common.c     [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_state.c     [all...]

Completed in 86 milliseconds