Searched refs:semantic_atomicrmw (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/amd/compiler/ |
D | aco_ir.h | 148 semantic_atomicrmw = semantic_volatile | semantic_atomic | semantic_rmw, enumerator
|
D | aco_instruction_selection.cpp | 5749 if (semantics & semantic_atomicrmw) in get_memory_sync_info() 6008 memory_sync_info sync = get_memory_sync_info(instr, storage_image, semantic_atomicrmw); in visit_image_atomic() 6335 mubuf->sync = get_memory_sync_info(instr, storage_buffer, semantic_atomicrmw); in visit_atomic_ssbo() 6562 flat->sync = get_memory_sync_info(instr, storage_buffer, semantic_atomicrmw); in visit_global_atomic() 6629 mubuf->sync = get_memory_sync_info(instr, storage_buffer, semantic_atomicrmw); in visit_global_atomic() 6829 ds->sync = memory_sync_info(storage_shared, semantic_atomicrmw); in visit_shared_atomic()
|