Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/mesa/program/
H A Dprog_print.c636 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()
H A Dprog_instruction.h228 _mesa_opcode_string(enum prog_opcode opcode);
H A Dprog_instruction.c156 _mesa_opcode_string(enum prog_opcode opcode) in _mesa_opcode_string() function
H A Dprog_to_nir.c655 fprintf(stderr, "unknown opcode: %s\n", _mesa_opcode_string(op)); in ptn_emit_instruction()