Searched defs:opcode_gfx9 (Results 1 – 2 of 2) sorted by relevance
| /external/mesa3d/src/amd/compiler/ |
| D | aco_opcodes.py | 229 …def __init__(self, name, opcode_gfx7, opcode_gfx9, opcode_gfx10, opcode_gfx11, format, input_mod, … argument 298 def opcode(name, opcode_gfx7 = -1, opcode_gfx9 = -1, opcode_gfx10 = -1, opcode_gfx11 = -1, format =… argument
|
| D | aco_ir.h | 2316 const int16_t opcode_gfx9[static_cast<int>(aco_opcode::num_opcodes)]; member
|