Home
last modified time | relevance | path

Searched refs:reverse_edges (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/test/opt/
H A Dcontrol_dependence.cpp39 std::vector<ControlDependence> reverse_edges; in GatherEdges() local
40 reverse_edges.reserve(ret.size()); in GatherEdges()
42 reverse_edges.insert(reverse_edges.end(), in GatherEdges()
46 std::sort(reverse_edges.begin(), reverse_edges.end()); in GatherEdges()
47 ASSERT_THAT(reverse_edges, testing::ElementsAreArray(ret)); in GatherEdges()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Dcontrol_dependence.cpp39 std::vector<ControlDependence> reverse_edges; in GatherEdges() local
40 reverse_edges.reserve(ret.size()); in GatherEdges()
42 reverse_edges.insert(reverse_edges.end(), in GatherEdges()
46 std::sort(reverse_edges.begin(), reverse_edges.end()); in GatherEdges()
47 ASSERT_THAT(reverse_edges, testing::ElementsAreArray(ret)); in GatherEdges()
/third_party/spirv-tools/test/opt/
H A Dcontrol_dependence.cpp39 std::vector<ControlDependence> reverse_edges; in GatherEdges() local
40 reverse_edges.reserve(ret.size()); in GatherEdges()
42 reverse_edges.insert(reverse_edges.end(), in GatherEdges()
46 std::sort(reverse_edges.begin(), reverse_edges.end()); in GatherEdges()
47 ASSERT_THAT(reverse_edges, testing::ElementsAreArray(ret)); in GatherEdges()

Completed in 2 milliseconds