Home
last modified time | relevance | path

Searched refs:numSrc (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/program/
Dprog_optimize.c225 const GLuint numSrc = _mesa_num_inst_src_regs(inst->Opcode); in replace_regs() local
227 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() local
273 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() local
411 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() local
1020 for (j = 0; j < numSrc; j++) { in _mesa_find_temp_intervals()
Dprogramopt.c529 const GLuint numSrc = _mesa_num_inst_src_regs(inst->Opcode); in _mesa_remove_output_reads() local
531 for (j = 0; j < numSrc; j++) { in _mesa_remove_output_reads()
/external/mesa3d/src/gallium/drivers/radeon/MCTargetDesc/
DR600MCCodeEmitter.cpp65 void EmitALU(const MCInst &MI, unsigned numSrc,
330 void R600MCCodeEmitter::EmitALU(const MCInst &MI, unsigned numSrc, in EmitALU() argument
346 if (numSrc == 3) { in EmitALU()