Home
last modified time | relevance | path

Searched refs:CommonTypes (Results 1 – 21 of 21) sorted by relevance

/third_party/skia/third_party/externals/tint/src/reader/spirv/
Dfunction_cfg_test.cc45 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 …]
Dparser_impl_function_decl_test.cc59 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 …]
Dfunction_misc_test.cc37 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 …]
Dfunction_decl_test.cc46 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()
Dparser_impl_module_var_test.cc64 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 …]
Dparser_impl_handle_test.cc235 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 …]
Dfunction_var_test.cc38 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()
Dfunction_bit_test.cc26 std::string CommonTypes() { in CommonTypes() function
65 )" + CommonTypes(); in SimplePreamble()
639 )" + CommonTypes() + in BitTestPreamble()
Dfunction_composite_test.cc37 std::string CommonTypes() { in CommonTypes() function
79 return Caps() + CommonTypes(); in Preamble()
/third_party/flutter/skia/third_party/externals/spirv-tools/test/opt/
Dunify_const_test.cpp25 std::vector<std::string> CommonTypes() { in CommonTypes() function
333 test_builder.AppendTypesConstantsGlobals(CommonTypes()); in TEST_P()
334 expected_builder.AppendTypesConstantsGlobals(CommonTypes()); in TEST_P()
Deliminate_dead_const_test.cpp145 const std::vector<std::string> CommonTypes = { variable
186 builder.AppendTypesConstantsGlobals(CommonTypes) in TEST_P()
/third_party/spirv-tools/test/opt/
Dunify_const_test.cpp30 std::vector<std::string> CommonTypes() { in CommonTypes() function
340 test_builder.AppendTypesConstantsGlobals(CommonTypes()); in TEST_P()
341 expected_builder.AppendTypesConstantsGlobals(CommonTypes()); in TEST_P()
Deliminate_dead_const_test.cpp149 const std::vector<std::string> CommonTypes = { variable
190 builder.AppendTypesConstantsGlobals(CommonTypes) in TEST_P()
Daggressive_dead_code_elim_test.cpp4206 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/
Dunify_const_test.cpp30 std::vector<std::string> CommonTypes() { in CommonTypes() function
340 test_builder.AppendTypesConstantsGlobals(CommonTypes()); in TEST_P()
341 expected_builder.AppendTypesConstantsGlobals(CommonTypes()); in TEST_P()
Deliminate_dead_const_test.cpp149 const std::vector<std::string> CommonTypes = { variable
190 builder.AppendTypesConstantsGlobals(CommonTypes) in TEST_P()
Daggressive_dead_code_elim_test.cpp3798 const std::vector<std::string> CommonTypes = { variable
3839 builder.AppendTypesConstantsGlobals(CommonTypes) in TEST_P()
/third_party/skia/third_party/externals/spirv-tools/test/opt/
Dunify_const_test.cpp30 std::vector<std::string> CommonTypes() { in CommonTypes() function
340 test_builder.AppendTypesConstantsGlobals(CommonTypes()); in TEST_P()
341 expected_builder.AppendTypesConstantsGlobals(CommonTypes()); in TEST_P()
Deliminate_dead_const_test.cpp149 const std::vector<std::string> CommonTypes = { variable
190 builder.AppendTypesConstantsGlobals(CommonTypes) in TEST_P()
Daggressive_dead_code_elim_test.cpp3798 const std::vector<std::string> CommonTypes = { variable
3839 builder.AppendTypesConstantsGlobals(CommonTypes) in TEST_P()
/third_party/grpc/test/cpp/end2end/
Dthread_stress_test.cc311 CommonTypes; typedef
312 TYPED_TEST_SUITE(End2endTest, CommonTypes);
411 TYPED_TEST_SUITE(AsyncClientEnd2endTest, CommonTypes);