Home
last modified time | relevance | path

Searched refs:GraphBuilder (Results 1 – 25 of 253) sorted by relevance

1234567891011

/dports/multimedia/handbrake/zimg-release-3.0.1/test/graph/
H A Dgraphbuilder_test.cpp20 using zimg::graph::GraphBuilder;
102 GraphBuilder::state make_basic_rgb_state() in make_basic_rgb_state()
104 GraphBuilder::state state{}; in make_basic_rgb_state()
110 state.color = GraphBuilder::ColorFamily::RGB; in make_basic_rgb_state()
121 state.alpha = GraphBuilder::AlphaType::NONE; in make_basic_rgb_state()
125 GraphBuilder::state make_basic_yuv_state() in make_basic_yuv_state()
128 state.color = GraphBuilder::ColorFamily::YUV; in make_basic_yuv_state()
143 void test_case(const GraphBuilder::state &source, const GraphBuilder::state &target, const TraceLis… in test_case()
145 GraphBuilder builder; in test_case()
587 target.alpha = GraphBuilder::AlphaType::NONE; in TEST()
[all …]
/dports/graphics/sekrit-twc-zimg/zimg-release-3.0.3/test/graph/
H A Dgraphbuilder_test.cpp20 using zimg::graph::GraphBuilder;
102 GraphBuilder::state make_basic_rgb_state() in make_basic_rgb_state()
104 GraphBuilder::state state{}; in make_basic_rgb_state()
110 state.color = GraphBuilder::ColorFamily::RGB; in make_basic_rgb_state()
121 state.alpha = GraphBuilder::AlphaType::NONE; in make_basic_rgb_state()
125 GraphBuilder::state make_basic_yuv_state() in make_basic_yuv_state()
128 state.color = GraphBuilder::ColorFamily::YUV; in make_basic_yuv_state()
143 void test_case(const GraphBuilder::state &source, const GraphBuilder::state &target, const TraceLis… in test_case()
145 GraphBuilder builder; in test_case()
587 target.alpha = GraphBuilder::AlphaType::NONE; in TEST()
[all …]
/dports/multimedia/handbrake/zimg-release-3.0.1/src/testapp/
H A Dgraphapp.cpp110 { "grey", zimg::graph::GraphBuilder::ColorFamily::GREY }, in read_graph_state()
111 { "rgb", zimg::graph::GraphBuilder::ColorFamily::RGB }, in read_graph_state()
112 { "yuv", zimg::graph::GraphBuilder::ColorFamily::YUV }, in read_graph_state()
129 { "none", zimg::graph::GraphBuilder::AlphaType::NONE }, in read_graph_state()
225 zimg::graph::GraphBuilder::state src_state{}; in create_graph()
226 zimg::graph::GraphBuilder::state dst_state{}; in create_graph()
227 zimg::graph::GraphBuilder::params params{}; in create_graph()
255 zimg::graph::GraphBuilder builder; in create_graph()
267 …(state.color != zimg::graph::GraphBuilder::ColorFamily::GREY ? 3U : 1U) + (state.alpha != zimg::gr… in allocate_frame()
300 zimg::graph::GraphBuilder::state src_state; in execute()
[all …]
/dports/graphics/sekrit-twc-zimg/zimg-release-3.0.3/src/testapp/
H A Dgraphapp.cpp110 { "grey", zimg::graph::GraphBuilder::ColorFamily::GREY }, in read_graph_state()
111 { "rgb", zimg::graph::GraphBuilder::ColorFamily::RGB }, in read_graph_state()
112 { "yuv", zimg::graph::GraphBuilder::ColorFamily::YUV }, in read_graph_state()
129 { "none", zimg::graph::GraphBuilder::AlphaType::NONE }, in read_graph_state()
225 zimg::graph::GraphBuilder::state src_state{}; in create_graph()
226 zimg::graph::GraphBuilder::state dst_state{}; in create_graph()
227 zimg::graph::GraphBuilder::params params{}; in create_graph()
255 zimg::graph::GraphBuilder builder; in create_graph()
267 …(state.color != zimg::graph::GraphBuilder::ColorFamily::GREY ? 3U : 1U) + (state.alpha != zimg::gr… in allocate_frame()
300 zimg::graph::GraphBuilder::state src_state; in execute()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/unittests/tools/llvm-cfi-verify/
H A DFileAnalysis.cpp509 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF, 0x0}); in TEST_F()
534 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF + 4, 0x0}); in TEST_F()
550 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF + 2, 0x0}); in TEST_F()
569 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF + 3, 0x0}); in TEST_F()
587 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF + 3, 0x0}); in TEST_F()
611 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF + 6, 0x0}); in TEST_F()
636 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF + 2, 0x0}); in TEST_F()
655 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF + 4, 0x0}); in TEST_F()
756 Result = GraphBuilder::buildFlowGraph(Analysis, {0x775a68, 0x0}); in TEST_F()
760 Result = GraphBuilder::buildFlowGraph(Analysis, {0x775a68, 0x0}); in TEST_F()
[all …]
H A DGraphBuilder.cpp161 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF + 4, 0x0}); in TEST_F()
188 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF + 2, 0x0}); in TEST_F()
218 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF + 3, 0x0}); in TEST_F()
257 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF + 3, 0x0}); in TEST_F()
293 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF, 0x0}); in TEST_F()
316 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF + 2, 0x0}); in TEST_F()
332 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF + 2, 0x0}); in TEST_F()
356 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF + 4, 0x0}); in TEST_F()
381 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF + 4, 0x0}); in TEST_F()
405 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF + 6, 0x0}); in TEST_F()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/unittests/tools/llvm-cfi-verify/
H A DFileAnalysis.cpp509 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF, 0x0}); in TEST_F()
534 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF + 4, 0x0}); in TEST_F()
550 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF + 2, 0x0}); in TEST_F()
569 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF + 3, 0x0}); in TEST_F()
587 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF + 3, 0x0}); in TEST_F()
611 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF + 6, 0x0}); in TEST_F()
636 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF + 2, 0x0}); in TEST_F()
655 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF + 4, 0x0}); in TEST_F()
756 Result = GraphBuilder::buildFlowGraph(Analysis, {0x775a68, 0x0}); in TEST_F()
760 Result = GraphBuilder::buildFlowGraph(Analysis, {0x775a68, 0x0}); in TEST_F()
[all …]
H A DGraphBuilder.cpp161 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF + 4, 0x0}); in TEST_F()
188 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF + 2, 0x0}); in TEST_F()
218 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF + 3, 0x0}); in TEST_F()
257 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF + 3, 0x0}); in TEST_F()
293 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF, 0x0}); in TEST_F()
316 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF + 2, 0x0}); in TEST_F()
332 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF + 2, 0x0}); in TEST_F()
356 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF + 4, 0x0}); in TEST_F()
381 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF + 4, 0x0}); in TEST_F()
405 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF + 6, 0x0}); in TEST_F()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/unittests/tools/llvm-cfi-verify/
H A DFileAnalysis.cpp509 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF, 0x0}); in TEST_F()
534 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF + 4, 0x0}); in TEST_F()
550 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF + 2, 0x0}); in TEST_F()
569 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF + 3, 0x0}); in TEST_F()
587 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF + 3, 0x0}); in TEST_F()
611 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF + 6, 0x0}); in TEST_F()
636 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF + 2, 0x0}); in TEST_F()
655 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF + 4, 0x0}); in TEST_F()
756 Result = GraphBuilder::buildFlowGraph(Analysis, {0x775a68, 0x0}); in TEST_F()
760 Result = GraphBuilder::buildFlowGraph(Analysis, {0x775a68, 0x0}); in TEST_F()
[all …]
H A DGraphBuilder.cpp161 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF + 4, 0x0}); in TEST_F()
188 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF + 2, 0x0}); in TEST_F()
218 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF + 3, 0x0}); in TEST_F()
257 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF + 3, 0x0}); in TEST_F()
293 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF, 0x0}); in TEST_F()
316 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF + 2, 0x0}); in TEST_F()
332 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF + 2, 0x0}); in TEST_F()
356 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF + 4, 0x0}); in TEST_F()
381 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF + 4, 0x0}); in TEST_F()
405 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF + 6, 0x0}); in TEST_F()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/unittests/tools/llvm-cfi-verify/
H A DFileAnalysis.cpp508 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF, 0x0}); in TEST_F()
533 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF + 4, 0x0}); in TEST_F()
549 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF + 2, 0x0}); in TEST_F()
568 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF + 3, 0x0}); in TEST_F()
586 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF + 3, 0x0}); in TEST_F()
610 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF + 6, 0x0}); in TEST_F()
635 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF + 2, 0x0}); in TEST_F()
654 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF + 4, 0x0}); in TEST_F()
755 Result = GraphBuilder::buildFlowGraph(Analysis, {0x775a68, 0x0}); in TEST_F()
759 Result = GraphBuilder::buildFlowGraph(Analysis, {0x775a68, 0x0}); in TEST_F()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/unittests/tools/llvm-cfi-verify/
H A DFileAnalysis.cpp509 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF, 0x0}); in TEST_F()
534 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF + 4, 0x0}); in TEST_F()
550 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF + 2, 0x0}); in TEST_F()
569 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF + 3, 0x0}); in TEST_F()
587 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF + 3, 0x0}); in TEST_F()
611 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF + 6, 0x0}); in TEST_F()
636 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF + 2, 0x0}); in TEST_F()
655 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF + 4, 0x0}); in TEST_F()
756 Result = GraphBuilder::buildFlowGraph(Analysis, {0x775a68, 0x0}); in TEST_F()
760 Result = GraphBuilder::buildFlowGraph(Analysis, {0x775a68, 0x0}); in TEST_F()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/unittests/tools/llvm-cfi-verify/
H A DFileAnalysis.cpp509 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF, 0x0}); in TEST_F()
534 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF + 4, 0x0}); in TEST_F()
550 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF + 2, 0x0}); in TEST_F()
569 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF + 3, 0x0}); in TEST_F()
587 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF + 3, 0x0}); in TEST_F()
611 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF + 6, 0x0}); in TEST_F()
636 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF + 2, 0x0}); in TEST_F()
655 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF + 4, 0x0}); in TEST_F()
756 Result = GraphBuilder::buildFlowGraph(Analysis, {0x775a68, 0x0}); in TEST_F()
760 Result = GraphBuilder::buildFlowGraph(Analysis, {0x775a68, 0x0}); in TEST_F()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/unittests/tools/llvm-cfi-verify/
H A DFileAnalysis.cpp509 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF, 0x0}); in TEST_F()
534 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF + 4, 0x0}); in TEST_F()
550 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF + 2, 0x0}); in TEST_F()
569 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF + 3, 0x0}); in TEST_F()
587 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF + 3, 0x0}); in TEST_F()
611 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF + 6, 0x0}); in TEST_F()
636 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF + 2, 0x0}); in TEST_F()
655 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF + 4, 0x0}); in TEST_F()
756 Result = GraphBuilder::buildFlowGraph(Analysis, {0x775a68, 0x0}); in TEST_F()
760 Result = GraphBuilder::buildFlowGraph(Analysis, {0x775a68, 0x0}); in TEST_F()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/unittests/tools/llvm-cfi-verify/
H A DFileAnalysis.cpp509 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF, 0x0}); in TEST_F()
534 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF + 4, 0x0}); in TEST_F()
550 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF + 2, 0x0}); in TEST_F()
569 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF + 3, 0x0}); in TEST_F()
587 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF + 3, 0x0}); in TEST_F()
611 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF + 6, 0x0}); in TEST_F()
636 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF + 2, 0x0}); in TEST_F()
655 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF + 4, 0x0}); in TEST_F()
756 Result = GraphBuilder::buildFlowGraph(Analysis, {0x775a68, 0x0}); in TEST_F()
760 Result = GraphBuilder::buildFlowGraph(Analysis, {0x775a68, 0x0}); in TEST_F()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/unittests/tools/llvm-cfi-verify/
H A DFileAnalysis.cpp509 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF, 0x0}); in TEST_F()
534 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF + 4, 0x0}); in TEST_F()
550 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF + 2, 0x0}); in TEST_F()
569 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF + 3, 0x0}); in TEST_F()
587 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF + 3, 0x0}); in TEST_F()
611 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF + 6, 0x0}); in TEST_F()
636 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF + 2, 0x0}); in TEST_F()
655 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF + 4, 0x0}); in TEST_F()
756 Result = GraphBuilder::buildFlowGraph(Analysis, {0x775a68, 0x0}); in TEST_F()
760 Result = GraphBuilder::buildFlowGraph(Analysis, {0x775a68, 0x0}); in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/unittests/tools/llvm-cfi-verify/
H A DFileAnalysis.cpp509 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF, 0x0}); in TEST_F()
534 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF + 4, 0x0}); in TEST_F()
550 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF + 2, 0x0}); in TEST_F()
569 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF + 3, 0x0}); in TEST_F()
587 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF + 3, 0x0}); in TEST_F()
611 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF + 6, 0x0}); in TEST_F()
636 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF + 2, 0x0}); in TEST_F()
655 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF + 4, 0x0}); in TEST_F()
756 Result = GraphBuilder::buildFlowGraph(Analysis, {0x775a68, 0x0}); in TEST_F()
760 Result = GraphBuilder::buildFlowGraph(Analysis, {0x775a68, 0x0}); in TEST_F()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/unittests/tools/llvm-cfi-verify/
H A DFileAnalysis.cpp509 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF, 0x0}); in TEST_F()
534 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF + 4, 0x0}); in TEST_F()
550 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF + 2, 0x0}); in TEST_F()
569 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF + 3, 0x0}); in TEST_F()
587 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF + 3, 0x0}); in TEST_F()
611 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF + 6, 0x0}); in TEST_F()
636 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF + 2, 0x0}); in TEST_F()
655 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF + 4, 0x0}); in TEST_F()
756 Result = GraphBuilder::buildFlowGraph(Analysis, {0x775a68, 0x0}); in TEST_F()
760 Result = GraphBuilder::buildFlowGraph(Analysis, {0x775a68, 0x0}); in TEST_F()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/unittests/tools/llvm-cfi-verify/
H A DFileAnalysis.cpp509 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF, 0x0}); in TEST_F()
534 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF + 4, 0x0}); in TEST_F()
550 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF + 2, 0x0}); in TEST_F()
569 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF + 3, 0x0}); in TEST_F()
587 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF + 3, 0x0}); in TEST_F()
611 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF + 6, 0x0}); in TEST_F()
636 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF + 2, 0x0}); in TEST_F()
655 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF + 4, 0x0}); in TEST_F()
756 Result = GraphBuilder::buildFlowGraph(Analysis, {0x775a68, 0x0}); in TEST_F()
760 Result = GraphBuilder::buildFlowGraph(Analysis, {0x775a68, 0x0}); in TEST_F()
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/unittests/tools/llvm-cfi-verify/
H A DFileAnalysis.cpp508 GraphResult Result = GraphBuilder::buildFlowGraph(Analysis, 0xDEADBEEF); in TEST_F()
511 Result = GraphBuilder::buildFlowGraph(Analysis, 0xDEADBEEF + 1); in TEST_F()
514 Result = GraphBuilder::buildFlowGraph(Analysis, 0xDEADBEEF + 3); in TEST_F()
517 Result = GraphBuilder::buildFlowGraph(Analysis, 0x12345678); in TEST_F()
532 GraphResult Result = GraphBuilder::buildFlowGraph(Analysis, 0xDEADBEEF + 4); in TEST_F()
547 GraphResult Result = GraphBuilder::buildFlowGraph(Analysis, 0xDEADBEEF + 2); in TEST_F()
711 GraphResult Result = GraphBuilder::buildFlowGraph(Analysis, 0x68811d); in TEST_F()
742 GraphResult Result = GraphBuilder::buildFlowGraph(Analysis, 0x775a68); in TEST_F()
746 Result = GraphBuilder::buildFlowGraph(Analysis, 0x775a68); in TEST_F()
750 Result = GraphBuilder::buildFlowGraph(Analysis, 0x775a68); in TEST_F()
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/unittests/tools/llvm-cfi-verify/
H A DFileAnalysis.cpp509 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF, 0x0}); in TEST_F()
534 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF + 4, 0x0}); in TEST_F()
550 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF + 2, 0x0}); in TEST_F()
569 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF + 3, 0x0}); in TEST_F()
587 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF + 3, 0x0}); in TEST_F()
611 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF + 6, 0x0}); in TEST_F()
636 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF + 2, 0x0}); in TEST_F()
655 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF + 4, 0x0}); in TEST_F()
756 Result = GraphBuilder::buildFlowGraph(Analysis, {0x775a68, 0x0}); in TEST_F()
760 Result = GraphBuilder::buildFlowGraph(Analysis, {0x775a68, 0x0}); in TEST_F()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/unittests/tools/llvm-cfi-verify/
H A DFileAnalysis.cpp509 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF, 0x0}); in TEST_F()
534 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF + 4, 0x0}); in TEST_F()
550 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF + 2, 0x0}); in TEST_F()
569 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF + 3, 0x0}); in TEST_F()
587 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF + 3, 0x0}); in TEST_F()
611 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF + 6, 0x0}); in TEST_F()
636 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF + 2, 0x0}); in TEST_F()
655 GraphBuilder::buildFlowGraph(Analysis, {0xDEADBEEF + 4, 0x0}); in TEST_F()
756 Result = GraphBuilder::buildFlowGraph(Analysis, {0x775a68, 0x0}); in TEST_F()
760 Result = GraphBuilder::buildFlowGraph(Analysis, {0x775a68, 0x0}); in TEST_F()
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/unittests/tools/llvm-cfi-verify/
H A DFileAnalysis.cpp508 GraphResult Result = GraphBuilder::buildFlowGraph(Analysis, 0xDEADBEEF); in TEST_F()
511 Result = GraphBuilder::buildFlowGraph(Analysis, 0xDEADBEEF + 1); in TEST_F()
514 Result = GraphBuilder::buildFlowGraph(Analysis, 0xDEADBEEF + 3); in TEST_F()
517 Result = GraphBuilder::buildFlowGraph(Analysis, 0x12345678); in TEST_F()
532 GraphResult Result = GraphBuilder::buildFlowGraph(Analysis, 0xDEADBEEF + 4); in TEST_F()
547 GraphResult Result = GraphBuilder::buildFlowGraph(Analysis, 0xDEADBEEF + 2); in TEST_F()
711 GraphResult Result = GraphBuilder::buildFlowGraph(Analysis, 0x68811d); in TEST_F()
742 GraphResult Result = GraphBuilder::buildFlowGraph(Analysis, 0x775a68); in TEST_F()
746 Result = GraphBuilder::buildFlowGraph(Analysis, 0x775a68); in TEST_F()
750 Result = GraphBuilder::buildFlowGraph(Analysis, 0x775a68); in TEST_F()
[all …]
/dports/multimedia/handbrake/zimg-release-3.0.1/src/zimg/api/
H A Dzimg.cpp185 using zimg::graph::GraphBuilder; in translate_color_family()
189 { ZIMG_COLOR_RGB, GraphBuilder::ColorFamily::RGB }, in translate_color_family()
197 using zimg::graph::GraphBuilder; in translate_alpha()
209 using zimg::graph::GraphBuilder; in translate_field_parity()
426 zimg::graph::GraphBuilder::state src_state{}; in import_graph_state()
427 zimg::graph::GraphBuilder::state dst_state{}; in import_graph_state()
459 zimg::graph::GraphBuilder::params params{}; in import_graph_params()
713 zimg::graph::GraphBuilder::state src_state; in zimg_filter_graph_build()
714 zimg::graph::GraphBuilder::state dst_state; in zimg_filter_graph_build()
715 zimg::graph::GraphBuilder::params graph_params; in zimg_filter_graph_build()
[all …]
/dports/graphics/sekrit-twc-zimg/zimg-release-3.0.3/src/zimg/api/
H A Dzimg.cpp185 using zimg::graph::GraphBuilder; in translate_color_family()
189 { ZIMG_COLOR_RGB, GraphBuilder::ColorFamily::RGB }, in translate_color_family()
197 using zimg::graph::GraphBuilder; in translate_alpha()
209 using zimg::graph::GraphBuilder; in translate_field_parity()
426 zimg::graph::GraphBuilder::state src_state{}; in import_graph_state()
427 zimg::graph::GraphBuilder::state dst_state{}; in import_graph_state()
459 zimg::graph::GraphBuilder::params params{}; in import_graph_params()
713 zimg::graph::GraphBuilder::state src_state; in zimg_filter_graph_build()
714 zimg::graph::GraphBuilder::state dst_state; in zimg_filter_graph_build()
715 zimg::graph::GraphBuilder::params graph_params; in zimg_filter_graph_build()
[all …]

1234567891011