Searched refs:numSrc (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dprog_optimize.c225 const GLuint numSrc = _mesa_num_inst_src_regs(inst->Opcode); local
227 for (j = 0; j < numSrc; j++) {
269 const GLuint numSrc = _mesa_num_inst_src_regs(inst->Opcode); local
273 for (j = 0; j < numSrc; j++) {
409 const GLuint numSrc = _mesa_num_inst_src_regs(inst->Opcode); local
411 for (j = 0; j < numSrc; j++) {
1018 const GLuint numSrc = 3;/*_mesa_num_inst_src_regs(inst->Opcode);*/ local
1020 for (j = 0; j < numSrc; j++) {
H A Dprogramopt.c529 const GLuint numSrc = _mesa_num_inst_src_regs(inst->Opcode); local
531 for (j = 0; j < numSrc; j++) {
/external/mesa3d/src/mesa/program/
H A Dprog_optimize.c225 const GLuint numSrc = _mesa_num_inst_src_regs(inst->Opcode); local
227 for (j = 0; j < numSrc; j++) {
269 const GLuint numSrc = _mesa_num_inst_src_regs(inst->Opcode); local
273 for (j = 0; j < numSrc; j++) {
409 const GLuint numSrc = _mesa_num_inst_src_regs(inst->Opcode); local
411 for (j = 0; j < numSrc; j++) {
1018 const GLuint numSrc = 3;/*_mesa_num_inst_src_regs(inst->Opcode);*/ local
1020 for (j = 0; j < numSrc; j++) {
H A Dprogramopt.c529 const GLuint numSrc = _mesa_num_inst_src_regs(inst->Opcode); local
531 for (j = 0; j < numSrc; j++) {
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/MCTargetDesc/
H A DR600MCCodeEmitter.cpp65 void EmitALU(const MCInst &MI, unsigned numSrc,
330 void R600MCCodeEmitter::EmitALU(const MCInst &MI, unsigned numSrc, argument
346 if (numSrc == 3) {
/external/mesa3d/src/gallium/drivers/radeon/MCTargetDesc/
H A DR600MCCodeEmitter.cpp65 void EmitALU(const MCInst &MI, unsigned numSrc,
330 void R600MCCodeEmitter::EmitALU(const MCInst &MI, unsigned numSrc, argument
346 if (numSrc == 3) {

Completed in 465 milliseconds