Searched refs:ten_cst (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/SPIRV-Tools/test/opt/loop_optimizations/ |
D | peeling.cpp | 497 Instruction* ten_cst = builder.GetSintConstant(10); in TEST_F() local 499 LoopPeeling peel(&*ld.begin(), ten_cst); in TEST_F() 551 Instruction* ten_cst = builder.GetSintConstant(10); in TEST_F() local 553 LoopPeeling peel(&*ld.begin(), ten_cst); in TEST_F() 607 Instruction* ten_cst = builder.GetSintConstant(10); in TEST_F() local 609 LoopPeeling peel(&*ld.begin(), ten_cst, in TEST_F() 660 Instruction* ten_cst = builder.GetSintConstant(10); in TEST_F() local 662 LoopPeeling peel(&*ld.begin(), ten_cst, in TEST_F() 921 Instruction* ten_cst = builder.GetUintConstant(10); in TEST_F() local 923 LoopPeeling peel(&*ld.begin(), ten_cst); in TEST_F() [all …]
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/opt/loop_optimizations/ |
D | peeling.cpp | 496 Instruction* ten_cst = builder.GetSintConstant(10); in TEST_F() local 498 LoopPeeling peel(&*ld.begin(), ten_cst); in TEST_F() 550 Instruction* ten_cst = builder.GetSintConstant(10); in TEST_F() local 552 LoopPeeling peel(&*ld.begin(), ten_cst); in TEST_F() 606 Instruction* ten_cst = builder.GetSintConstant(10); in TEST_F() local 608 LoopPeeling peel(&*ld.begin(), ten_cst, in TEST_F() 659 Instruction* ten_cst = builder.GetSintConstant(10); in TEST_F() local 661 LoopPeeling peel(&*ld.begin(), ten_cst, in TEST_F() 920 Instruction* ten_cst = builder.GetUintConstant(10); in TEST_F() local 922 LoopPeeling peel(&*ld.begin(), ten_cst); in TEST_F() [all …]
|
/external/deqp-deps/SPIRV-Tools/test/opt/loop_optimizations/ |
D | peeling.cpp | 497 Instruction* ten_cst = builder.GetSintConstant(10); in TEST_F() local 499 LoopPeeling peel(&*ld.begin(), ten_cst); in TEST_F() 551 Instruction* ten_cst = builder.GetSintConstant(10); in TEST_F() local 553 LoopPeeling peel(&*ld.begin(), ten_cst); in TEST_F() 607 Instruction* ten_cst = builder.GetSintConstant(10); in TEST_F() local 609 LoopPeeling peel(&*ld.begin(), ten_cst, in TEST_F() 660 Instruction* ten_cst = builder.GetSintConstant(10); in TEST_F() local 662 LoopPeeling peel(&*ld.begin(), ten_cst, in TEST_F() 921 Instruction* ten_cst = builder.GetUintConstant(10); in TEST_F() local 923 LoopPeeling peel(&*ld.begin(), ten_cst); in TEST_F() [all …]
|