Home
last modified time | relevance | path

Searched refs:PIPE_CLEAR_DEPTH (Results 1 – 25 of 26) sorted by relevance

12

/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_draw.c168 if (buffers & (PIPE_CLEAR_DEPTH | PIPE_CLEAR_STENCIL)) { in fd2_clear()
172 if (buffers & PIPE_CLEAR_DEPTH) in fd2_clear()
178 if (buffers & PIPE_CLEAR_DEPTH) in fd2_clear()
191 if (buffers & (PIPE_CLEAR_DEPTH | PIPE_CLEAR_STENCIL)) { in fd2_clear()
210 if (buffers & PIPE_CLEAR_DEPTH) { in fd2_clear()
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_job.c140 (PIPE_CLEAR_DEPTH | PIPE_CLEAR_STENCIL))) { in vc4_flush_jobs_reading_resource()
253 job->cleared |= PIPE_CLEAR_DEPTH | PIPE_CLEAR_STENCIL; in vc4_get_job_for_fbo()
413 if (job->resolve & (PIPE_CLEAR_DEPTH | PIPE_CLEAR_STENCIL)) { in vc4_job_submit()
414 if (!(job->cleared & (PIPE_CLEAR_DEPTH | PIPE_CLEAR_STENCIL))) { in vc4_job_submit()
Dvc4_draw.c457 job->resolve |= PIPE_CLEAR_DEPTH; in vc4_draw_vbo()
458 rsc->initialized_buffers = PIPE_CLEAR_DEPTH; in vc4_draw_vbo()
539 if ((zsclear == PIPE_CLEAR_DEPTH || in vc4_clear()
560 if (buffers & PIPE_CLEAR_DEPTH) { in vc4_clear()
Dvc4_context.c84 job->resolve &= ~(PIPE_CLEAR_DEPTH | PIPE_CLEAR_STENCIL); in vc4_invalidate_resource()
/external/mesa3d/src/gallium/drivers/ilo/
Dilo_blitter_blt.c525 if (!(clear_flags & PIPE_CLEAR_DEPTH)) in ilo_blitter_blt_clear_zs()
532 if (!(clear_flags & PIPE_CLEAR_DEPTH)) in ilo_blitter_blt_clear_zs()
539 if (!(clear_flags & PIPE_CLEAR_DEPTH)) in ilo_blitter_blt_clear_zs()
553 else if (clear_flags & PIPE_CLEAR_DEPTH) in ilo_blitter_blt_clear_zs()
Dilo_blitter_rectlist.c388 if (clear_flags & PIPE_CLEAR_DEPTH) { in ilo_blitter_rectlist_clear_zs()
428 if (clear_flags & PIPE_CLEAR_DEPTH) in ilo_blitter_rectlist_clear_zs()
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_clear.c247 if (clear_buffers & PIPE_CLEAR_DEPTH) { in clear_with_quad()
443 quad_buffers |= PIPE_CLEAR_DEPTH; in st_Clear()
445 clear_buffers |= PIPE_CLEAR_DEPTH; in st_Clear()
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_clear.c74 if (buffers & PIPE_CLEAR_DEPTH) in nv30_clear()
189 if (buffers & PIPE_CLEAR_DEPTH) in nv30_clear_depth_stencil()
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_draw.c267 if (pfb->zsbuf && (buffers & (PIPE_CLEAR_DEPTH | PIPE_CLEAR_STENCIL))) { in fd5_clear()
272 if (buffers & PIPE_CLEAR_DEPTH) in fd5_clear()
/external/mesa3d/src/gallium/include/pipe/
Dp_defines.h215 #define PIPE_CLEAR_DEPTH (1 << 0) macro
231 #define PIPE_CLEAR_DEPTHSTENCIL (PIPE_CLEAR_DEPTH | PIPE_CLEAR_STENCIL)
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_batch.h90 FD_BUFFER_DEPTH = PIPE_CLEAR_DEPTH,
Dfreedreno_draw.c315 if (cleared_buffers & PIPE_CLEAR_DEPTH) in fd_clear()
330 if (buffers & (PIPE_CLEAR_DEPTH | PIPE_CLEAR_STENCIL)) { in fd_clear()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_clear.cpp54 if (buffers & PIPE_CLEAR_DEPTH && fb->zsbuf) { in swr_clear()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_clear.c153 if (buffers & PIPE_CLEAR_DEPTH) in try_clear()
316 clear_flags |= PIPE_CLEAR_DEPTH; in svga_clear_texture()
/external/mesa3d/src/gallium/drivers/i915/
Di915_clear.c85 if (buffers & PIPE_CLEAR_DEPTH) { in i915_clear_emit()
Di915_surface.c329 if (clear_flags & PIPE_CLEAR_DEPTH) in i915_clear_depth_stencil_blitter()
/external/mesa3d/src/gallium/auxiliary/util/
Du_surface.c568 if (clear_flags & PIPE_CLEAR_DEPTH) in util_clear_depth_stencil()
592 if (clear_flags & PIPE_CLEAR_DEPTH) in util_clear_depth_stencil()
Du_blitter.c1310 } else if (clear_buffers & PIPE_CLEAR_DEPTH) { in util_blitter_common_clear_setup()
2063 else if (clear_flags & PIPE_CLEAR_DEPTH) { in util_blitter_clear_depth_stencil()
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_surface.c385 if (clear_flags & PIPE_CLEAR_DEPTH) { in nv50_clear_depth_stencil()
477 clear |= PIPE_CLEAR_DEPTH; in nv50_clear_texture()
558 if (buffers & PIPE_CLEAR_DEPTH) { in nv50_clear()
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_clear_blit.c159 if (buffers & PIPE_CLEAR_DEPTH) in etna_blit_clear_zs()
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_surface.c643 if (clear_flags & PIPE_CLEAR_DEPTH) { in nvc0_clear_depth_stencil()
717 if (buffers & PIPE_CLEAR_DEPTH) { in nvc0_clear()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_setup.c484 zmask32 = (flags & PIPE_CLEAR_DEPTH) ? ~0 : 0; in lp_setup_try_clear_zs()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_blit.c436 if (fb->zsbuf && (buffers & PIPE_CLEAR_DEPTH)) { in r600_clear()
/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_state.c2428 if (Flags & D3DCLEAR_ZBUFFER) bufs |= PIPE_CLEAR_DEPTH; in CSMT_ITEM_NO_WAIT()
2471 ((!(bufs & (PIPE_CLEAR_DEPTH | PIPE_CLEAR_STENCIL)) && in CSMT_ITEM_NO_WAIT()
2476 ((bufs & (PIPE_CLEAR_DEPTH | PIPE_CLEAR_STENCIL)) && in CSMT_ITEM_NO_WAIT()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_blit.c708 if (buffers & PIPE_CLEAR_DEPTH && in si_clear()

12