Searched refs:decoded_text (Results 1 - 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/spirv-tools/test/ |
H A D | test_fixture.h | 113 spv_text decoded_text; in EncodeAndDecodeSuccessfully() 115 disassemble_options, &decoded_text, &diagnostic); in EncodeAndDecodeSuccessfully() 122 const std::string decoded_string = decoded_text->str; in EncodeAndDecodeSuccessfully() 123 spvTextDestroy(decoded_text); in EncodeAndDecodeSuccessfully() 139 spv_text decoded_text; in EncodeSuccessfullyDecodeFailed() local 142 SPV_BINARY_TO_TEXT_OPTION_NONE, &decoded_text, in EncodeSuccessfullyDecodeFailed()
|
H A D | binary_to_text_test.cpp | 499 spv_text decoded_text = nullptr; in TEST_F() local 502 &decoded_text, &diagnostic), in TEST_F() local 506 EXPECT_THAT(decoded_text->str, HasSubstr("Version: 1.0\n")) in TEST_F() 508 spvTextDestroy(decoded_text); in TEST_F() 530 spv_text decoded_text = nullptr; in TEST_P() local 533 &decoded_text, &diagnostic), in TEST_P() local 536 EXPECT_THAT(std::string(decoded_text->str), HasSubstr(GetParam().expected)); in TEST_P() 537 spvTextDestroy(decoded_text); in TEST_P()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/ |
H A D | test_fixture.h | 113 spv_text decoded_text; in EncodeAndDecodeSuccessfully() 115 disassemble_options, &decoded_text, &diagnostic); in EncodeAndDecodeSuccessfully() 122 const std::string decoded_string = decoded_text->str; in EncodeAndDecodeSuccessfully() 123 spvTextDestroy(decoded_text); in EncodeAndDecodeSuccessfully() 139 spv_text decoded_text; in EncodeSuccessfullyDecodeFailed() local 142 SPV_BINARY_TO_TEXT_OPTION_NONE, &decoded_text, in EncodeSuccessfullyDecodeFailed()
|
H A D | binary_to_text_test.cpp | 499 spv_text decoded_text = nullptr; in TEST_F() local 502 &decoded_text, &diagnostic), in TEST_F() local 506 EXPECT_THAT(decoded_text->str, HasSubstr("Version: 1.0\n")) in TEST_F() 508 spvTextDestroy(decoded_text); in TEST_F() 530 spv_text decoded_text = nullptr; in TEST_P() local 533 &decoded_text, &diagnostic), in TEST_P() local 536 EXPECT_THAT(std::string(decoded_text->str), HasSubstr(GetParam().expected)); in TEST_P() 537 spvTextDestroy(decoded_text); in TEST_P()
|
/third_party/spirv-tools/test/ |
H A D | test_fixture.h | 130 spv_text decoded_text; in EncodeAndDecodeSuccessfully() local 132 disassemble_options, &decoded_text, &diagnostic); in EncodeAndDecodeSuccessfully() 139 const std::string decoded_string = decoded_text->str; in EncodeAndDecodeSuccessfully() 140 spvTextDestroy(decoded_text); in EncodeAndDecodeSuccessfully() 156 spv_text decoded_text; in EncodeSuccessfullyDecodeFailed() local 159 SPV_BINARY_TO_TEXT_OPTION_NONE, &decoded_text, in EncodeSuccessfullyDecodeFailed()
|
H A D | binary_to_text_test.cpp | 510 spv_text decoded_text = nullptr; in TEST_F() local 513 &decoded_text, &diagnostic), in TEST_F() local 517 EXPECT_THAT(decoded_text->str, HasSubstr("Version: 1.0\n")) in TEST_F() 519 spvTextDestroy(decoded_text); in TEST_F() 541 spv_text decoded_text = nullptr; in TEST_P() local 544 &decoded_text, &diagnostic), in TEST_P() local 547 EXPECT_THAT(std::string(decoded_text->str), HasSubstr(GetParam().expected)); in TEST_P() 548 spvTextDestroy(decoded_text); in TEST_P()
|
Completed in 5 milliseconds