Home
last modified time | relevance | path

Searched refs:RunAndCheck (Results 1 – 10 of 10) sorted by relevance

/external/deqp-deps/SPIRV-Tools/test/opt/
Dpass_manager_test.cpp123 RunAndCheck(text, text + "OpNop\nOpNop\n"); in TEST_F()
128 RunAndCheck(text, text + "OpNop\nOpNop\n"); in TEST_F()
133 RunAndCheck(text, text + "OpSource ESSL 310\nOpNop\n"); in TEST_F()
137 RunAndCheck(text, text + "OpNop\nOpNop\nOpNop\n"); in TEST_F()
Dinline_test.cpp2801 RunAndCheck(predefs + before + foo, predefs + after + fooMergeReturn); in TEST_F()
2901 RunAndCheck(predefs + foo + before, predefs + fooMergeReturn + after); in TEST_F()
3064 RunAndCheck(predefs + main_before + callee, in TEST_F()
3192 RunAndCheck(predefs + callee + before, predefs + calleeMergeReturn + after); in TEST_F()
Dpass_fixture.h236 void RunAndCheck(const std::string& original, const std::string& expected) { in RunAndCheck() function
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/opt/
Dpass_manager_test.cpp123 RunAndCheck(text, text + "OpNop\nOpNop\n"); in TEST_F()
128 RunAndCheck(text, text + "OpNop\nOpNop\n"); in TEST_F()
133 RunAndCheck(text, text + "OpSource ESSL 310\nOpNop\n"); in TEST_F()
137 RunAndCheck(text, text + "OpNop\nOpNop\nOpNop\n"); in TEST_F()
Dinline_test.cpp2801 RunAndCheck(predefs + before + foo, predefs + after + fooMergeReturn); in TEST_F()
2901 RunAndCheck(predefs + foo + before, predefs + fooMergeReturn + after); in TEST_F()
3064 RunAndCheck(predefs + main_before + callee, in TEST_F()
3192 RunAndCheck(predefs + callee + before, predefs + calleeMergeReturn + after); in TEST_F()
Dpass_fixture.h236 void RunAndCheck(const std::string& original, const std::string& expected) { in RunAndCheck() function
/external/swiftshader/third_party/SPIRV-Tools/test/opt/
Dpass_manager_test.cpp123 RunAndCheck(text, text + "OpNop\nOpNop\n"); in TEST_F()
128 RunAndCheck(text, text + "OpNop\nOpNop\n"); in TEST_F()
133 RunAndCheck(text, text + "OpSource ESSL 310\nOpNop\n"); in TEST_F()
137 RunAndCheck(text, text + "OpNop\nOpNop\nOpNop\n"); in TEST_F()
Dinline_test.cpp2801 RunAndCheck(predefs + before + foo, predefs + after + fooMergeReturn); in TEST_F()
2901 RunAndCheck(predefs + foo + before, predefs + fooMergeReturn + after); in TEST_F()
3064 RunAndCheck(predefs + main_before + callee, in TEST_F()
3192 RunAndCheck(predefs + callee + before, predefs + calleeMergeReturn + after); in TEST_F()
Dpass_fixture.h236 void RunAndCheck(const std::string& original, const std::string& expected) { in RunAndCheck() function
/external/tensorflow/tensorflow/compiler/xla/tests/
Dbuffer_donation_test.cc60 void RunAndCheck(std::unique_ptr<HloModule> hlo_module, in RunAndCheck() function in xla::__anon352f73640111::BufferDonationTest
262 RunAndCheck(std::move(module), args, /*donate_arguments=*/{true}, in TEST_F()
279 RunAndCheck(std::move(module), args, /*donate_arguments=*/{false}, in TEST_F()
309 RunAndCheck(std::move(*module), args, /*donate_arguments=*/{false, false}, in TEST_F()
339 RunAndCheck(std::move(*module), args, in TEST_F()