Home
last modified time | relevance | path

Searched refs:kBefore (Results 1 – 11 of 11) sorted by relevance

/external/deqp-deps/SPIRV-Tools/test/opt/loop_optimizations/
Dpeeling_pass.cpp229 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/
Dpeeling_pass.cpp229 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/
Dpeeling_pass.cpp228 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/
Dloop_peeling.cpp710 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()
Dloop_peeling.h239 kBefore, // Can peel before enumerator
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dloop_peeling.cpp711 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()
Dloop_peeling.h239 kBefore, // Can peel before enumerator
/external/deqp-deps/SPIRV-Tools/source/opt/
Dloop_peeling.cpp709 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()
Dloop_peeling.h239 kBefore, // Can peel before enumerator
/external/pdfium/fxjs/
Dcjs_util.cpp404 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/
Dpeer_connection_crypto_unittest.cc583 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),