Home | History | Annotate | Download | only in libSPIRV

Lines Matching refs:TheScope

71   SPIRVComponentExecutionScope(Scope TheScope = ScopeInvocation):
72 ExecScope(TheScope){}
1614 SPIRVControlBarrier(SPIRVValue *TheScope,
1617 :SPIRVInstruction(4, OC, TheBB), ExecScope(TheScope->getId()),
1657 SPIRVGroupAsyncCopy(SPIRVValue *TheScope, SPIRVId TheId,
1661 ExecScope(TheScope->getId()), Destination(TheDest->getId()),