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

  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d1x/
d3d_enums.cpp 63 PIPE_STENCIL_OP_KEEP,
64 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 148 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 108 mstencil.stencil[0].fail_op = PIPE_STENCIL_OP_KEEP;
109 mstencil.stencil[0].zfail_op = PIPE_STENCIL_OP_KEEP;
142 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/svga/
svga_pipe_depthstencil.c 57 case PIPE_STENCIL_OP_KEEP: return SVGA3D_STENCILOP_KEEP;
  /external/mesa3d/src/mesa/state_tracker/
st_atom_depth.c 74 return PIPE_STENCIL_OP_KEEP;
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_quad_depth_test.c 440 case PIPE_STENCIL_OP_KEEP:
642 if (failOp != PIPE_STENCIL_OP_KEEP) {
655 if (zFailOp != PIPE_STENCIL_OP_KEEP) {
660 if (zPassOp != PIPE_STENCIL_OP_KEEP) {
  /external/mesa3d/src/gallium/include/pipe/
p_defines.h 133 #define PIPE_STENCIL_OP_KEEP 0
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_compositor.c 466 dsa.stencil[i].fail_op = PIPE_STENCIL_OP_KEEP;
467 dsa.stencil[i].zpass_op = PIPE_STENCIL_OP_KEEP;
468 dsa.stencil[i].zfail_op = PIPE_STENCIL_OP_KEEP;
    [all...]
vl_mpeg12_decoder.c 786 dsa.stencil[i].fail_op = PIPE_STENCIL_OP_KEEP;
787 dsa.stencil[i].zpass_op = PIPE_STENCIL_OP_KEEP;
788 dsa.stencil[i].zfail_op = PIPE_STENCIL_OP_KEEP;
    [all...]
  /external/mesa3d/src/gallium/state_trackers/vega/
renderer.c 994 dsa->stencil[0].fail_op = PIPE_STENCIL_OP_KEEP;
995 dsa->stencil[0].zfail_op = PIPE_STENCIL_OP_KEEP;
1006 dsa->stencil[0].fail_op = PIPE_STENCIL_OP_KEEP;
1007 dsa->stencil[0].zfail_op = PIPE_STENCIL_OP_KEEP;
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_bld_depth.c 201 stencil_op = PIPE_STENCIL_OP_KEEP;
205 case PIPE_STENCIL_OP_KEEP:
  /external/mesa3d/src/gallium/drivers/r600/
r600_state_common.c     [all...]
r600_state.c     [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_state.c 534 case PIPE_STENCIL_OP_KEEP:
    [all...]

Completed in 297 milliseconds