Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/program/
Dprog_print.c642 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()
Dprog_instruction.c188 _mesa_opcode_string(enum prog_opcode opcode) in _mesa_opcode_string() function
Dprog_instruction.h280 _mesa_opcode_string(enum prog_opcode opcode);
Dprog_to_nir.c813 fprintf(stderr, "unknown opcode: %s\n", _mesa_opcode_string(op)); in ptn_emit_instruction()