Home
last modified time | relevance | path

Searched refs:GetFunctionInDegree (Results 1 – 9 of 9) sorted by relevance

/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dcall_graph.h36 const std::map<uint32_t, uint32_t>& GetFunctionInDegree() const { in GetFunctionInDegree() function
Dcall_graph.cpp103 std::map<uint32_t, uint32_t> function_in_degree = GetFunctionInDegree(); in ComputeTopologicalOrderOfFunctions()
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dcall_graph.h36 const std::map<uint32_t, uint32_t>& GetFunctionInDegree() const { in GetFunctionInDegree() function
Dcall_graph.cpp103 std::map<uint32_t, uint32_t> function_in_degree = GetFunctionInDegree(); in ComputeTopologicalOrderOfFunctions()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/fuzz/
Dcall_graph.h36 const std::map<uint32_t, uint32_t>& GetFunctionInDegree() const { in GetFunctionInDegree() function
Dcall_graph.cpp103 std::map<uint32_t, uint32_t> function_in_degree = GetFunctionInDegree(); in ComputeTopologicalOrderOfFunctions()
/external/deqp-deps/SPIRV-Tools/test/fuzz/
Dcall_graph_test.cpp286 const auto& function_in_degree = graph.GetFunctionInDegree(); in TEST()
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/fuzz/
Dcall_graph_test.cpp286 const auto& function_in_degree = graph.GetFunctionInDegree(); in TEST()
/external/swiftshader/third_party/SPIRV-Tools/test/fuzz/
Dcall_graph_test.cpp286 const auto& function_in_degree = graph.GetFunctionInDegree(); in TEST()