Searched refs:numSrc (Results 1 – 3 of 3) sorted by relevance
225 const GLuint numSrc = _mesa_num_inst_src_regs(inst->Opcode); in replace_regs() local227 for (j = 0; j < numSrc; j++) { in replace_regs()269 const GLuint numSrc = _mesa_num_inst_src_regs(inst->Opcode); in _mesa_remove_dead_code_global() local273 for (j = 0; j < numSrc; j++) { in _mesa_remove_dead_code_global()409 const GLuint numSrc = _mesa_num_inst_src_regs(inst->Opcode); in find_next_use() local411 for (j = 0; j < numSrc; j++) { in find_next_use()1018 const GLuint numSrc = 3;/*_mesa_num_inst_src_regs(inst->Opcode);*/ in _mesa_find_temp_intervals() local1020 for (j = 0; j < numSrc; j++) { in _mesa_find_temp_intervals()
529 const GLuint numSrc = _mesa_num_inst_src_regs(inst->Opcode); in _mesa_remove_output_reads() local531 for (j = 0; j < numSrc; j++) { in _mesa_remove_output_reads()
65 void EmitALU(const MCInst &MI, unsigned numSrc,330 void R600MCCodeEmitter::EmitALU(const MCInst &MI, unsigned numSrc, in EmitALU() argument346 if (numSrc == 3) { in EmitALU()