Searched refs:storage_none (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_ir.h134 storage_none = 0x0, /* no synchronization and can be reordered around aliasing stores */ enumerator in enum:aco::storage_class
183 memory_sync_info() : storage(storage_none), semantics(semantic_none), scope(scope_invocation) {}
H A Daco_instruction_selection.cpp7036 memory_sync_info sync(mem_mode == nir_var_shader_out ? storage_vmem_output : storage_none);

Completed in 25 milliseconds