Home
last modified time | relevance | path

Searched refs:PIPE_CLEAR_STENCIL (Results 1 – 12 of 12) sorted by relevance

/external/mesa3d/src/gallium/include/pipe/
Dp_defines.h193 #define PIPE_CLEAR_STENCIL (1 << 2) macro
195 #define PIPE_CLEAR_DEPTHSTENCIL (PIPE_CLEAR_DEPTH | PIPE_CLEAR_STENCIL)
/external/mesa3d/src/gallium/drivers/i915/
Di915_clear.c95 if (buffers & PIPE_CLEAR_STENCIL in i915_clear_emit()
107 } else if (buffers & PIPE_CLEAR_STENCIL) { in i915_clear_emit()
Di915_surface.c259 if ((clear_flags & PIPE_CLEAR_STENCIL) || in i915_clear_depth_stencil_blitter()
/external/mesa3d/src/gallium/drivers/nv30/
Dnv30_clear.c76 if (buffers & PIPE_CLEAR_STENCIL) in nv30_clear()
184 if (buffers & PIPE_CLEAR_STENCIL) in nv30_clear_depth_stencil()
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_clear.c514 quad_buffers |= PIPE_CLEAR_STENCIL; in st_Clear()
516 clear_buffers |= PIPE_CLEAR_STENCIL; in st_Clear()
530 quad_buffers & PIPE_CLEAR_STENCIL); in st_Clear()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_clear.c75 (buffers & PIPE_CLEAR_STENCIL)) in try_clear()
/external/mesa3d/src/gallium/auxiliary/postprocess/
Dpp_mlaa.c125 p->pipe->clear(p->pipe, PIPE_CLEAR_STENCIL | PIPE_CLEAR_COLOR, in pp_jimenezmlaa_run()
/external/mesa3d/src/gallium/drivers/nv50/
Dnv50_surface.c348 if (clear_flags & PIPE_CLEAR_STENCIL) { in nv50_clear_depth_stencil()
412 if (buffers & PIPE_CLEAR_STENCIL) { in nv50_clear()
/external/mesa3d/src/gallium/drivers/nvc0/
Dnvc0_surface.c365 if (clear_flags & PIPE_CLEAR_STENCIL) { in nvc0_clear_depth_stencil()
431 if (buffers & PIPE_CLEAR_STENCIL) { in nvc0_clear()
/external/mesa3d/src/gallium/auxiliary/util/
Du_blitter.c916 } else if (clear_buffers & PIPE_CLEAR_STENCIL) { in util_blitter_clear_custom()
1358 else if (clear_flags & PIPE_CLEAR_STENCIL) { in util_blitter_clear_depth_stencil()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_setup.c398 uint32_t smask = (flags & PIPE_CLEAR_STENCIL) ? ~0 : 0; in lp_setup_try_clear()
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
Dd3d11_context.h1642 flags |= PIPE_CLEAR_STENCIL; in ClearDepthStencilView()