Home
last modified time | relevance | path

Searched refs:CommonTypes (Results 1 - 18 of 18) sorted by relevance

/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A 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() in TEST_F()
[all...]
H A 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() in TEST_F()
[all...]
H A 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() in TEST_P()
[all...]
H A 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() in TEST_F()
[all...]
H A 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()
H A 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() in TEST_F()
[all...]
H A 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()
H A Dfunction_bit_test.cc26 std::string CommonTypes() { in CommonTypes() function
65 )" + CommonTypes(); in SimplePreamble()
639 )" + CommonTypes() + in BitTestPreamble()
H A Dfunction_composite_test.cc37 std::string CommonTypes() { in CommonTypes() function
79 return Caps() + CommonTypes(); in Preamble()
/third_party/skia/third_party/externals/spirv-tools/test/opt/
H A 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()
H A Deliminate_dead_const_test.cpp149 const std::vector<std::string> CommonTypes = { member
190 builder.AppendTypesConstantsGlobals(CommonTypes) in TEST_P()
H A Daggressive_dead_code_elim_test.cpp3798 const std::vector<std::string> CommonTypes = {
3839 builder.AppendTypesConstantsGlobals(CommonTypes)
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
H A 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()
H A Deliminate_dead_const_test.cpp149 const std::vector<std::string> CommonTypes = { member
190 builder.AppendTypesConstantsGlobals(CommonTypes) in TEST_P()
H A Daggressive_dead_code_elim_test.cpp3798 const std::vector<std::string> CommonTypes = {
3839 builder.AppendTypesConstantsGlobals(CommonTypes)
/third_party/spirv-tools/test/opt/
H A 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()
H A Deliminate_dead_const_test.cpp146 const std::vector<std::string> CommonTypes = { member
187 builder.AppendTypesConstantsGlobals(CommonTypes) in TEST_P()
H A Daggressive_dead_code_elim_test.cpp3800 const std::vector<std::string> CommonTypes = {
3841 builder.AppendTypesConstantsGlobals(CommonTypes)

Completed in 40 milliseconds