Searched defs:executionScope (Results 1 – 6 of 6) sorted by relevance
628 auto executionScope = spv::Scope(shader.GetConstScalarInt(insn.word(1))); in EmitControlBarrier() local
463 VkPipelineStageFlags *executionScope) in computeMemoryDepBarrier()
8679 spv::IdImmediate executionScope = { true, builder.makeUintConstant(spv::ScopeSubgroup) }; in createSubgroupOperation() local8822 unsigned int executionScope = builder.getConstantScalar(operands[0]); in createMiscOperation() local
2820 void Builder::createMemoryBarrier(unsigned executionScope, unsigned memorySemantics) in createMemoryBarrier()
8664 spv::IdImmediate executionScope = { true, builder.makeUintConstant(spv::ScopeSubgroup) }; in createSubgroupOperation() local8798 unsigned int executionScope = builder.getConstantScalar(operands[0]); in createMiscOperation() local
2644 void Builder::createMemoryBarrier(unsigned executionScope, unsigned memorySemantics) in createMemoryBarrier()