Home
last modified time | relevance | path

Searched defs:opcode_gfx7 (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/amd/compiler/
Daco_opcodes.py192 …def __init__(self, name, opcode_gfx7, opcode_gfx9, opcode_gfx10, format, input_mod, output_mod, is… argument
251 def opcode(name, opcode_gfx7 = -1, opcode_gfx9 = -1, opcode_gfx10 = -1, format = Format.PSEUDO, cls… argument
Daco_ir.h2298 const int16_t opcode_gfx7[static_cast<int>(aco_opcode::num_opcodes)]; member