Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/program/
Dprog_print.c730 fprintf(f, "%s", _mesa_opcode_string(inst->Opcode)); in _mesa_fprint_instruction_opt()
761 fprintf(f, "%s", _mesa_opcode_string(inst->Opcode)); in _mesa_fprint_instruction_opt()
767 fprintf(f, "%s", _mesa_opcode_string(inst->Opcode)); in _mesa_fprint_instruction_opt()
822 _mesa_opcode_string(inst->Opcode), in _mesa_fprint_instruction_opt()
885 _mesa_opcode_string(inst->Opcode), in _mesa_fprint_instruction_opt()
891 _mesa_opcode_string(inst->Opcode), in _mesa_fprint_instruction_opt()
Dprog_instruction.h451 _mesa_opcode_string(gl_inst_opcode opcode);
Dprog_instruction.c344 _mesa_opcode_string(gl_inst_opcode opcode) in _mesa_opcode_string() function
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_wm_debug.c137 printf(" = %s", _mesa_opcode_string(inst->opcode)); in brw_wm_print_insn()
Dbrw_wm_emit.c1903 _mesa_opcode_string(inst->opcode) : in brw_wm_emit()
Dbrw_vs_emit.c2106 _mesa_opcode_string(inst->Opcode) : in brw_old_vs_emit()
/external/mesa3d/src/mesa/drivers/dri/i915/
Di915_fragprog.c1105 _mesa_opcode_string(inst->Opcode)); in upload_program()
1121 _mesa_opcode_string(inst->Opcode)); in upload_program()