Home
last modified time | relevance | path

Searched refs:SpvOpControlBarrier (Results 1 – 25 of 54) sorted by relevance

123

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_barriers.cpp39 case SpvOpControlBarrier: { in BarriersPass()
Dvalidate_memory_semantics.cpp205 if (opcode == SpvOpControlBarrier && value && !includes_storage_class) { in ValidateMemorySemantics()
Dvalidate_scopes.cpp110 if (opcode == SpvOpControlBarrier && value != SpvScopeSubgroup) { in ValidateExecutionScope()
/third_party/spirv-tools/source/val/
Dvalidate_barriers.cpp39 case SpvOpControlBarrier: { in BarriersPass()
Dvalidate_memory_semantics.cpp205 if (opcode == SpvOpControlBarrier && value && !includes_storage_class) { in ValidateMemorySemantics()
Dvalidate_scopes.cpp110 if (opcode == SpvOpControlBarrier && value != SpvScopeSubgroup) { in ValidateExecutionScope()
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidate_barriers.cpp39 case SpvOpControlBarrier: { in BarriersPass()
Dvalidate_memory_semantics.cpp205 if (opcode == SpvOpControlBarrier && value && !includes_storage_class) { in ValidateMemorySemantics()
Dvalidate_scopes.cpp110 if (opcode == SpvOpControlBarrier && value != SpvScopeSubgroup) { in ValidateExecutionScope()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dreplace_invalid_opc.cpp90 if (inst->opcode() == SpvOpControlBarrier) { in RewriteFunction()
Dcode_sink.cpp210 case SpvOpControlBarrier: in HasUniformMemorySync()
Dupgrade_memory_model.cpp621 if (inst->opcode() == SpvOpControlBarrier) { in UpgradeBarriers()
687 } else if (inst->opcode() == SpvOpControlBarrier) { in UpgradeMemoryScope()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dreplace_invalid_opc.cpp90 if (inst->opcode() == SpvOpControlBarrier) { in RewriteFunction()
Dcode_sink.cpp210 case SpvOpControlBarrier: in HasUniformMemorySync()
Dupgrade_memory_model.cpp621 if (inst->opcode() == SpvOpControlBarrier) { in UpgradeBarriers()
687 } else if (inst->opcode() == SpvOpControlBarrier) { in UpgradeMemoryScope()
/third_party/spirv-tools/source/opt/
Dreplace_invalid_opc.cpp90 if (inst->opcode() == SpvOpControlBarrier) { in RewriteFunction()
Dcode_sink.cpp210 case SpvOpControlBarrier: in HasUniformMemorySync()
Dupgrade_memory_model.cpp619 if (inst->opcode() == SpvOpControlBarrier) { in UpgradeBarriers()
685 } else if (inst->opcode() == SpvOpControlBarrier) { in UpgradeMemoryScope()
/third_party/mesa3d/docs/relnotes/
D19.1.4.rst97 - spirv: Fix order of barriers in SpvOpControlBarrier
/third_party/spirv-tools/source/fuzz/
Dtransformation_move_instruction_down.cpp594 case SpvOpControlBarrier: in IsBarrierInstruction()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dtransformation_move_instruction_down.cpp594 case SpvOpControlBarrier: in IsBarrierInstruction()
/third_party/spirv-tools/source/
Dopcode.cpp712 case SpvOpControlBarrier: in spvOpcodeMemorySemanticsOperandIndices()
/third_party/skia/third_party/externals/spirv-tools/source/
Dopcode.cpp714 case SpvOpControlBarrier: in spvOpcodeMemorySemanticsOperandIndices()
/third_party/skia/src/sksl/
Dspirv.h779 SpvOpControlBarrier = 224, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_move_instruction_down.cpp594 case SpvOpControlBarrier: in IsBarrierInstruction()

123