Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dvalidation_state.cpp1095 function_to_entry_points_[called_func_id].push_back(entry_point); in ComputeFunctionToEntryPointMapping()
1125 function_to_entry_points_[called_func_id]) in ComputeRecursiveEntryPoints()
1143 auto iter = function_to_entry_points_.find(func); in FunctionEntryPoints()
1144 if (iter == function_to_entry_points_.end()) { in FunctionEntryPoints()
H A Dvalidation_state.h272 /// Traverses call tree and computes function_to_entry_points_.
869 std::unordered_map<uint32_t, std::vector<uint32_t>> function_to_entry_points_; member
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidation_state.cpp1095 function_to_entry_points_[called_func_id].push_back(entry_point); in ComputeFunctionToEntryPointMapping()
1125 function_to_entry_points_[called_func_id]) in ComputeRecursiveEntryPoints()
1143 auto iter = function_to_entry_points_.find(func); in FunctionEntryPoints()
1144 if (iter == function_to_entry_points_.end()) { in FunctionEntryPoints()
H A Dvalidation_state.h272 /// Traverses call tree and computes function_to_entry_points_.
869 std::unordered_map<uint32_t, std::vector<uint32_t>> function_to_entry_points_; member
/third_party/spirv-tools/source/val/
H A Dvalidation_state.cpp1387 function_to_entry_points_[called_func_id].push_back(entry_point); in ComputeFunctionToEntryPointMapping()
1417 function_to_entry_points_[called_func_id]) in ComputeRecursiveEntryPoints()
1435 auto iter = function_to_entry_points_.find(func); in FunctionEntryPoints()
1436 if (iter == function_to_entry_points_.end()) { in FunctionEntryPoints()
H A Dvalidation_state.h272 /// Traverses call tree and computes function_to_entry_points_.
945 std::unordered_map<uint32_t, std::vector<uint32_t>> function_to_entry_points_; member

Completed in 22 milliseconds