Searched refs:call_to_max_depth (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
D | call_graph.cpp | 34 std::map<std::pair<uint32_t, uint32_t>, uint32_t> call_to_max_depth; in CallGraph() local 37 BuildGraphAndGetDepthOfFunctionCalls(context, &call_to_max_depth); in CallGraph() 43 ComputeInterproceduralFunctionCallDepths(call_to_max_depth); in CallGraph() 48 std::map<std::pair<uint32_t, uint32_t>, uint32_t>* call_to_max_depth) { in BuildGraphAndGetDepthOfFunctionCalls() argument 75 call_to_max_depth->at({function.result_id(), callee}) < in BuildGraphAndGetDepthOfFunctionCalls() 77 call_to_max_depth->insert( in BuildGraphAndGetDepthOfFunctionCalls() 138 call_to_max_depth) { in ComputeInterproceduralFunctionCallDepths() argument 149 call_to_max_depth.at({function_id, callee}); in ComputeInterproceduralFunctionCallDepths()
|
D | call_graph.h | 71 std::map<std::pair<uint32_t, uint32_t>, uint32_t>* call_to_max_depth); 85 call_to_max_depth);
|
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
D | call_graph.cpp | 34 std::map<std::pair<uint32_t, uint32_t>, uint32_t> call_to_max_depth; in CallGraph() local 37 BuildGraphAndGetDepthOfFunctionCalls(context, &call_to_max_depth); in CallGraph() 43 ComputeInterproceduralFunctionCallDepths(call_to_max_depth); in CallGraph() 48 std::map<std::pair<uint32_t, uint32_t>, uint32_t>* call_to_max_depth) { in BuildGraphAndGetDepthOfFunctionCalls() argument 75 call_to_max_depth->at({function.result_id(), callee}) < in BuildGraphAndGetDepthOfFunctionCalls() 77 call_to_max_depth->insert( in BuildGraphAndGetDepthOfFunctionCalls() 138 call_to_max_depth) { in ComputeInterproceduralFunctionCallDepths() argument 149 call_to_max_depth.at({function_id, callee}); in ComputeInterproceduralFunctionCallDepths()
|
D | call_graph.h | 71 std::map<std::pair<uint32_t, uint32_t>, uint32_t>* call_to_max_depth); 85 call_to_max_depth);
|
/third_party/spirv-tools/source/fuzz/ |
D | call_graph.cpp | 34 std::map<std::pair<uint32_t, uint32_t>, uint32_t> call_to_max_depth; in CallGraph() local 37 BuildGraphAndGetDepthOfFunctionCalls(context, &call_to_max_depth); in CallGraph() 43 ComputeInterproceduralFunctionCallDepths(call_to_max_depth); in CallGraph() 48 std::map<std::pair<uint32_t, uint32_t>, uint32_t>* call_to_max_depth) { in BuildGraphAndGetDepthOfFunctionCalls() argument 75 call_to_max_depth->at({function.result_id(), callee}) < in BuildGraphAndGetDepthOfFunctionCalls() 77 call_to_max_depth->insert( in BuildGraphAndGetDepthOfFunctionCalls() 138 call_to_max_depth) { in ComputeInterproceduralFunctionCallDepths() argument 149 call_to_max_depth.at({function_id, callee}); in ComputeInterproceduralFunctionCallDepths()
|
D | call_graph.h | 71 std::map<std::pair<uint32_t, uint32_t>, uint32_t>* call_to_max_depth); 85 call_to_max_depth);
|