Searched refs:PIPE_CLEAR_DEPTH (Results 1 - 24 of 24) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
H A Dsvga_pipe_clear.c71 if (buffers & PIPE_CLEAR_DEPTH)
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_pipe_clear.c71 if (buffers & PIPE_CLEAR_DEPTH)
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
H A Dnv30_clear.c74 if (buffers & PIPE_CLEAR_DEPTH)
182 if (buffers & PIPE_CLEAR_DEPTH)
/external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
H A Dp_defines.h192 #define PIPE_CLEAR_DEPTH (1 << 1) macro
195 #define PIPE_CLEAR_DEPTHSTENCIL (PIPE_CLEAR_DEPTH | PIPE_CLEAR_STENCIL)
/external/mesa3d/src/gallium/drivers/nv30/
H A Dnv30_clear.c74 if (buffers & PIPE_CLEAR_DEPTH)
182 if (buffers & PIPE_CLEAR_DEPTH)
/external/mesa3d/src/gallium/include/pipe/
H A Dp_defines.h192 #define PIPE_CLEAR_DEPTH (1 << 1) macro
195 #define PIPE_CLEAR_DEPTHSTENCIL (PIPE_CLEAR_DEPTH | PIPE_CLEAR_STENCIL)
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_surface.c353 if (clear_flags & PIPE_CLEAR_DEPTH)
383 if (clear_flags & PIPE_CLEAR_DEPTH)
H A Du_blitter.c914 } else if (clear_buffers & PIPE_CLEAR_DEPTH) {
1355 else if (clear_flags & PIPE_CLEAR_DEPTH) {
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_surface.c353 if (clear_flags & PIPE_CLEAR_DEPTH)
383 if (clear_flags & PIPE_CLEAR_DEPTH)
H A Du_blitter.c914 } else if (clear_buffers & PIPE_CLEAR_DEPTH) {
1355 else if (clear_flags & PIPE_CLEAR_DEPTH) {
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_cb_clear.c503 quad_buffers |= PIPE_CLEAR_DEPTH;
505 clear_buffers |= PIPE_CLEAR_DEPTH;
529 quad_buffers & PIPE_CLEAR_DEPTH,
/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_clear.c503 quad_buffers |= PIPE_CLEAR_DEPTH;
505 clear_buffers |= PIPE_CLEAR_DEPTH;
529 quad_buffers & PIPE_CLEAR_DEPTH,
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
H A Di915_clear.c86 if (buffers & PIPE_CLEAR_DEPTH) {
H A Di915_surface.c254 if (clear_flags & PIPE_CLEAR_DEPTH)
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_clear.c86 if (buffers & PIPE_CLEAR_DEPTH) {
H A Di915_surface.c254 if (clear_flags & PIPE_CLEAR_DEPTH)
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
H A Dnv50_surface.c342 if (clear_flags & PIPE_CLEAR_DEPTH) {
406 if (buffers & PIPE_CLEAR_DEPTH) {
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
H A Dnvc0_surface.c359 if (clear_flags & PIPE_CLEAR_DEPTH) {
425 if (buffers & PIPE_CLEAR_DEPTH) {
/external/mesa3d/src/gallium/drivers/nv50/
H A Dnv50_surface.c342 if (clear_flags & PIPE_CLEAR_DEPTH) {
406 if (buffers & PIPE_CLEAR_DEPTH) {
/external/mesa3d/src/gallium/drivers/nvc0/
H A Dnvc0_surface.c359 if (clear_flags & PIPE_CLEAR_DEPTH) {
425 if (buffers & PIPE_CLEAR_DEPTH) {
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_setup.c397 uint32_t zmask = (flags & PIPE_CLEAR_DEPTH) ? ~0 : 0;
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_setup.c397 uint32_t zmask = (flags & PIPE_CLEAR_DEPTH) ? ~0 : 0;
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d11/
H A Dd3d11_context.h1640 flags |= PIPE_CLEAR_DEPTH;
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
H A Dd3d11_context.h1640 flags |= PIPE_CLEAR_DEPTH;

Completed in 438 milliseconds