Searched refs:test_cannot_peel (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/SPIRV-Tools/test/opt/loop_optimizations/ |
D | peeling.cpp | 117 auto test_cannot_peel = [](const std::string& text, uint32_t loop_count_id) { in TEST_F() local 186 test_cannot_peel(text, 0); in TEST_F() 228 test_cannot_peel(text, 0); in TEST_F() 281 test_cannot_peel(text, 22); in TEST_F() 326 test_cannot_peel(text, 15); in TEST_F() 371 test_cannot_peel(text, 15); in TEST_F() 430 test_cannot_peel(text, 0); in TEST_F()
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/opt/loop_optimizations/ |
D | peeling.cpp | 116 auto test_cannot_peel = [](const std::string& text, uint32_t loop_count_id) { in TEST_F() local 185 test_cannot_peel(text, 0); in TEST_F() 227 test_cannot_peel(text, 0); in TEST_F() 280 test_cannot_peel(text, 22); in TEST_F() 325 test_cannot_peel(text, 15); in TEST_F() 370 test_cannot_peel(text, 15); in TEST_F() 429 test_cannot_peel(text, 0); in TEST_F()
|
/external/deqp-deps/SPIRV-Tools/test/opt/loop_optimizations/ |
D | peeling.cpp | 117 auto test_cannot_peel = [](const std::string& text, uint32_t loop_count_id) { in TEST_F() local 186 test_cannot_peel(text, 0); in TEST_F() 228 test_cannot_peel(text, 0); in TEST_F() 281 test_cannot_peel(text, 22); in TEST_F() 326 test_cannot_peel(text, 15); in TEST_F() 371 test_cannot_peel(text, 15); in TEST_F() 430 test_cannot_peel(text, 0); in TEST_F()
|