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.h172 semantic_atomicrmw = semantic_volatile | semantic_atomic | semantic_rmw, enumerator
Daco_instruction_selection.cpp6178 if (semantics & semantic_atomicrmw) in get_memory_sync_info()
6521 memory_sync_info sync = get_memory_sync_info(instr, storage_image, semantic_atomicrmw); in visit_image_atomic()
6832 mubuf->sync = get_memory_sync_info(instr, storage_buffer, semantic_atomicrmw); in visit_atomic_ssbo()
7095 flat->sync = get_memory_sync_info(instr, storage_buffer, semantic_atomicrmw); in visit_global_atomic()
7174 mubuf->sync = get_memory_sync_info(instr, storage_buffer, semantic_atomicrmw); in visit_global_atomic()
7505 ds->sync = memory_sync_info(storage_shared, semantic_atomicrmw); in visit_shared_atomic()