/third_party/skia/third_party/externals/tint/src/reader/spirv/ |
D | function_cfg_test.cc | 45 std::string CommonTypes() { in CommonTypes() function 128 auto p = parser(test::Assemble(CommonTypes() + R"( in TEST_F() 143 auto p = parser(test::Assemble(CommonTypes() + R"( in TEST_F() 161 auto p = parser(test::Assemble(CommonTypes() + R"( in TEST_F() 186 auto p = parser(test::Assemble(CommonTypes() + R"( in TEST_F() 214 auto p = parser(test::Assemble(CommonTypes() + R"( in TEST_F() 236 auto p = parser(test::Assemble(CommonTypes() + R"( in TEST_F() 264 auto p = parser(test::Assemble(CommonTypes() + R"( in TEST_F() 279 auto p = parser(test::Assemble(CommonTypes() + R"( in TEST_F() 294 auto p = parser(test::Assemble(CommonTypes() + R"( in TEST_F() [all …]
|
D | parser_impl_function_decl_test.cc | 59 std::string CommonTypes() { in CommonTypes() function 87 )" + CommonTypes())); in TEST_F() 98 parser(test::Assemble(Preamble() + Names({"main"}) + CommonTypes() + R"( in TEST_F() 142 )" + Names({"main"}) + CommonTypes() + in TEST_F() 160 )" + Names({"main"}) + CommonTypes() + in TEST_F() 180 )" + Names({"main"}) + CommonTypes() + in TEST_F() 203 )" + Names({"main"}) + CommonTypes() + in TEST_F() 225 )" + CommonTypes() + R"( in TEST_F() 256 )" + CommonTypes() + R"( in TEST_F() 286 )" + CommonTypes() + R"( in TEST_F() [all …]
|
D | function_misc_test.cc | 37 std::string CommonTypes() { in CommonTypes() function 57 const auto assembly = Preamble() + CommonTypes() + R"( in TEST_F() 86 const auto assembly = Preamble() + CommonTypes() + R"( in TEST_F() 116 const auto assembly = Preamble() + CommonTypes() + R"( in TEST_F() 145 const auto assembly = Preamble() + CommonTypes() + R"( in TEST_F() 171 const auto assembly = Preamble() + CommonTypes() + R"( in TEST_F() 194 const auto assembly = Preamble() + CommonTypes() + R"( in TEST_F() 216 const auto assembly = Preamble() + CommonTypes() + R"( in TEST_F() 237 const auto assembly = Preamble() + CommonTypes() + R"( in TEST_F() 265 const auto assembly = Preamble() + CommonTypes() + R"( in TEST_P() [all …]
|
D | function_decl_test.cc | 46 std::string CommonTypes() { in CommonTypes() function 67 auto p = parser(test::Assemble(Preamble() + CommonTypes() + R"( in TEST_F() 85 auto p = parser(test::Assemble(Preamble() + CommonTypes() + R"( in TEST_F() 106 test::Assemble(Preamble() + Names({"a", "b", "c"}) + CommonTypes() + R"( in TEST_F() 130 auto p = parser(test::Assemble(Preamble() + CommonTypes() + R"( in TEST_F()
|
D | parser_impl_module_var_test.cc | 64 std::string CommonTypes() { in CommonTypes() function 116 auto assembly = Preamble() + FragMain() + CommonTypes() + MainBody(); in TEST_F() 900 auto p = parser(test::Assemble(Preamble() + FragMain() + CommonTypes() + R"( in TEST_F() 923 auto p = parser(test::Assemble(Preamble() + FragMain() + CommonTypes() + R"( in TEST_F() 948 auto p = parser(test::Assemble(Preamble() + FragMain() + CommonTypes() + R"( in TEST_F() 976 auto p = parser(test::Assemble(Preamble() + FragMain() + CommonTypes() + R"( in TEST_F() 991 auto p = parser(test::Assemble(Preamble() + FragMain() + CommonTypes() + R"( in TEST_F() 1005 auto p = parser(test::Assemble(Preamble() + FragMain() + CommonTypes() + R"( in TEST_F() 1022 auto p = parser(test::Assemble(Preamble() + FragMain() + CommonTypes() + R"( in TEST_F() 1035 auto p = parser(test::Assemble(Preamble() + FragMain() + CommonTypes() + R"( in TEST_F() [all …]
|
D | parser_impl_handle_test.cc | 235 std::string CommonTypes() { in CommonTypes() function 251 const auto assembly = Preamble() + FragMain() + CommonTypes() + R"( in TEST_F() 270 Preamble() + FragMain() + Bindings({10, 20}) + CommonTypes() + R"( in TEST_F() 292 Preamble() + FragMain() + Bindings({10, 20}) + CommonTypes() + R"( in TEST_F() 331 Preamble() + FragMain() + Bindings({10, 20}) + CommonTypes() + R"( in TEST_F() 373 FragMain() + Bindings({10, 20}) + CommonTypes() + R"( in TEST_F() 413 FragMain() + Bindings({10, 20}) + CommonTypes() + R"( in TEST_F() 452 Preamble() + FragMain() + Bindings({10, 20}) + CommonTypes() + R"( in TEST_F() 481 Preamble() + FragMain() + Bindings({10, 20}) + CommonTypes() + R"( in TEST_F() 513 Preamble() + FragMain() + Bindings({10, 20}) + CommonTypes() + R"( in TEST_F() [all …]
|
D | function_var_test.cc | 38 std::string CommonTypes() { in CommonTypes() function 96 return Caps(ids) + CommonTypes(); in PreambleNames() 303 )" + CommonTypes() + R"( in TEST_F() 354 )" + CommonTypes() + R"( in TEST_F()
|
D | function_bit_test.cc | 26 std::string CommonTypes() { in CommonTypes() function 65 )" + CommonTypes(); in SimplePreamble() 639 )" + CommonTypes() + in BitTestPreamble()
|
D | function_composite_test.cc | 37 std::string CommonTypes() { in CommonTypes() function 79 return Caps() + CommonTypes(); in Preamble()
|
/third_party/flutter/skia/third_party/externals/spirv-tools/test/opt/ |
D | unify_const_test.cpp | 25 std::vector<std::string> CommonTypes() { in CommonTypes() function 333 test_builder.AppendTypesConstantsGlobals(CommonTypes()); in TEST_P() 334 expected_builder.AppendTypesConstantsGlobals(CommonTypes()); in TEST_P()
|
D | eliminate_dead_const_test.cpp | 145 const std::vector<std::string> CommonTypes = { variable 186 builder.AppendTypesConstantsGlobals(CommonTypes) in TEST_P()
|
/third_party/spirv-tools/test/opt/ |
D | unify_const_test.cpp | 30 std::vector<std::string> CommonTypes() { in CommonTypes() function 340 test_builder.AppendTypesConstantsGlobals(CommonTypes()); in TEST_P() 341 expected_builder.AppendTypesConstantsGlobals(CommonTypes()); in TEST_P()
|
D | eliminate_dead_const_test.cpp | 149 const std::vector<std::string> CommonTypes = { variable 190 builder.AppendTypesConstantsGlobals(CommonTypes) in TEST_P()
|
D | aggressive_dead_code_elim_test.cpp | 4206 const std::vector<std::string> CommonTypes = { variable 4247 builder.AppendTypesConstantsGlobals(CommonTypes) in TEST_P()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/ |
D | unify_const_test.cpp | 30 std::vector<std::string> CommonTypes() { in CommonTypes() function 340 test_builder.AppendTypesConstantsGlobals(CommonTypes()); in TEST_P() 341 expected_builder.AppendTypesConstantsGlobals(CommonTypes()); in TEST_P()
|
D | eliminate_dead_const_test.cpp | 149 const std::vector<std::string> CommonTypes = { variable 190 builder.AppendTypesConstantsGlobals(CommonTypes) in TEST_P()
|
D | aggressive_dead_code_elim_test.cpp | 3798 const std::vector<std::string> CommonTypes = { variable 3839 builder.AppendTypesConstantsGlobals(CommonTypes) in TEST_P()
|
/third_party/skia/third_party/externals/spirv-tools/test/opt/ |
D | unify_const_test.cpp | 30 std::vector<std::string> CommonTypes() { in CommonTypes() function 340 test_builder.AppendTypesConstantsGlobals(CommonTypes()); in TEST_P() 341 expected_builder.AppendTypesConstantsGlobals(CommonTypes()); in TEST_P()
|
D | eliminate_dead_const_test.cpp | 149 const std::vector<std::string> CommonTypes = { variable 190 builder.AppendTypesConstantsGlobals(CommonTypes) in TEST_P()
|
D | aggressive_dead_code_elim_test.cpp | 3798 const std::vector<std::string> CommonTypes = { variable 3839 builder.AppendTypesConstantsGlobals(CommonTypes) in TEST_P()
|
/third_party/grpc/test/cpp/end2end/ |
D | thread_stress_test.cc | 311 CommonTypes; typedef 312 TYPED_TEST_SUITE(End2endTest, CommonTypes); 411 TYPED_TEST_SUITE(AsyncClientEnd2endTest, CommonTypes);
|