Searched refs:_mesa_num_inst_dst_regs (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/program/
H A Dprog_instruction.c173 _mesa_num_inst_dst_regs(enum prog_opcode opcode) function in typeref:typename:GLuint
H A Dprog_instruction.h277 _mesa_num_inst_dst_regs(enum prog_opcode opcode);
H A Dprog_optimize.c302 const GLuint numDst = _mesa_num_inst_dst_regs(inst->Opcode);
395 if (_mesa_num_inst_dst_regs(inst->Opcode) == 1 &&
594 _mesa_num_inst_dst_regs(inst->Opcode) == 0 ||
/xsrc/external/mit/MesaLib/dist/src/mesa/program/
H A Dprog_instruction.c175 _mesa_num_inst_dst_regs(enum prog_opcode opcode) function in typeref:typename:GLuint
H A Dprog_instruction.h277 _mesa_num_inst_dst_regs(enum prog_opcode opcode);
H A Dprog_optimize.c302 const GLuint numDst = _mesa_num_inst_dst_regs(inst->Opcode);
395 if (_mesa_num_inst_dst_regs(inst->Opcode) == 1 &&
594 _mesa_num_inst_dst_regs(inst->Opcode) == 0 ||
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_mesa_to_tgsi.c522 num_dst = _mesa_num_inst_dst_regs(inst->Opcode);

Completed in 9 milliseconds