Searched refs:PIPE_CONTROL_CS_STALL (Results 1 – 21 of 21) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_pipe_control.c | 80 flags &= ~(PIPE_CONTROL_CACHE_FLUSH_BITS | PIPE_CONTROL_CS_STALL); in crocus_emit_pipe_control_flush() 187 flags | PIPE_CONTROL_CS_STALL | in crocus_emit_end_of_pipe_sync() 222 PIPE_CONTROL_CS_STALL; in crocus_emit_mi_flush() 268 PIPE_CONTROL_CS_STALL | in crocus_emit_post_sync_nonzero_flush() 284 PIPE_CONTROL_CS_STALL | in crocus_flush_all_caches() 314 PIPE_CONTROL_CS_STALL); in crocus_texture_barrier() 324 PIPE_CONTROL_CS_STALL); in crocus_texture_barrier() 335 unsigned bits = PIPE_CONTROL_DATA_CACHE_FLUSH | PIPE_CONTROL_CS_STALL; in crocus_memory_barrier()
|
D | crocus_fine_fence.c | 71 pc = PIPE_CONTROL_WRITE_IMMEDIATE | PIPE_CONTROL_CS_STALL; in crocus_fine_fence_new()
|
D | crocus_resolve.c | 423 PIPE_CONTROL_CS_STALL); in crocus_flush_depth_and_render_caches() 670 PIPE_CONTROL_CS_STALL); in crocus_hiz_exec() 675 PIPE_CONTROL_CS_STALL); in crocus_hiz_exec() 725 PIPE_CONTROL_CS_STALL); in crocus_hiz_exec()
|
D | crocus_query.c | 201 PIPE_CONTROL_CS_STALL | in write_value() 283 PIPE_CONTROL_CS_STALL | in write_overflow_values() 760 PIPE_CONTROL_CS_STALL); in crocus_get_query_result_resource()
|
D | crocus_state.c | 1084 PIPE_CONTROL_CS_STALL); in setup_l3_config() 1111 PIPE_CONTROL_CS_STALL); in setup_l3_config() 1214 PIPE_CONTROL_CS_STALL in gen7_emit_cs_stall_flush() 1256 PIPE_CONTROL_CS_STALL); in emit_pipeline_select() 1938 PIPE_CONTROL_CS_STALL | in genX() 7992 PIPE_CONTROL_CS_STALL); 8088 PIPE_CONTROL_CS_STALL); 8616 flags |= PIPE_CONTROL_CS_STALL; 8675 flags |= PIPE_CONTROL_CS_STALL; 8726 flags |= PIPE_CONTROL_CS_STALL; [all …]
|
D | crocus_monitor.c | 129 PIPE_CONTROL_CS_STALL;
|
D | crocus_resource.c | 1277 PIPE_CONTROL_CS_STALL); in crocus_map_copy_region() 1760 if (history_flush & ~PIPE_CONTROL_CS_STALL) { in crocus_transfer_flush_region() 1832 uint32_t flush = PIPE_CONTROL_CS_STALL; in crocus_flush_bits_for_history()
|
D | crocus_context.h | 238 PIPE_CONTROL_CS_STALL = (1 << 4), enumerator
|
D | crocus_blit.c | 339 crocus_emit_pipe_control_flush(batch, reason, PIPE_CONTROL_CS_STALL); in tex_cache_flush_hack()
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
D | iris_pipe_control.c | 77 flags &= ~(PIPE_CONTROL_CACHE_FLUSH_BITS | PIPE_CONTROL_CS_STALL); in iris_emit_pipe_control_flush() 149 flags | PIPE_CONTROL_CS_STALL | in iris_emit_end_of_pipe_sync() 340 PIPE_CONTROL_CS_STALL | in iris_flush_all_caches() 365 PIPE_CONTROL_CS_STALL); in iris_texture_barrier() 375 PIPE_CONTROL_CS_STALL); in iris_texture_barrier() 386 unsigned bits = PIPE_CONTROL_DATA_CACHE_FLUSH | PIPE_CONTROL_CS_STALL; in iris_memory_barrier()
|
D | iris_fine_fence.c | 65 pc = PIPE_CONTROL_WRITE_IMMEDIATE | PIPE_CONTROL_CS_STALL; in iris_fine_fence_new()
|
D | iris_measure.c | 180 PIPE_CONTROL_CS_STALL, in measure_start_snapshot() 215 PIPE_CONTROL_CS_STALL, in measure_end_snapshot()
|
D | iris_utrace.c | 153 { .iris = PIPE_CONTROL_CS_STALL, .ds = INTEL_DS_CS_STALL_BIT, }, in iris_utrace_pipe_flush_bit_to_ds_stall_flag()
|
D | iris_query.c | 161 GFX_VER == 9 && devinfo->gt == 4 ? PIPE_CONTROL_CS_STALL : 0; in iris_pipelined_write() 178 PIPE_CONTROL_CS_STALL | in write_value() 255 PIPE_CONTROL_CS_STALL | in write_overflow_values()
|
D | iris_state.c | 657 PIPE_CONTROL_CS_STALL); in emit_pipeline_select() 1773 PIPE_CONTROL_CS_STALL | in genX() 5495 PIPE_CONTROL_CS_STALL); in iris_update_binder_address() 5575 PIPE_CONTROL_CS_STALL); in genX() 6247 PIPE_CONTROL_CS_STALL); in iris_upload_dirty_render_state() 6284 PIPE_CONTROL_CS_STALL); in iris_upload_dirty_render_state() 6648 PIPE_CONTROL_CS_STALL; in iris_upload_dirty_render_state() 6964 PIPE_CONTROL_CS_STALL); in iris_upload_render_state() 7216 PIPE_CONTROL_CS_STALL); in iris_upload_gpgpu_walker() 7620 if ((flags & PIPE_CONTROL_CS_STALL)) { in batch_mark_sync_for_pipe_control() [all …]
|
D | iris_resolve.c | 369 PIPE_CONTROL_CS_STALL); in iris_cache_flush_for_render() 607 PIPE_CONTROL_CS_STALL); in iris_hiz_exec()
|
D | iris_blorp.c | 246 PIPE_CONTROL_CS_STALL); in blorp_vf_invalidate_for_vb_48b_transitions()
|
D | iris_context.h | 336 PIPE_CONTROL_CS_STALL = (1 << 4), enumerator
|
D | iris_blit.c | 318 iris_emit_pipe_control_flush(batch, reason, PIPE_CONTROL_CS_STALL); in tex_cache_flush_hack()
|
D | iris_batch.c | 710 PIPE_CONTROL_CS_STALL); in iris_finish_batch()
|
D | iris_resource.c | 2035 PIPE_CONTROL_CS_STALL); in iris_map_copy_region()
|