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

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_ir.h175 scope_invocation = 0, enumerator in enum:aco::sync_scope
183 memory_sync_info() : storage(storage_none), semantics(semantic_none), scope(scope_invocation) {}
184 memory_sync_info(int storage_, int semantics_ = 0, sync_scope scope_ = scope_invocation)
H A Daco_print_ir.cpp256 case scope_invocation: fprintf(output, "invocation"); break;
H A Daco_scheduler.cpp498 set->has_control_barrier |= bar.exec_scope > scope_invocation;
H A Daco_instruction_selection.cpp7047 case NIR_SCOPE_INVOCATION: return scope_invocation;
7052 case NIR_SCOPE_SHADER_CALL: return scope_invocation;

Completed in 29 milliseconds