Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/compiler/
Daco_ir.h171 semantic_atomicrmw = semantic_volatile | semantic_atomic | semantic_rmw, enumerator
Daco_instruction_selection.cpp6089 if (semantics & semantic_atomicrmw) in get_memory_sync_info()
6373 memory_sync_info sync = get_memory_sync_info(instr, storage_image, semantic_atomicrmw); in visit_image_atomic()
6678 mubuf->sync = get_memory_sync_info(instr, storage_buffer, semantic_atomicrmw); in visit_atomic_ssbo()
6918 flat->sync = get_memory_sync_info(instr, storage_buffer, semantic_atomicrmw); in visit_global_atomic()
6995 mubuf->sync = get_memory_sync_info(instr, storage_buffer, semantic_atomicrmw); in visit_global_atomic()
7257 ds->sync = memory_sync_info(storage_shared, semantic_atomicrmw); in visit_shared_atomic()