Home
last modified time | relevance | path

Searched refs:nameOps (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/test/val/
H A Dval_cfg_test.cpp43 std::string nameOps() { return ""; } in nameOps() function
46 std::string nameOps(std::pair<std::string, std::string> head, Args... names) { in nameOps() function
48 nameOps(names...); in nameOps()
52 std::string nameOps(std::string head, Args... names) { in nameOps() function
53 return "OpName %" + head + " \"" + head + "\"\n" + nameOps(names...); in nameOps()
283 nameOps("loop", "entry", "cont", "merge", in TEST_P()
306 nameOps(std::make_pair("func", "Main")) + types_consts() + in TEST_P()
326 nameOps(std::make_pair("func", "Main")) + types_consts() + in TEST_P()
351 nameOps("loop", "merge", std::make_pair("func", "Main")) + in TEST_P()
376 nameOps("con in TEST_P()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/
H A Dval_cfg_test.cpp43 std::string nameOps() { return ""; } in nameOps() function
46 std::string nameOps(std::pair<std::string, std::string> head, Args... names) { in nameOps() function
48 nameOps(names...); in nameOps()
52 std::string nameOps(std::string head, Args... names) { in nameOps() function
53 return "OpName %" + head + " \"" + head + "\"\n" + nameOps(names...); in nameOps()
283 nameOps("loop", "entry", "cont", "merge", in TEST_P()
306 nameOps(std::make_pair("func", "Main")) + types_consts() + in TEST_P()
326 nameOps(std::make_pair("func", "Main")) + types_consts() + in TEST_P()
351 nameOps("loop", "merge", std::make_pair("func", "Main")) + in TEST_P()
376 nameOps("con in TEST_P()
[all...]
/third_party/spirv-tools/test/val/
H A Dval_cfg_test.cpp41 std::string nameOps() { return ""; } in nameOps() function
44 std::string nameOps(std::pair<std::string, std::string> head, Args... names) { in nameOps() function
46 nameOps(names...); in nameOps()
50 std::string nameOps(std::string head, Args... names) { in nameOps() function
51 return "OpName %" + head + " \"" + head + "\"\n" + nameOps(names...); in nameOps()
281 nameOps("loop", "entry", "cont", "merge", in TEST_P()
304 nameOps(std::make_pair("func", "Main")) + types_consts() + in TEST_P()
324 nameOps(std::make_pair("func", "Main")) + types_consts() + in TEST_P()
349 nameOps("loop", "merge", std::make_pair("func", "Main")) + in TEST_P()
374 nameOps("con in TEST_P()
[all...]

Completed in 6 milliseconds