Home
last modified time | relevance | path

Searched refs:kLayoutFunctionDefinitions (Results 1 – 12 of 12) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/test/val/
Dval_state_test.cpp144 state_.SetCurrentLayoutSectionForTesting(kLayoutFunctionDefinitions); in TEST_F()
152 state_.SetCurrentLayoutSectionForTesting(kLayoutFunctionDefinitions); in TEST_F()
160 state_.SetCurrentLayoutSectionForTesting(kLayoutFunctionDefinitions); in TEST_F()
168 state_.SetCurrentLayoutSectionForTesting(kLayoutFunctionDefinitions); in TEST_F()
176 state_.SetCurrentLayoutSectionForTesting(kLayoutFunctionDefinitions); in TEST_F()
184 state_.SetCurrentLayoutSectionForTesting(kLayoutFunctionDefinitions); in TEST_F()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/
Dval_state_test.cpp144 state_.SetCurrentLayoutSectionForTesting(kLayoutFunctionDefinitions); in TEST_F()
152 state_.SetCurrentLayoutSectionForTesting(kLayoutFunctionDefinitions); in TEST_F()
160 state_.SetCurrentLayoutSectionForTesting(kLayoutFunctionDefinitions); in TEST_F()
168 state_.SetCurrentLayoutSectionForTesting(kLayoutFunctionDefinitions); in TEST_F()
176 state_.SetCurrentLayoutSectionForTesting(kLayoutFunctionDefinitions); in TEST_F()
184 state_.SetCurrentLayoutSectionForTesting(kLayoutFunctionDefinitions); in TEST_F()
/third_party/spirv-tools/test/val/
Dval_state_test.cpp141 state_.SetCurrentLayoutSectionForTesting(kLayoutFunctionDefinitions); in TEST_F()
149 state_.SetCurrentLayoutSectionForTesting(kLayoutFunctionDefinitions); in TEST_F()
157 state_.SetCurrentLayoutSectionForTesting(kLayoutFunctionDefinitions); in TEST_F()
165 state_.SetCurrentLayoutSectionForTesting(kLayoutFunctionDefinitions); in TEST_F()
174 state_.SetCurrentLayoutSectionForTesting(kLayoutFunctionDefinitions); in TEST_F()
183 state_.SetCurrentLayoutSectionForTesting(kLayoutFunctionDefinitions); in TEST_F()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_layout.cpp114 if (_.current_layout_section() < kLayoutFunctionDefinitions) { in ModuleScopedInstructions()
184 if (_.current_layout_section() == kLayoutFunctionDefinitions) { in FunctionScopedInstructions()
217 _.current_layout_section() == kLayoutFunctionDefinitions) { in FunctionScopedInstructions()
376 case kLayoutFunctionDefinitions: in ModuleLayoutPass()
Dvalidation_state.cpp76 return kLayoutFunctionDefinitions; in InstructionLayoutSection()
81 return kLayoutFunctionDefinitions; in InstructionLayoutSection()
86 return kLayoutFunctionDefinitions; in InstructionLayoutSection()
92 return kLayoutFunctionDefinitions; in InstructionLayoutSection()
96 return kLayoutFunctionDefinitions; in InstructionLayoutSection()
271 if (current_layout_section_ <= kLayoutFunctionDefinitions) { in ProgressToNextLayoutSectionOrder()
Dvalidation_state.h59 kLayoutFunctionDefinitions /// < Section 2.4 #11 enumerator
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidate_layout.cpp114 if (_.current_layout_section() < kLayoutFunctionDefinitions) { in ModuleScopedInstructions()
184 if (_.current_layout_section() == kLayoutFunctionDefinitions) { in FunctionScopedInstructions()
217 _.current_layout_section() == kLayoutFunctionDefinitions) { in FunctionScopedInstructions()
376 case kLayoutFunctionDefinitions: in ModuleLayoutPass()
Dvalidation_state.cpp76 return kLayoutFunctionDefinitions; in InstructionLayoutSection()
81 return kLayoutFunctionDefinitions; in InstructionLayoutSection()
86 return kLayoutFunctionDefinitions; in InstructionLayoutSection()
92 return kLayoutFunctionDefinitions; in InstructionLayoutSection()
96 return kLayoutFunctionDefinitions; in InstructionLayoutSection()
271 if (current_layout_section_ <= kLayoutFunctionDefinitions) { in ProgressToNextLayoutSectionOrder()
Dvalidation_state.h59 kLayoutFunctionDefinitions /// < Section 2.4 #11 enumerator
/third_party/spirv-tools/source/val/
Dvalidate_layout.cpp111 if (_.current_layout_section() < kLayoutFunctionDefinitions) { in ModuleScopedInstructions()
182 if (_.current_layout_section() == kLayoutFunctionDefinitions) { in FunctionScopedInstructions()
215 _.current_layout_section() == kLayoutFunctionDefinitions) { in FunctionScopedInstructions()
375 case kLayoutFunctionDefinitions: in ModuleLayoutPass()
Dvalidation_state.cpp77 return kLayoutFunctionDefinitions; in InstructionLayoutSection()
82 return kLayoutFunctionDefinitions; in InstructionLayoutSection()
87 return kLayoutFunctionDefinitions; in InstructionLayoutSection()
93 return kLayoutFunctionDefinitions; in InstructionLayoutSection()
99 return kLayoutFunctionDefinitions; in InstructionLayoutSection()
290 if (current_layout_section_ <= kLayoutFunctionDefinitions) { in ProgressToNextLayoutSectionOrder()
Dvalidation_state.h60 kLayoutFunctionDefinitions /// < Section 2.4 #12 enumerator