/external/deqp-deps/SPIRV-Tools/test/reduce/ |
D | reduce_test_util.cpp | 48 const std::vector<uint32_t>& expected_binary, in CheckEqual() argument 50 if (expected_binary != actual_binary) { in CheckEqual() 54 ASSERT_TRUE(t.Disassemble(expected_binary, &expected_disassembled, in CheckEqual() 64 std::vector<uint32_t> expected_binary; in CheckEqual() local 67 t.Assemble(expected_text, &expected_binary, kReduceAssembleOption)); in CheckEqual() 68 CheckEqual(env, expected_binary, actual_binary); in CheckEqual()
|
D | reduce_test_util.h | 28 const std::vector<uint32_t>& expected_binary,
|
/external/swiftshader/third_party/SPIRV-Tools/test/reduce/ |
D | reduce_test_util.cpp | 48 const std::vector<uint32_t>& expected_binary, in CheckEqual() argument 50 if (expected_binary != actual_binary) { in CheckEqual() 54 ASSERT_TRUE(t.Disassemble(expected_binary, &expected_disassembled, in CheckEqual() 64 std::vector<uint32_t> expected_binary; in CheckEqual() local 67 t.Assemble(expected_text, &expected_binary, kReduceAssembleOption)); in CheckEqual() 68 CheckEqual(env, expected_binary, actual_binary); in CheckEqual()
|
D | reduce_test_util.h | 28 const std::vector<uint32_t>& expected_binary,
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/reduce/ |
D | reduce_test_util.cpp | 48 const std::vector<uint32_t>& expected_binary, in CheckEqual() argument 50 if (expected_binary != actual_binary) { in CheckEqual() 54 ASSERT_TRUE(t.Disassemble(expected_binary, &expected_disassembled, in CheckEqual() 64 std::vector<uint32_t> expected_binary; in CheckEqual() local 67 t.Assemble(expected_text, &expected_binary, kReduceAssembleOption)); in CheckEqual() 68 CheckEqual(env, expected_binary, actual_binary); in CheckEqual()
|
D | reduce_test_util.h | 28 const std::vector<uint32_t>& expected_binary,
|
/external/deqp-deps/SPIRV-Tools/test/opt/ |
D | decoration_manager_test.cpp | 337 const std::string expected_binary = R"(OpCapability Shader in TEST_F() local 347 EXPECT_THAT(ModuleToText(), expected_binary); in TEST_F() 378 const std::string expected_binary = R"(OpCapability Shader in TEST_F() local 390 EXPECT_THAT(ModuleToText(), expected_binary); in TEST_F() 422 const std::string expected_binary = R"(OpCapability Shader in TEST_F() local 431 EXPECT_THAT(ModuleToText(), expected_binary); in TEST_F() 460 const std::string expected_binary = R"(OpCapability Shader in TEST_F() local 468 EXPECT_THAT(ModuleToText(), expected_binary); in TEST_F() 506 const std::string expected_binary = R"(OpCapability Shader in TEST_F() local 518 EXPECT_THAT(ModuleToText(), expected_binary); in TEST_F() [all …]
|
/external/swiftshader/third_party/SPIRV-Tools/test/fuzz/ |
D | fuzz_test_util.cpp | 52 const std::vector<uint32_t>& expected_binary, in IsEqual() argument 54 if (expected_binary == actual_binary) { in IsEqual() 60 if (!t.Disassemble(expected_binary, &expected_disassembled, in IsEqual() 77 std::vector<uint32_t> expected_binary; in IsEqual() local 79 if (!t.Assemble(expected_text, &expected_binary, kFuzzAssembleOption)) { in IsEqual() 82 return IsEqual(env, expected_binary, actual_binary); in IsEqual()
|
D | fuzz_test_util.h | 33 bool IsEqual(spv_target_env env, const std::vector<uint32_t>& expected_binary,
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/fuzz/ |
D | fuzz_test_util.cpp | 52 const std::vector<uint32_t>& expected_binary, in IsEqual() argument 54 if (expected_binary == actual_binary) { in IsEqual() 60 if (!t.Disassemble(expected_binary, &expected_disassembled, in IsEqual() 77 std::vector<uint32_t> expected_binary; in IsEqual() local 79 if (!t.Assemble(expected_text, &expected_binary, kFuzzAssembleOption)) { in IsEqual() 82 return IsEqual(env, expected_binary, actual_binary); in IsEqual()
|
D | fuzz_test_util.h | 33 bool IsEqual(spv_target_env env, const std::vector<uint32_t>& expected_binary,
|
/external/deqp-deps/SPIRV-Tools/test/fuzz/ |
D | fuzz_test_util.cpp | 52 const std::vector<uint32_t>& expected_binary, in IsEqual() argument 54 if (expected_binary == actual_binary) { in IsEqual() 60 if (!t.Disassemble(expected_binary, &expected_disassembled, in IsEqual() 77 std::vector<uint32_t> expected_binary; in IsEqual() local 79 if (!t.Assemble(expected_text, &expected_binary, kFuzzAssembleOption)) { in IsEqual() 82 return IsEqual(env, expected_binary, actual_binary); in IsEqual()
|
D | fuzz_test_util.h | 33 bool IsEqual(spv_target_env env, const std::vector<uint32_t>& expected_binary,
|
/external/swiftshader/third_party/SPIRV-Tools/test/opt/ |
D | decoration_manager_test.cpp | 351 const std::string expected_binary = R"(OpCapability Shader in TEST_F() local 361 EXPECT_THAT(ModuleToText(), expected_binary); in TEST_F() 392 const std::string expected_binary = R"(OpCapability Shader in TEST_F() local 404 EXPECT_THAT(ModuleToText(), expected_binary); in TEST_F() 436 const std::string expected_binary = R"(OpCapability Shader in TEST_F() local 445 EXPECT_THAT(ModuleToText(), expected_binary); in TEST_F() 474 const std::string expected_binary = R"(OpCapability Shader in TEST_F() local 482 EXPECT_THAT(ModuleToText(), expected_binary); in TEST_F() 520 const std::string expected_binary = R"(OpCapability Shader in TEST_F() local 532 EXPECT_THAT(ModuleToText(), expected_binary); in TEST_F() [all …]
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/opt/ |
D | decoration_manager_test.cpp | 350 const std::string expected_binary = R"(OpCapability Shader in TEST_F() local 360 EXPECT_THAT(ModuleToText(), expected_binary); in TEST_F() 391 const std::string expected_binary = R"(OpCapability Shader in TEST_F() local 403 EXPECT_THAT(ModuleToText(), expected_binary); in TEST_F() 435 const std::string expected_binary = R"(OpCapability Shader in TEST_F() local 444 EXPECT_THAT(ModuleToText(), expected_binary); in TEST_F() 473 const std::string expected_binary = R"(OpCapability Shader in TEST_F() local 481 EXPECT_THAT(ModuleToText(), expected_binary); in TEST_F() 519 const std::string expected_binary = R"(OpCapability Shader in TEST_F() local 531 EXPECT_THAT(ModuleToText(), expected_binary); in TEST_F() [all …]
|