Searched defs:numSrc (Results 1 – 3 of 3) sorted by relevance
225 const GLuint numSrc = _mesa_num_inst_src_regs(inst->Opcode); in replace_regs() local269 const GLuint numSrc = _mesa_num_inst_src_regs(inst->Opcode); in _mesa_remove_dead_code_global() local409 const GLuint numSrc = _mesa_num_inst_src_regs(inst->Opcode); in find_next_use() local1018 const GLuint numSrc = 3;/*_mesa_num_inst_src_regs(inst->Opcode);*/ in _mesa_find_temp_intervals() local
529 const GLuint numSrc = _mesa_num_inst_src_regs(inst->Opcode); in _mesa_remove_output_reads() local
330 void R600MCCodeEmitter::EmitALU(const MCInst &MI, unsigned numSrc, in EmitALU()