Home
last modified time | relevance | path

Searched refs:ModuleLayoutSection (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidation_state.h46 enum ModuleLayoutSection { enum
183 ModuleLayoutSection current_layout_section() const;
736 void SetCurrentLayoutSectionForTesting(ModuleLayoutSection section) { in SetCurrentLayoutSectionForTesting()
778 ModuleLayoutSection current_layout_section_;
Dvalidation_state.cpp33 ModuleLayoutSection InstructionLayoutSection( in InstructionLayoutSection()
34 ModuleLayoutSection current_section, SpvOp op) { in InstructionLayoutSection()
99 bool IsInstructionInLayoutSection(ModuleLayoutSection layout, SpvOp op) { in IsInstructionInLayoutSection()
265 ModuleLayoutSection ValidationState_t::current_layout_section() const { in current_layout_section()
273 static_cast<ModuleLayoutSection>(current_layout_section_ + 1); in ProgressToNextLayoutSectionOrder()
278 ModuleLayoutSection section = in IsOpcodeInPreviousLayoutSection()
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidation_state.h46 enum ModuleLayoutSection { enum
183 ModuleLayoutSection current_layout_section() const;
736 void SetCurrentLayoutSectionForTesting(ModuleLayoutSection section) { in SetCurrentLayoutSectionForTesting()
778 ModuleLayoutSection current_layout_section_;
Dvalidation_state.cpp33 ModuleLayoutSection InstructionLayoutSection( in InstructionLayoutSection()
34 ModuleLayoutSection current_section, SpvOp op) { in InstructionLayoutSection()
99 bool IsInstructionInLayoutSection(ModuleLayoutSection layout, SpvOp op) { in IsInstructionInLayoutSection()
265 ModuleLayoutSection ValidationState_t::current_layout_section() const { in current_layout_section()
273 static_cast<ModuleLayoutSection>(current_layout_section_ + 1); in ProgressToNextLayoutSectionOrder()
278 ModuleLayoutSection section = in IsOpcodeInPreviousLayoutSection()
/third_party/spirv-tools/source/val/
Dvalidation_state.h46 enum ModuleLayoutSection { enum
182 ModuleLayoutSection current_layout_section() const;
798 void SetCurrentLayoutSectionForTesting(ModuleLayoutSection section) { in SetCurrentLayoutSectionForTesting()
851 ModuleLayoutSection current_layout_section_;
Dvalidation_state.cpp34 ModuleLayoutSection InstructionLayoutSection( in InstructionLayoutSection()
35 ModuleLayoutSection current_section, spv::Op op) { in InstructionLayoutSection()
102 bool IsInstructionInLayoutSection(ModuleLayoutSection layout, spv::Op op) { in IsInstructionInLayoutSection()
284 ModuleLayoutSection ValidationState_t::current_layout_section() const { in current_layout_section()
292 static_cast<ModuleLayoutSection>(current_layout_section_ + 1); in ProgressToNextLayoutSectionOrder()
297 ModuleLayoutSection section = in IsOpcodeInPreviousLayoutSection()