Home
last modified time | relevance | path

Searched refs:current_layout_section_ (Results 1 – 4 of 4) sorted by relevance

/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidation_state.cpp162 current_layout_section_(kLayoutCapabilities),
280 return current_layout_section_; in current_layout_section()
285 if (current_layout_section_ <= kLayoutFunctionDefinitions) { in ProgressToNextLayoutSectionOrder()
286 current_layout_section_ = in ProgressToNextLayoutSectionOrder()
287 static_cast<ModuleLayoutSection>(current_layout_section_ + 1); in ProgressToNextLayoutSectionOrder()
292 return IsInstructionInLayoutSection(current_layout_section_, op); in IsOpcodeInCurrentLayoutSection()
Dvalidation_state.h598 ModuleLayoutSection current_layout_section_; variable
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidation_state.cpp162 current_layout_section_(kLayoutCapabilities),
281 return current_layout_section_; in current_layout_section()
286 if (current_layout_section_ <= kLayoutFunctionDefinitions) { in ProgressToNextLayoutSectionOrder()
287 current_layout_section_ = in ProgressToNextLayoutSectionOrder()
288 static_cast<ModuleLayoutSection>(current_layout_section_ + 1); in ProgressToNextLayoutSectionOrder()
293 return IsInstructionInLayoutSection(current_layout_section_, op); in IsOpcodeInCurrentLayoutSection()
Dvalidation_state.h614 ModuleLayoutSection current_layout_section_; variable