Searched refs:SpvOpControlBarrier (Results 1 – 25 of 51) sorted by relevance
123
62 case SpvOpControlBarrier: in ValidateMemorySemantics()241 if (opcode == SpvOpControlBarrier && value && !includes_storage_class) { in ValidateMemorySemantics()
110 if (opcode == SpvOpControlBarrier && value != SpvScopeSubgroup) { in ValidateExecutionScope()244 case SpvOpControlBarrier: in ValidateMemoryScope()
39 case SpvOpControlBarrier: { in BarriersPass()
109 if (opcode == SpvOpControlBarrier && value != SpvScopeSubgroup) { in ValidateExecutionScope()229 case SpvOpControlBarrier: in ValidateMemoryScope()
90 if (inst->opcode() == SpvOpControlBarrier) { in RewriteFunction()
210 case SpvOpControlBarrier: in HasUniformMemorySync()
621 if (inst->opcode() == SpvOpControlBarrier) { in UpgradeBarriers()687 } else if (inst->opcode() == SpvOpControlBarrier) { in UpgradeMemoryScope()
110 (4 << 16) | uint32_t(SpvOpControlBarrier), 100, 101, 102};124 uint16_t(SpvOpControlBarrier),
658 case SpvOpControlBarrier: in spvOpcodeMemorySemanticsOperandIndices()
620 case SpvOpControlBarrier: in spvOpcodeMemorySemanticsOperandIndices()
97 - spirv: Fix order of barriers in SpvOpControlBarrier
779 SpvOpControlBarrier = 224, enumerator