Home
last modified time | relevance | path

Searched refs:OpControlBarrier (Results 1 - 25 of 54) sorted by relevance

123

/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSpirvShaderInstructions.cpp55 case spv::OpControlBarrier: in IsStatement()
/third_party/spirv-tools/source/val/
H A Dvalidate_barriers.cpp36 case spv::Op::OpControlBarrier: { in BarriersPass()
48 "OpControlBarrier requires one of the following " in BarriersPass()
H A Dvalidate_memory_semantics.cpp208 if (opcode == spv::Op::OpControlBarrier && value && !includes_storage_class) { in ValidateMemorySemantics()
H A Dvalidate_scopes.cpp109 // OpControlBarrier must only use Subgroup execution scope for a subset of in ValidateExecutionScope()
111 if (opcode == spv::Op::OpControlBarrier && value != spv::Scope::Subgroup) { in ValidateExecutionScope()
129 "in Vulkan environment, OpControlBarrier execution scope " in ValidateExecutionScope()
/third_party/spirv-tools/source/opt/
H A Dreplace_invalid_opc.cpp91 if (inst->opcode() == spv::Op::OpControlBarrier) { in RewriteFunction()
H A Dcode_sink.cpp211 case spv::Op::OpControlBarrier: in HasUniformMemorySync()
H A Dupgrade_memory_model.cpp628 if (inst->opcode() == spv::Op::OpControlBarrier) { in UpgradeBarriers()
697 } else if (inst->opcode() == spv::Op::OpControlBarrier) { in UpgradeMemoryScope()
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.0/
H A Dspirv.cs874 OpControlBarrier = 224, enumerator
H A Dspirv.hpp869 OpControlBarrier = 224, enumerator
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.1/
H A Dspirv.cs886 OpControlBarrier = 224, enumerator
H A Dspirv.hpp881 OpControlBarrier = 224, enumerator
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.2/
H A Dspirv.cs891 OpControlBarrier = 224, enumerator
H A Dspirv.hpp886 OpControlBarrier = 224, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.0/
H A Dspirv.cs874 OpControlBarrier = 224, enumerator
H A Dspirv.hpp869 OpControlBarrier = 224, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.1/
H A Dspirv.cs886 OpControlBarrier = 224, enumerator
H A Dspirv.hpp881 OpControlBarrier = 224, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.2/
H A Dspirv.cs891 OpControlBarrier = 224, enumerator
H A Dspirv.hpp886 OpControlBarrier = 224, enumerator
/third_party/spirv-headers/include/spirv/1.0/
H A Dspirv.cs874 OpControlBarrier = 224, enumerator
H A Dspirv.hpp869 OpControlBarrier = 224, enumerator
/third_party/spirv-headers/include/spirv/1.1/
H A Dspirv.cs886 OpControlBarrier = 224, enumerator
H A Dspirv.hpp881 OpControlBarrier = 224, enumerator
/third_party/spirv-headers/include/spirv/1.2/
H A Dspirv.cs891 OpControlBarrier = 224, enumerator
/third_party/spirv-tools/test/opt/
H A Dinstruction_test.cpp129 // The words for an OpControlBarrier instruction.
131 (4 << 16) | uint32_t(spv::Op::OpControlBarrier), 100, 101, 102};
145 uint16_t(spv::Op::OpControlBarrier),

Completed in 57 milliseconds

123