Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/compiler/
Daco_instruction_selection.cpp6032 get_memory_sync_info(nir_intrinsic_instr* instr, storage_class storage, unsigned semantics) in get_memory_sync_info() function
6077 memory_sync_info sync = get_memory_sync_info(instr, storage_image, 0); in visit_image_load()
6198 memory_sync_info sync = get_memory_sync_info(instr, storage_image, 0); in visit_image_store()
6414 memory_sync_info sync = get_memory_sync_info(instr, storage_image, semantic_atomicrmw); in visit_image_atomic()
6477 get_memory_sync_info(instr, storage_buffer, 0)); in visit_load_ssbo()
6491 memory_sync_info sync = get_memory_sync_info(instr, storage_buffer, 0); in visit_store_ssbo()
6561 mubuf->mubuf().sync = get_memory_sync_info(instr, storage_buffer, semantic_atomicrmw); in visit_atomic_ssbo()
6605 info.sync = get_memory_sync_info(instr, storage_buffer, 0); in visit_load_global()
6630 memory_sync_info sync = get_memory_sync_info(instr, storage_buffer, 0); in visit_store_global()
6819 flat->flatlike().sync = get_memory_sync_info(instr, storage_buffer, semantic_atomicrmw); in visit_global_atomic()
[all …]