Home
last modified time | relevance | path

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

/external/deqp-deps/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()
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidation_state.h46 enum ModuleLayoutSection { enum
182 ModuleLayoutSection current_layout_section() const;
803 void SetCurrentLayoutSectionForTesting(ModuleLayoutSection section) { in SetCurrentLayoutSectionForTesting()
856 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()
/external/angle/third_party/spirv-tools/src/source/val/
Dvalidation_state.h46 enum ModuleLayoutSection { enum
182 ModuleLayoutSection current_layout_section() const;
803 void SetCurrentLayoutSectionForTesting(ModuleLayoutSection section) { in SetCurrentLayoutSectionForTesting()
856 ModuleLayoutSection current_layout_section_;
Dvalidation_state.cpp34 ModuleLayoutSection InstructionLayoutSection( in InstructionLayoutSection()
35 ModuleLayoutSection current_section, spv::Op op) { in InstructionLayoutSection()
103 bool IsInstructionInLayoutSection(ModuleLayoutSection layout, spv::Op op) { in IsInstructionInLayoutSection()
285 ModuleLayoutSection ValidationState_t::current_layout_section() const { in current_layout_section()
293 static_cast<ModuleLayoutSection>(current_layout_section_ + 1); in ProgressToNextLayoutSectionOrder()
298 ModuleLayoutSection section = in IsOpcodeInPreviousLayoutSection()