/third_party/mesa3d/src/mesa/drivers/dri/i965/ |
D | genX_pipe_control.c | 132 genX(emit_raw_pipe_control)(brw, PIPE_CONTROL_CS_STALL, NULL, 0, 0); in genX() 232 flags |= PIPE_CONTROL_CS_STALL; in genX() 291 flags |= PIPE_CONTROL_CS_STALL; in genX() 343 flags |= PIPE_CONTROL_CS_STALL; in genX() 357 flags |= PIPE_CONTROL_CS_STALL; in genX() 382 flags |= PIPE_CONTROL_CS_STALL; in genX() 414 if (flags & PIPE_CONTROL_CS_STALL) { in genX() 422 flags |= PIPE_CONTROL_CS_STALL; in genX() 431 if (GFX_VER < 9 && (flags & PIPE_CONTROL_CS_STALL)) { in genX() 476 pc.CommandStreamerStallEnable = flags & PIPE_CONTROL_CS_STALL; in genX()
|
D | brw_pipe_control.c | 56 flags &= ~(PIPE_CONTROL_CACHE_FLUSH_BITS | PIPE_CONTROL_CS_STALL); in brw_emit_pipe_control_flush() 173 PIPE_CONTROL_CS_STALL, in gfx7_emit_isp_disable() 177 PIPE_CONTROL_CS_STALL, in gfx7_emit_isp_disable() 194 PIPE_CONTROL_CS_STALL in gfx7_emit_cs_stall_flush() 241 PIPE_CONTROL_CS_STALL | in brw_emit_post_sync_nonzero_flush() 302 flags | PIPE_CONTROL_CS_STALL | in brw_emit_end_of_pipe_sync() 369 PIPE_CONTROL_CS_STALL; in brw_emit_mi_flush()
|
D | brw_queryobj.c | 84 PIPE_CONTROL_CS_STALL | in brw_write_timestamp() 91 flags |= PIPE_CONTROL_CS_STALL; in brw_write_timestamp() 107 flags |= PIPE_CONTROL_CS_STALL; in brw_write_depth_count()
|
D | gfx7_l3_state.c | 89 PIPE_CONTROL_CS_STALL); in setup_l3_config() 116 PIPE_CONTROL_CS_STALL); in setup_l3_config()
|
D | brw_pipe_control.h | 45 PIPE_CONTROL_CS_STALL = (1 << 4), enumerator
|
D | gfx8_depth_state.c | 151 PIPE_CONTROL_CS_STALL | in gfx8_write_pma_stall_bits()
|
D | brw_blorp.c | 511 brw_emit_pipe_control_flush(brw, PIPE_CONTROL_CS_STALL | in brw_blorp_copy_miptrees() 521 brw_emit_pipe_control_flush(brw, PIPE_CONTROL_CS_STALL | in brw_blorp_copy_miptrees() 1596 PIPE_CONTROL_CS_STALL); in brw_hiz_exec() 1621 PIPE_CONTROL_CS_STALL); in brw_hiz_exec() 1654 PIPE_CONTROL_CS_STALL); in brw_hiz_exec()
|
D | brw_misc_state.c | 534 PIPE_CONTROL_CS_STALL); in brw_emit_select_pipeline() 684 PIPE_CONTROL_CS_STALL); in brw_emit_hashing_mode()
|
D | brw_program.c | 352 unsigned bits = PIPE_CONTROL_DATA_CACHE_FLUSH | PIPE_CONTROL_CS_STALL; in brw_memory_barrier() 395 PIPE_CONTROL_CS_STALL); in brw_framebuffer_fetch_barrier()
|
D | gfx6_queryobj.c | 69 flags |= PIPE_CONTROL_CS_STALL; in set_query_availability()
|
D | brw_tex.c | 316 PIPE_CONTROL_CS_STALL); in brw_texture_barrier()
|
D | genX_blorp_exec.c | 242 brw_emit_pipe_control_flush(brw, PIPE_CONTROL_VF_CACHE_INVALIDATE | PIPE_CONTROL_CS_STALL); in blorp_vf_invalidate_for_vb_48b_transitions()
|
/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() 757 PIPE_CONTROL_CS_STALL); in crocus_get_query_result_resource()
|
D | crocus_blit.c | 339 crocus_emit_pipe_control_flush(batch, reason, PIPE_CONTROL_CS_STALL); in tex_cache_flush_hack() 807 PIPE_CONTROL_CS_STALL); in crocus_resource_copy_region()
|
D | crocus_state.c | 1083 PIPE_CONTROL_CS_STALL); in setup_l3_config() 1110 PIPE_CONTROL_CS_STALL); in setup_l3_config() 1213 PIPE_CONTROL_CS_STALL in gen7_emit_cs_stall_flush() 1255 PIPE_CONTROL_CS_STALL); in emit_pipeline_select() 1937 PIPE_CONTROL_CS_STALL | in genX() 7985 PIPE_CONTROL_CS_STALL); 8081 PIPE_CONTROL_CS_STALL); 8609 flags |= PIPE_CONTROL_CS_STALL; 8668 flags |= PIPE_CONTROL_CS_STALL; 8719 flags |= PIPE_CONTROL_CS_STALL; [all …]
|
/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() 295 PIPE_CONTROL_CS_STALL | in iris_flush_all_caches() 320 PIPE_CONTROL_CS_STALL); in iris_texture_barrier() 330 PIPE_CONTROL_CS_STALL); in iris_texture_barrier() 341 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_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() 708 PIPE_CONTROL_CS_STALL); in iris_get_query_result_resource()
|
D | iris_measure.c | 165 PIPE_CONTROL_CS_STALL, in measure_start_snapshot() 200 PIPE_CONTROL_CS_STALL, in measure_end_snapshot()
|
D | iris_state.c | 659 PIPE_CONTROL_CS_STALL); in emit_pipeline_select() 1678 PIPE_CONTROL_CS_STALL | in genX() 5404 PIPE_CONTROL_CS_STALL); in genX() 6443 PIPE_CONTROL_CS_STALL; in iris_upload_dirty_render_state() 6724 PIPE_CONTROL_CS_STALL); in iris_upload_render_state() 6831 PIPE_CONTROL_CS_STALL); in iris_upload_render_state() 6993 PIPE_CONTROL_CS_STALL); in iris_upload_gpgpu_walker() 7387 if ((flags & PIPE_CONTROL_CS_STALL)) { in batch_mark_sync_for_pipe_control() 7518 PIPE_CONTROL_CS_STALL | in iris_emit_raw_pipe_control() 7538 PIPE_CONTROL_CS_STALL, bo, offset, imm); in iris_emit_raw_pipe_control() [all …]
|
D | iris_blorp.c | 232 PIPE_CONTROL_CS_STALL); in blorp_vf_invalidate_for_vb_48b_transitions()
|
D | iris_resolve.c | 369 PIPE_CONTROL_CS_STALL); in iris_cache_flush_for_render() 581 PIPE_CONTROL_CS_STALL); in iris_hiz_exec()
|