Searched refs:_mesa_opcode_string (Results 1 – 4 of 4) sorted by relevance
642 fprintf(f, "%s", _mesa_opcode_string(inst->Opcode)); in _mesa_fprint_instruction_opt()673 fprintf(f, "%s", _mesa_opcode_string(inst->Opcode)); in _mesa_fprint_instruction_opt()707 _mesa_opcode_string(inst->Opcode), in _mesa_fprint_instruction_opt()745 _mesa_opcode_string(inst->Opcode), in _mesa_fprint_instruction_opt()751 _mesa_opcode_string(inst->Opcode), in _mesa_fprint_instruction_opt()
188 _mesa_opcode_string(enum prog_opcode opcode) in _mesa_opcode_string() function
280 _mesa_opcode_string(enum prog_opcode opcode);
813 fprintf(stderr, "unknown opcode: %s\n", _mesa_opcode_string(op)); in ptn_emit_instruction()