Home
last modified time | relevance | path

Searched refs:PIPE_CONTROL_CS_STALL (Results 1 – 21 of 21) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_pipe_control.c80 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()
Dcrocus_fine_fence.c71 pc = PIPE_CONTROL_WRITE_IMMEDIATE | PIPE_CONTROL_CS_STALL; in crocus_fine_fence_new()
Dcrocus_resolve.c423 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()
Dcrocus_query.c201 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()
Dcrocus_state.c1084 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 …]
Dcrocus_monitor.c129 PIPE_CONTROL_CS_STALL;
Dcrocus_resource.c1277 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()
Dcrocus_context.h238 PIPE_CONTROL_CS_STALL = (1 << 4), enumerator
Dcrocus_blit.c339 crocus_emit_pipe_control_flush(batch, reason, PIPE_CONTROL_CS_STALL); in tex_cache_flush_hack()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_pipe_control.c77 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()
Diris_fine_fence.c65 pc = PIPE_CONTROL_WRITE_IMMEDIATE | PIPE_CONTROL_CS_STALL; in iris_fine_fence_new()
Diris_measure.c180 PIPE_CONTROL_CS_STALL, in measure_start_snapshot()
215 PIPE_CONTROL_CS_STALL, in measure_end_snapshot()
Diris_utrace.c153 { .iris = PIPE_CONTROL_CS_STALL, .ds = INTEL_DS_CS_STALL_BIT, }, in iris_utrace_pipe_flush_bit_to_ds_stall_flag()
Diris_query.c161 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()
Diris_state.c657 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 …]
Diris_resolve.c369 PIPE_CONTROL_CS_STALL); in iris_cache_flush_for_render()
607 PIPE_CONTROL_CS_STALL); in iris_hiz_exec()
Diris_blorp.c246 PIPE_CONTROL_CS_STALL); in blorp_vf_invalidate_for_vb_48b_transitions()
Diris_context.h336 PIPE_CONTROL_CS_STALL = (1 << 4), enumerator
Diris_blit.c318 iris_emit_pipe_control_flush(batch, reason, PIPE_CONTROL_CS_STALL); in tex_cache_flush_hack()
Diris_batch.c710 PIPE_CONTROL_CS_STALL); in iris_finish_batch()
Diris_resource.c2035 PIPE_CONTROL_CS_STALL); in iris_map_copy_region()