Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dvalidation_state.cpp151 module_functions_(),
205 module_functions_.reserve(total_functions_); in preallocateStorage()
308 return module_functions_; in functions()
313 return module_functions_.back(); in current_function()
318 return module_functions_.back(); in current_function()
336 return module_functions_.empty() == false && in in_block()
337 module_functions_.back().current_block() != nullptr; in in_block()
467 module_functions_.emplace_back(id, ret_type_id, function_control, in RegisterFunction()
H A Dvalidation_state.h178 /// pointers to |ordered_instructions_| or |module_functions_| and, hence,
783 std::vector<Function> module_functions_; member
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidation_state.cpp151 module_functions_(),
205 module_functions_.reserve(total_functions_); in preallocateStorage()
308 return module_functions_; in functions()
313 return module_functions_.back(); in current_function()
318 return module_functions_.back(); in current_function()
336 return module_functions_.empty() == false && in in_block()
337 module_functions_.back().current_block() != nullptr; in in_block()
467 module_functions_.emplace_back(id, ret_type_id, function_control, in RegisterFunction()
H A Dvalidation_state.h178 /// pointers to |ordered_instructions_| or |module_functions_| and, hence,
783 std::vector<Function> module_functions_; member
/third_party/spirv-tools/source/val/
H A Dvalidation_state.cpp156 module_functions_(),
224 module_functions_.reserve(total_functions_); in preallocateStorage()
327 return module_functions_; in functions()
332 return module_functions_.back(); in current_function()
337 return module_functions_.back(); in current_function()
355 return module_functions_.empty() == false && in in_block()
356 module_functions_.back().current_block() != nullptr; in in_block()
505 module_functions_.emplace_back(id, ret_type_id, function_control, in RegisterFunction()
H A Dvalidation_state.h177 /// pointers to |ordered_instructions_| or |module_functions_| and, hence,
856 std::vector<Function> module_functions_; member

Completed in 13 milliseconds