Searched refs:opcode_str (Results 1 – 6 of 6) sorted by relevance
/external/deqp-deps/SPIRV-Tools/test/opt/loop_optimizations/ |
D | peeling_pass.cpp | 36 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/ |
D | peeling_pass.cpp | 36 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/ |
D | peeling_pass.cpp | 36 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/ |
D | aubinator_viewer.cpp | 888 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/ |
D | gen_spirv_dialect.py | 425 opcode_str = '\n'.join(opcode_defs) 440 return opcode_str + '\n\n' + enum_attr
|
/external/tcpdump/ |
D | print-smb.c | 1085 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()
|