Home
last modified time | relevance | path

Searched refs:opcode_str (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/test/opt/loop_optimizations/
Dpeeling_pass.cpp36 std::string opcode_str; in AssembleAndRunPeelingTest() local
39 opcode_str = "OpSLessThan"; in AssembleAndRunPeelingTest()
42 opcode_str = "OpSGreaterThan"; in AssembleAndRunPeelingTest()
45 opcode_str = "OpSLessThanEqual"; in AssembleAndRunPeelingTest()
48 opcode_str = "OpSGreaterThanEqual"; in AssembleAndRunPeelingTest()
51 opcode_str = "OpIEqual"; in AssembleAndRunPeelingTest()
54 opcode_str = "OpINotEqual"; in AssembleAndRunPeelingTest()
61 res_id + " = " + opcode_str + " %bool " + op1 + " " + op2 + "\n"; in AssembleAndRunPeelingTest()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/loop_optimizations/
Dpeeling_pass.cpp36 std::string opcode_str; in AssembleAndRunPeelingTest() local
39 opcode_str = "OpSLessThan"; in AssembleAndRunPeelingTest()
42 opcode_str = "OpSGreaterThan"; in AssembleAndRunPeelingTest()
45 opcode_str = "OpSLessThanEqual"; in AssembleAndRunPeelingTest()
48 opcode_str = "OpSGreaterThanEqual"; in AssembleAndRunPeelingTest()
51 opcode_str = "OpIEqual"; in AssembleAndRunPeelingTest()
54 opcode_str = "OpINotEqual"; in AssembleAndRunPeelingTest()
61 res_id + " = " + opcode_str + " %bool " + op1 + " " + op2 + "\n"; in AssembleAndRunPeelingTest()
/third_party/spirv-tools/test/opt/loop_optimizations/
Dpeeling_pass.cpp36 std::string opcode_str; in AssembleAndRunPeelingTest() local
39 opcode_str = "OpSLessThan"; in AssembleAndRunPeelingTest()
42 opcode_str = "OpSGreaterThan"; in AssembleAndRunPeelingTest()
45 opcode_str = "OpSLessThanEqual"; in AssembleAndRunPeelingTest()
48 opcode_str = "OpSGreaterThanEqual"; in AssembleAndRunPeelingTest()
51 opcode_str = "OpIEqual"; in AssembleAndRunPeelingTest()
54 opcode_str = "OpINotEqual"; in AssembleAndRunPeelingTest()
61 res_id + " = " + opcode_str + " %bool " + op1 + " " + op2 + "\n"; in AssembleAndRunPeelingTest()
/third_party/mesa3d/src/intel/tools/
Daubinator_viewer.cpp890 static char opcode_str[9] = { 0, }; in display_commands_window() local
891 ImGui::InputText("opcode filter", opcode_str, sizeof(opcode_str), in display_commands_window()
893 size_t opcode_len = strlen(opcode_str); in display_commands_window()
894 uint64_t opcode = strtol(opcode_str, NULL, 16); in display_commands_window()