Searched refs:componenets (Results 1 - 3 of 3) sorted by relevance
/third_party/spirv-tools/test/opt/ |
H A D | fold_test.cpp | 963 const std::vector<const analysis::Constant*>& componenets = in TEST_P() local 965 EXPECT_EQ(componenets.size(), tc.expected_result.size()); in TEST_P() 966 for (size_t i = 0; i < componenets.size(); i++) { in TEST_P() 967 EXPECT_EQ(tc.expected_result[i], componenets[i]->GetU32()); in TEST_P() 1072 const std::vector<const analysis::Constant*>& componenets = in TEST_P() local 1074 EXPECT_EQ(componenets.size(), tc.expected_result.size()); in TEST_P() 1075 for (size_t i = 0; i < componenets.size(); i++) { in TEST_P() 1076 EXPECT_EQ(tc.expected_result[i], componenets[i]->GetS32()); in TEST_P() 1148 const std::vector<const analysis::Constant*>& componenets = in TEST_P() local 1150 EXPECT_EQ(componenets in TEST_P() 1273 const std::vector<const analysis::Constant*>& componenets = TEST_P() local [all...] |
/third_party/skia/third_party/externals/spirv-tools/test/opt/ |
H A D | fold_test.cpp | 798 const std::vector<const analysis::Constant*>& componenets = in TEST_P() local 800 EXPECT_EQ(componenets.size(), tc.expected_result.size()); in TEST_P() 801 for (size_t i = 0; i < componenets.size(); i++) { in TEST_P() 802 EXPECT_EQ(tc.expected_result[i], componenets[i]->GetU32()); in TEST_P() 889 const std::vector<const analysis::Constant*>& componenets = in TEST_P() local 891 EXPECT_EQ(componenets.size(), tc.expected_result.size()); in TEST_P() 892 for (size_t i = 0; i < componenets.size(); i++) { in TEST_P() 893 EXPECT_EQ(tc.expected_result[i], componenets[i]->GetDouble()); in TEST_P() 942 const std::vector<const analysis::Constant*>& componenets = in TEST_P() local 944 EXPECT_EQ(componenets in TEST_P() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/ |
H A D | fold_test.cpp | 800 const std::vector<const analysis::Constant*>& componenets = in TEST_P() local 802 EXPECT_EQ(componenets.size(), tc.expected_result.size()); in TEST_P() 803 for (size_t i = 0; i < componenets.size(); i++) { in TEST_P() 804 EXPECT_EQ(tc.expected_result[i], componenets[i]->GetU32()); in TEST_P() 891 const std::vector<const analysis::Constant*>& componenets = in TEST_P() local 893 EXPECT_EQ(componenets.size(), tc.expected_result.size()); in TEST_P() 894 for (size_t i = 0; i < componenets.size(); i++) { in TEST_P() 895 EXPECT_EQ(tc.expected_result[i], componenets[i]->GetDouble()); in TEST_P() 944 const std::vector<const analysis::Constant*>& componenets = in TEST_P() local 946 EXPECT_EQ(componenets in TEST_P() [all...] |
Completed in 11 milliseconds