Searched refs:_mesa_opcode_string (Results 1 – 4 of 4) sorted by relevance
636 fprintf(f, "%s", _mesa_opcode_string(inst->Opcode)); in _mesa_fprint_instruction_opt()667 fprintf(f, "%s", _mesa_opcode_string(inst->Opcode)); in _mesa_fprint_instruction_opt()694 _mesa_opcode_string(inst->Opcode), in _mesa_fprint_instruction_opt()700 _mesa_opcode_string(inst->Opcode), in _mesa_fprint_instruction_opt()
228 _mesa_opcode_string(enum prog_opcode opcode);
156 _mesa_opcode_string(enum prog_opcode opcode) in _mesa_opcode_string() function
655 fprintf(stderr, "unknown opcode: %s\n", _mesa_opcode_string(op)); in ptn_emit_instruction()