/external/deqp-deps/SPIRV-Tools/test/opt/loop_optimizations/ |
D | peeling_pass.cpp | 33 const std::string& text_head, const std::string& text_tail, SpvOp opcode, in AssembleAndRunPeelingTest() argument 65 text_head + test_cond + text_tail, true, true, &stats); in AssembleAndRunPeelingTest() 72 const std::string& text_head, const std::string& text_tail, SpvOp opcode, in RunPeelingTest() argument 76 text_head, text_tail, opcode, res_id, op1, op2); in RunPeelingTest() 88 void BuildAndCheckTrace(const std::string& text_head, in BuildAndCheckTrace() argument 94 auto stats = RunPeelingTest(text_head, text_tail, opcode, res_id, op1, op2, in BuildAndCheckTrace() 134 const std::string text_head = R"( in TEST_F() local 206 auto run_test = [&text_head, &text_tail, this](SpvOp opcode, in TEST_F() 210 RunPeelingTest(text_head, text_tail, opcode, "%22", op1, op2, 2); in TEST_F() 576 auto stats = RunPeelingTest(text_head, text_tail, SpvOpSLessThanEqual, in TEST_F() [all …]
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/opt/loop_optimizations/ |
D | peeling_pass.cpp | 33 const std::string& text_head, const std::string& text_tail, SpvOp opcode, in AssembleAndRunPeelingTest() argument 65 text_head + test_cond + text_tail, true, true, &stats); in AssembleAndRunPeelingTest() 72 const std::string& text_head, const std::string& text_tail, SpvOp opcode, in RunPeelingTest() argument 76 text_head, text_tail, opcode, res_id, op1, op2); in RunPeelingTest() 88 void BuildAndCheckTrace(const std::string& text_head, in BuildAndCheckTrace() argument 94 auto stats = RunPeelingTest(text_head, text_tail, opcode, res_id, op1, op2, in BuildAndCheckTrace() 134 const std::string text_head = R"( in TEST_F() local 206 auto run_test = [&text_head, &text_tail, this](SpvOp opcode, in TEST_F() 210 RunPeelingTest(text_head, text_tail, opcode, "%22", op1, op2, 2); in TEST_F() 576 auto stats = RunPeelingTest(text_head, text_tail, SpvOpSLessThanEqual, in TEST_F() [all …]
|
/external/swiftshader/third_party/SPIRV-Tools/test/opt/loop_optimizations/ |
D | peeling_pass.cpp | 33 const std::string& text_head, const std::string& text_tail, SpvOp opcode, in AssembleAndRunPeelingTest() argument 65 text_head + test_cond + text_tail, true, true, &stats); in AssembleAndRunPeelingTest() 72 const std::string& text_head, const std::string& text_tail, SpvOp opcode, in RunPeelingTest() argument 76 text_head, text_tail, opcode, res_id, op1, op2); in RunPeelingTest() 88 void BuildAndCheckTrace(const std::string& text_head, in BuildAndCheckTrace() argument 94 auto stats = RunPeelingTest(text_head, text_tail, opcode, res_id, op1, op2, in BuildAndCheckTrace() 134 const std::string text_head = R"( in TEST_F() local 206 auto run_test = [&text_head, &text_tail, this](SpvOp opcode, in TEST_F() 210 RunPeelingTest(text_head, text_tail, opcode, "%22", op1, op2, 2); in TEST_F() 576 auto stats = RunPeelingTest(text_head, text_tail, SpvOpSLessThanEqual, in TEST_F() [all …]
|