Searched defs:executionScope (Results 1 – 2 of 2) sorted by relevance
6682 spv::IdImmediate executionScope = { true, builder.makeUintConstant(spv::ScopeSubgroup) }; local6979 unsigned int executionScope = builder.getConstantScalar(operands[0]); local
1533 void Builder::createMemoryBarrier(unsigned executionScope, unsigned memorySemantics) in createMemoryBarrier()