Home
last modified time | relevance | path

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

/external/deqp-deps/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()
/external/angle/third_party/vulkan-deps/spirv-tools/src/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()
/external/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()
/external/mesa3d/src/intel/tools/
Daubinator_viewer.cpp888 static char opcode_str[9] = { 0, }; in display_commands_window() local
889 ImGui::InputText("opcode filter", opcode_str, sizeof(opcode_str), in display_commands_window()
891 size_t opcode_len = strlen(opcode_str); in display_commands_window()
892 uint64_t opcode = strtol(opcode_str, NULL, 16); in display_commands_window()
/external/llvm-project/mlir/utils/spirv/
Dgen_spirv_dialect.py425 opcode_str = '\n'.join(opcode_defs)
440 return opcode_str + '\n\n' + enum_attr
/external/tcpdump/
Dprint-smb.c1085 static const struct tok opcode_str[] = { variable
1127 ND_PRINT((ndo, "NBT UDP PACKET(137): %s", tok2str(opcode_str, "OPUNKNOWN", opcode))); in nbt_udp137_print()