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

  /external/mesa3d/src/gallium/drivers/svga/
svga_pipe_clear.c 75 (buffers & PIPE_CLEAR_STENCIL))
  /external/mesa3d/src/gallium/drivers/i915/
i915_clear.c 95 if (buffers & PIPE_CLEAR_STENCIL
107 } else if (buffers & PIPE_CLEAR_STENCIL) {
i915_surface.c 259 if ((clear_flags & PIPE_CLEAR_STENCIL) ||
  /external/mesa3d/src/gallium/drivers/nv30/
nv30_clear.c 76 if (buffers & PIPE_CLEAR_STENCIL)
184 if (buffers & PIPE_CLEAR_STENCIL)
  /external/mesa3d/src/gallium/include/pipe/
p_defines.h 193 #define PIPE_CLEAR_STENCIL (1 << 2)
195 #define PIPE_CLEAR_DEPTHSTENCIL (PIPE_CLEAR_DEPTH | PIPE_CLEAR_STENCIL)
  /external/mesa3d/src/mesa/state_tracker/
st_cb_clear.c 514 quad_buffers |= PIPE_CLEAR_STENCIL;
516 clear_buffers |= PIPE_CLEAR_STENCIL;
530 quad_buffers & PIPE_CLEAR_STENCIL);
  /external/mesa3d/src/gallium/auxiliary/postprocess/
pp_mlaa.c 125 p->pipe->clear(p->pipe, PIPE_CLEAR_STENCIL | PIPE_CLEAR_COLOR,
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_surface.c 348 if (clear_flags & PIPE_CLEAR_STENCIL) {
412 if (buffers & PIPE_CLEAR_STENCIL) {
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_surface.c 365 if (clear_flags & PIPE_CLEAR_STENCIL) {
431 if (buffers & PIPE_CLEAR_STENCIL) {
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_blitter.c 916 } else if (clear_buffers & PIPE_CLEAR_STENCIL) {
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_setup.c 398 uint32_t smask = (flags & PIPE_CLEAR_STENCIL) ? ~0 : 0;
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_context.h     [all...]

Completed in 57 milliseconds