Home
last modified time | relevance | path

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

/external/deqp-deps/SPIRV-Tools/test/opt/
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()
/external/swiftshader/third_party/SPIRV-Tools/test/opt/
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()
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/opt/
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()