Searched refs:PIPE_CONTROL_DEPTH_CACHE_FLUSH (Results 1 – 13 of 13) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_pipe_control.c | 131 crocus_emit_pipe_control_flush(batch, "depth stall", PIPE_CONTROL_DEPTH_CACHE_FLUSH); in crocus_emit_depth_stall_flushes() 219 PIPE_CONTROL_DEPTH_CACHE_FLUSH | in crocus_emit_mi_flush() 286 PIPE_CONTROL_DEPTH_CACHE_FLUSH | in crocus_flush_all_caches() 312 (flags == 1 ? PIPE_CONTROL_DEPTH_CACHE_FLUSH : 0) | in crocus_texture_barrier()
|
D | crocus_fine_fence.c | 76 PIPE_CONTROL_DEPTH_CACHE_FLUSH | in crocus_fine_fence_new()
|
D | crocus_resolve.c | 421 PIPE_CONTROL_DEPTH_CACHE_FLUSH | in crocus_flush_depth_and_render_caches() 669 PIPE_CONTROL_DEPTH_CACHE_FLUSH | in crocus_hiz_exec() 674 PIPE_CONTROL_DEPTH_CACHE_FLUSH | in crocus_hiz_exec() 724 PIPE_CONTROL_DEPTH_CACHE_FLUSH | in crocus_hiz_exec()
|
D | crocus_context.h | 258 PIPE_CONTROL_DEPTH_CACHE_FLUSH = (1 << 24), enumerator 263 (PIPE_CONTROL_DEPTH_CACHE_FLUSH | \
|
D | crocus_monitor.c | 126 PIPE_CONTROL_DEPTH_CACHE_FLUSH |
|
D | crocus_state.c | 436 PIPE_CONTROL_DEPTH_CACHE_FLUSH); in flush_before_state_base_change() 1254 PIPE_CONTROL_DEPTH_CACHE_FLUSH | in emit_pipeline_select() 1939 PIPE_CONTROL_DEPTH_CACHE_FLUSH | in genX() 1958 PIPE_CONTROL_DEPTH_CACHE_FLUSH | in genX() 8548 PIPE_CONTROL_DEPTH_CACHE_FLUSH))); 8567 if (GFX_VERx10 < 75 && (flags & PIPE_CONTROL_DEPTH_CACHE_FLUSH)) { 8734 PIPE_CONTROL_DEPTH_CACHE_FLUSH | 8822 PIPE_CONTROL_DEPTH_CACHE_FLUSH | 8846 (flags & PIPE_CONTROL_DEPTH_CACHE_FLUSH) ? "ZFlush " : "", 8879 pc.DepthCacheFlushEnable = flags & PIPE_CONTROL_DEPTH_CACHE_FLUSH;
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
D | iris_pipe_control.c | 197 [IRIS_DOMAIN_DEPTH_WRITE] = PIPE_CONTROL_DEPTH_CACHE_FLUSH, in iris_emit_buffer_barrier_for() 210 [IRIS_DOMAIN_DEPTH_WRITE] = PIPE_CONTROL_DEPTH_CACHE_FLUSH, in iris_emit_buffer_barrier_for() 342 PIPE_CONTROL_DEPTH_CACHE_FLUSH | in iris_flush_all_caches() 363 PIPE_CONTROL_DEPTH_CACHE_FLUSH | in iris_texture_barrier()
|
D | iris_fine_fence.c | 70 PIPE_CONTROL_DEPTH_CACHE_FLUSH | in iris_fine_fence_new()
|
D | iris_utrace.c | 143 { .iris = PIPE_CONTROL_DEPTH_CACHE_FLUSH, .ds = INTEL_DS_DEPTH_CACHE_FLUSH_BIT, }, in iris_utrace_pipe_flush_bit_to_ds_stall_flag()
|
D | iris_context.h | 356 PIPE_CONTROL_DEPTH_CACHE_FLUSH = (1 << 24), enumerator 364 (PIPE_CONTROL_DEPTH_CACHE_FLUSH | \
|
D | iris_resolve.c | 605 PIPE_CONTROL_DEPTH_CACHE_FLUSH | in iris_hiz_exec() 640 PIPE_CONTROL_DEPTH_CACHE_FLUSH | in iris_hiz_exec()
|
D | iris_state.c | 413 PIPE_CONTROL_DEPTH_CACHE_FLUSH | in flush_before_state_base_change() 655 PIPE_CONTROL_DEPTH_CACHE_FLUSH | in emit_pipeline_select() 1774 PIPE_CONTROL_DEPTH_CACHE_FLUSH | in genX() 1793 PIPE_CONTROL_DEPTH_CACHE_FLUSH | in genX() 5778 PIPE_CONTROL_DEPTH_CACHE_FLUSH); in genX() 7624 if ((flags & PIPE_CONTROL_DEPTH_CACHE_FLUSH)) in batch_mark_sync_for_pipe_control() 7661 if ((flags & PIPE_CONTROL_DEPTH_CACHE_FLUSH)) in batch_mark_sync_for_pipe_control() 8027 PIPE_CONTROL_DEPTH_CACHE_FLUSH | in iris_emit_raw_pipe_control() 8089 PIPE_CONTROL_DEPTH_CACHE_FLUSH | in iris_emit_raw_pipe_control() 8100 if (GFX_VER >= 12 && (flags & PIPE_CONTROL_DEPTH_CACHE_FLUSH)) { in iris_emit_raw_pipe_control() [all …]
|
D | iris_clear.c | 486 PIPE_CONTROL_DEPTH_CACHE_FLUSH | in fast_clear_depth()
|