/external/deqp-deps/SPIRV-Tools/test/opt/loop_optimizations/ |
D | peeling_pass.cpp | 229 EXPECT_EQ(peel_info.first, LoopPeelingPass::PeelDirection::kBefore); in TEST_F() 237 EXPECT_EQ(peel_info.first, LoopPeelingPass::PeelDirection::kBefore); in TEST_F() 245 EXPECT_EQ(peel_info.first, LoopPeelingPass::PeelDirection::kBefore); in TEST_F() 253 EXPECT_EQ(peel_info.first, LoopPeelingPass::PeelDirection::kBefore); in TEST_F() 298 EXPECT_EQ(peel_info.first, LoopPeelingPass::PeelDirection::kBefore); in TEST_F() 306 EXPECT_EQ(peel_info.first, LoopPeelingPass::PeelDirection::kBefore); in TEST_F() 314 EXPECT_EQ(peel_info.first, LoopPeelingPass::PeelDirection::kBefore); in TEST_F() 322 EXPECT_EQ(peel_info.first, LoopPeelingPass::PeelDirection::kBefore); in TEST_F() 367 EXPECT_EQ(peel_info.first, LoopPeelingPass::PeelDirection::kBefore); in TEST_F() 375 EXPECT_EQ(peel_info.first, LoopPeelingPass::PeelDirection::kBefore); in TEST_F() [all …]
|
/external/swiftshader/third_party/SPIRV-Tools/test/opt/loop_optimizations/ |
D | peeling_pass.cpp | 229 EXPECT_EQ(peel_info.first, LoopPeelingPass::PeelDirection::kBefore); in TEST_F() 237 EXPECT_EQ(peel_info.first, LoopPeelingPass::PeelDirection::kBefore); in TEST_F() 245 EXPECT_EQ(peel_info.first, LoopPeelingPass::PeelDirection::kBefore); in TEST_F() 253 EXPECT_EQ(peel_info.first, LoopPeelingPass::PeelDirection::kBefore); in TEST_F() 298 EXPECT_EQ(peel_info.first, LoopPeelingPass::PeelDirection::kBefore); in TEST_F() 306 EXPECT_EQ(peel_info.first, LoopPeelingPass::PeelDirection::kBefore); in TEST_F() 314 EXPECT_EQ(peel_info.first, LoopPeelingPass::PeelDirection::kBefore); in TEST_F() 322 EXPECT_EQ(peel_info.first, LoopPeelingPass::PeelDirection::kBefore); in TEST_F() 367 EXPECT_EQ(peel_info.first, LoopPeelingPass::PeelDirection::kBefore); in TEST_F() 375 EXPECT_EQ(peel_info.first, LoopPeelingPass::PeelDirection::kBefore); in TEST_F() [all …]
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/opt/loop_optimizations/ |
D | peeling_pass.cpp | 228 EXPECT_EQ(peel_info.first, LoopPeelingPass::PeelDirection::kBefore); in TEST_F() 236 EXPECT_EQ(peel_info.first, LoopPeelingPass::PeelDirection::kBefore); in TEST_F() 244 EXPECT_EQ(peel_info.first, LoopPeelingPass::PeelDirection::kBefore); in TEST_F() 252 EXPECT_EQ(peel_info.first, LoopPeelingPass::PeelDirection::kBefore); in TEST_F() 297 EXPECT_EQ(peel_info.first, LoopPeelingPass::PeelDirection::kBefore); in TEST_F() 305 EXPECT_EQ(peel_info.first, LoopPeelingPass::PeelDirection::kBefore); in TEST_F() 313 EXPECT_EQ(peel_info.first, LoopPeelingPass::PeelDirection::kBefore); in TEST_F() 321 EXPECT_EQ(peel_info.first, LoopPeelingPass::PeelDirection::kBefore); in TEST_F() 366 EXPECT_EQ(peel_info.first, LoopPeelingPass::PeelDirection::kBefore); in TEST_F() 374 EXPECT_EQ(peel_info.first, LoopPeelingPass::PeelDirection::kBefore); in TEST_F() [all …]
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/ |
D | loop_peeling.cpp | 710 if (direction == PeelDirection::kBefore) { in ProcessLoop() 723 direction = PeelDirection::kBefore; in ProcessLoop() 746 if (direction == PeelDirection::kBefore) { in ProcessLoop() 749 stats_->peeled_loops_.emplace_back(loop, PeelDirection::kBefore, factor); in ProcessLoop() 999 return Direction{LoopPeelingPass::PeelDirection::kBefore, 1}; in HandleEquality() 1074 return Direction{LoopPeelingPass::PeelDirection::kBefore, cast_iteration}; in HandleInequality()
|
D | loop_peeling.h | 239 kBefore, // Can peel before enumerator
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | loop_peeling.cpp | 711 if (direction == PeelDirection::kBefore) { in ProcessLoop() 724 direction = PeelDirection::kBefore; in ProcessLoop() 747 if (direction == PeelDirection::kBefore) { in ProcessLoop() 750 stats_->peeled_loops_.emplace_back(loop, PeelDirection::kBefore, factor); in ProcessLoop() 1000 return Direction{LoopPeelingPass::PeelDirection::kBefore, 1}; in HandleEquality() 1075 return Direction{LoopPeelingPass::PeelDirection::kBefore, cast_iteration}; in HandleInequality()
|
D | loop_peeling.h | 239 kBefore, // Can peel before enumerator
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | loop_peeling.cpp | 709 if (direction == PeelDirection::kBefore) { in ProcessLoop() 722 direction = PeelDirection::kBefore; in ProcessLoop() 745 if (direction == PeelDirection::kBefore) { in ProcessLoop() 748 stats_->peeled_loops_.emplace_back(loop, PeelDirection::kBefore, factor); in ProcessLoop() 998 return Direction{LoopPeelingPass::PeelDirection::kBefore, 1}; in HandleEquality() 1073 return Direction{LoopPeelingPass::PeelDirection::kBefore, cast_iteration}; in HandleInequality()
|
D | loop_peeling.h | 239 kBefore, // Can peel before enumerator
|
/external/pdfium/fxjs/ |
D | cjs_util.cpp | 404 enum State { kBefore, kFlags, kWidth, kPrecision, kSpecifier, kAfter }; in ParseDataType() enumerator 407 State state = kBefore; in ParseDataType() 413 case kBefore: in ParseDataType()
|
/external/webrtc/pc/ |
D | peer_connection_crypto_unittest.cc | 583 enum class CertGenTime { kBefore, kDuring }; enumerator 586 case CertGenTime::kBefore: in operator <<() 649 if (cert_gen_time_ == CertGenTime::kBefore) { in TEST_P() 687 Values(CertGenTime::kBefore, CertGenTime::kDuring),
|