Home
last modified time | relevance | path

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

/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidation_state.h172 void increment_total_functions() { total_functions_++; } in increment_total_functions()
582 size_t total_functions_ = 0; variable
Dvalidation_state.cpp219 module_functions_.reserve(total_functions_); in preallocateStorage()
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidation_state.h177 void increment_total_functions() { total_functions_++; } in increment_total_functions()
598 size_t total_functions_ = 0; variable
Dvalidation_state.cpp220 module_functions_.reserve(total_functions_); in preallocateStorage()