Home
last modified time | relevance | path

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

/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidation_state.cpp909 function_to_entry_points_[called_func_id].push_back(entry_point); in ComputeFunctionToEntryPointMapping()
939 function_to_entry_points_[called_func_id]) in ComputeRecursiveEntryPoints()
957 auto iter = function_to_entry_points_.find(func); in FunctionEntryPoints()
958 if (iter == function_to_entry_points_.end()) { in FunctionEntryPoints()
Dvalidation_state.h682 std::unordered_map<uint32_t, std::vector<uint32_t>> function_to_entry_points_; variable
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidation_state.cpp926 function_to_entry_points_[called_func_id].push_back(entry_point); in ComputeFunctionToEntryPointMapping()
956 function_to_entry_points_[called_func_id]) in ComputeRecursiveEntryPoints()
974 auto iter = function_to_entry_points_.find(func); in FunctionEntryPoints()
975 if (iter == function_to_entry_points_.end()) { in FunctionEntryPoints()
Dvalidation_state.h701 std::unordered_map<uint32_t, std::vector<uint32_t>> function_to_entry_points_; variable