Searched refs:storage_image (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_scheduler.cpp533 if (storage & (storage_buffer | storage_image))
534 storage |= storage_buffer | storage_image;
616 storage_buffer | storage_atomic_counter | storage_image | storage_shared;
H A Daco_print_ir.cpp218 if (storage & storage_image)
H A Daco_ir.h137 storage_image = 0x4, enumerator in enum:aco::storage_class
H A Daco_instruction_selection.cpp6129 memory_sync_info sync = get_memory_sync_info(instr, storage_image, 0);
6227 memory_sync_info sync = get_memory_sync_info(instr, storage_image, 0);
6369 memory_sync_info sync = get_memory_sync_info(instr, storage_image, semantic_atomicrmw);
7086 storage |= storage_buffer | storage_image; // TODO: split this when NIR gets nir_var_mem_image

Completed in 28 milliseconds