Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/program/
Dprog_instruction.c94 static const struct instruction_info InstInfo[MAX_OPCODE] = {
164 assert(opcode < MAX_OPCODE); in _mesa_num_inst_src_regs()
177 assert(opcode < MAX_OPCODE); in _mesa_num_inst_dst_regs()
251 if (opcode < MAX_OPCODE) in _mesa_opcode_string()
Dprog_instruction.h174 MAX_OPCODE enumerator
Dprog_print.c756 if (inst->Opcode < MAX_OPCODE) { in _mesa_fprint_instruction_opt()
Dprog_to_nir.c625 static const nir_op op_trans[MAX_OPCODE] = {