Home
last modified time | relevance | path

Searched refs:current_layout_section_ (Results 1 - 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dvalidation_state.cpp150 current_layout_section_(kLayoutCapabilities),
266 return current_layout_section_; in current_layout_section()
271 if (current_layout_section_ <= kLayoutFunctionDefinitions) { in ProgressToNextLayoutSectionOrder()
272 current_layout_section_ = in ProgressToNextLayoutSectionOrder()
273 static_cast<ModuleLayoutSection>(current_layout_section_ + 1); in ProgressToNextLayoutSectionOrder()
279 InstructionLayoutSection(current_layout_section_, op); in IsOpcodeInPreviousLayoutSection()
280 return section < current_layout_section_; in IsOpcodeInPreviousLayoutSection()
284 return IsInstructionInLayoutSection(current_layout_section_, op); in IsOpcodeInCurrentLayoutSection()
H A Dvalidation_state.h737 current_layout_section_ = section; in SetCurrentLayoutSectionForTesting()
778 ModuleLayoutSection current_layout_section_; member
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidation_state.cpp150 current_layout_section_(kLayoutCapabilities),
266 return current_layout_section_; in current_layout_section()
271 if (current_layout_section_ <= kLayoutFunctionDefinitions) { in ProgressToNextLayoutSectionOrder()
272 current_layout_section_ = in ProgressToNextLayoutSectionOrder()
273 static_cast<ModuleLayoutSection>(current_layout_section_ + 1); in ProgressToNextLayoutSectionOrder()
279 InstructionLayoutSection(current_layout_section_, op); in IsOpcodeInPreviousLayoutSection()
280 return section < current_layout_section_; in IsOpcodeInPreviousLayoutSection()
284 return IsInstructionInLayoutSection(current_layout_section_, op); in IsOpcodeInCurrentLayoutSection()
H A Dvalidation_state.h737 current_layout_section_ = section; in SetCurrentLayoutSectionForTesting()
778 ModuleLayoutSection current_layout_section_; member
/third_party/spirv-tools/source/val/
H A Dvalidation_state.cpp155 current_layout_section_(kLayoutCapabilities),
285 return current_layout_section_; in current_layout_section()
290 if (current_layout_section_ <= kLayoutFunctionDefinitions) { in ProgressToNextLayoutSectionOrder()
291 current_layout_section_ = in ProgressToNextLayoutSectionOrder()
292 static_cast<ModuleLayoutSection>(current_layout_section_ + 1); in ProgressToNextLayoutSectionOrder()
298 InstructionLayoutSection(current_layout_section_, op); in IsOpcodeInPreviousLayoutSection()
299 return section < current_layout_section_; in IsOpcodeInPreviousLayoutSection()
303 return IsInstructionInLayoutSection(current_layout_section_, op); in IsOpcodeInCurrentLayoutSection()
H A Dvalidation_state.h799 current_layout_section_ = section; in SetCurrentLayoutSectionForTesting()
851 ModuleLayoutSection current_layout_section_; member

Completed in 13 milliseconds