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/
H A 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/
H A 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/
H A 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/spirv-tools/source/val/
H A 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()
H A 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()
270 // Guard against going past the last element(kLayoutFunctionDefinitions) in ProgressToNextLayoutSectionOrder()
271 if (current_layout_section_ <= kLayoutFunctionDefinitions) { in ProgressToNextLayoutSectionOrder()
H A Dvalidation_state.h59 kLayoutFunctionDefinitions /// < Section 2.4 #11 enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
H A 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()
H A 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()
270 // Guard against going past the last element(kLayoutFunctionDefinitions) in ProgressToNextLayoutSectionOrder()
271 if (current_layout_section_ <= kLayoutFunctionDefinitions) { in ProgressToNextLayoutSectionOrder()
H A Dvalidation_state.h59 kLayoutFunctionDefinitions /// < Section 2.4 #11 enumerator
/third_party/spirv-tools/source/val/
H A 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()
H A 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()
289 // Guard against going past the last element(kLayoutFunctionDefinitions) in ProgressToNextLayoutSectionOrder()
290 if (current_layout_section_ <= kLayoutFunctionDefinitions) { in ProgressToNextLayoutSectionOrder()
H A Dvalidation_state.h60 kLayoutFunctionDefinitions /// < Section 2.4 #12 enumerator

Completed in 20 milliseconds