Home
last modified time | relevance | path

Searched refs:PIPE_CONTROL_DEPTH_CACHE_FLUSH (Results 1 – 13 of 13) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_pipe_control.c131 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()
Dcrocus_fine_fence.c76 PIPE_CONTROL_DEPTH_CACHE_FLUSH | in crocus_fine_fence_new()
Dcrocus_resolve.c421 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()
Dcrocus_context.h258 PIPE_CONTROL_DEPTH_CACHE_FLUSH = (1 << 24), enumerator
263 (PIPE_CONTROL_DEPTH_CACHE_FLUSH | \
Dcrocus_monitor.c126 PIPE_CONTROL_DEPTH_CACHE_FLUSH |
Dcrocus_state.c436 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/
Diris_pipe_control.c197 [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()
Diris_fine_fence.c70 PIPE_CONTROL_DEPTH_CACHE_FLUSH | in iris_fine_fence_new()
Diris_utrace.c143 { .iris = PIPE_CONTROL_DEPTH_CACHE_FLUSH, .ds = INTEL_DS_DEPTH_CACHE_FLUSH_BIT, }, in iris_utrace_pipe_flush_bit_to_ds_stall_flag()
Diris_context.h356 PIPE_CONTROL_DEPTH_CACHE_FLUSH = (1 << 24), enumerator
364 (PIPE_CONTROL_DEPTH_CACHE_FLUSH | \
Diris_resolve.c605 PIPE_CONTROL_DEPTH_CACHE_FLUSH | in iris_hiz_exec()
640 PIPE_CONTROL_DEPTH_CACHE_FLUSH | in iris_hiz_exec()
Diris_state.c413 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 …]
Diris_clear.c486 PIPE_CONTROL_DEPTH_CACHE_FLUSH | in fast_clear_depth()