| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_ra.cpp | 2268 int srcCount = tex->srcCount(0xff); local in function:nv50_ir::RegAlloc::InsertConstraintsPass::handleScalarTexGM107 2281 assert(srcCount >= 3); 2284 if (srcCount > 3) 2287 if (srcCount > 2) 2344 n = tex->srcCount(0xff, true) - s; 2356 s = tex->srcCount(0xff, true); 2378 int n = tex->srcCount(0xff, true); 2403 s = tex->srcCount(0xff); 2418 n = tex->srcCount( [all...] |
| H A D | nv50_ir.h | 852 unsigned int srcCount() const { return srcs.size(); }; function in class:nv50_ir::Instruction 853 unsigned int srcCount(unsigned int mask, bool singleFile = false) const;
|
| H A D | nv50_ir_lowering_nv50.cpp | 783 if (i->tex.target.isCube() && i->srcCount() > 4) { 1133 i->setSrc(i->srcCount(), tid);
|
| H A D | nv50_ir_build_util.cpp | 634 hi->setFlagsSrc(hi->srcCount(), carry);
|
| H A D | nv50_ir_lowering_nvc0.cpp | 307 cmp->setFlagsSrc(cmp->srcCount(), carry); 576 prev->setSrc(prev->srcCount(), useVec[i].tex->getDef(0)); 582 bar->setSrc(bar->srcCount(), useVec[i].tex->getDef(0)); 1106 int s = i->srcCount(0xff, true);
|
| H A D | nv50_ir.cpp | 808 Instruction::srcCount(unsigned int mask, bool singleFile) const function in class:nv50_ir::Instruction
|
| H A D | nv50_ir_from_tgsi.cpp | 187 unsigned int srcCount() const { return insn->Instruction.NumSrcRegs; } function in class:tgsi::Instruction 196 assert(s < srcCount()); 1615 if (insn.srcCount() && ( 1639 for (unsigned s = 0; s < insn.srcCount(); ++s)
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_ra.cpp | 2318 int srcCount = tex->srcCount(0xff); local in function:nv50_ir::RegAlloc::InsertConstraintsPass::handleScalarTexGM107 2331 assert(srcCount >= 3); 2334 if (srcCount > 3) 2337 if (srcCount > 2) 2406 n = tex->srcCount(0xff, true) - s; 2418 s = tex->srcCount(0xff, true); 2440 int n = tex->srcCount(0xff, true); 2465 s = tex->srcCount(0xff); 2480 n = tex->srcCount( [all...] |
| H A D | nv50_ir.h | 904 unsigned int srcCount() const { return srcs.size(); }; function in class:nv50_ir::Instruction 905 unsigned int srcCount(unsigned int mask, bool singleFile = false) const;
|
| H A D | nv50_ir_build_util.cpp | 664 hi->setFlagsSrc(hi->srcCount(), carry);
|
| H A D | nv50_ir.cpp | 812 Instruction::srcCount(unsigned int mask, bool singleFile) const function in class:nv50_ir::Instruction
|
| H A D | nv50_ir_from_tgsi.cpp | 186 unsigned int srcCount() const { return insn->Instruction.NumSrcRegs; } function in class:tgsi::Instruction 195 assert(s < srcCount()); 1592 if (insn.srcCount() && ( 1618 for (unsigned s = 0; s < insn.srcCount(); ++s)
|
| H A D | nv50_ir_lowering_nvc0.cpp | 307 cmp->setFlagsSrc(cmp->srcCount(), carry); 587 prev->setSrc(prev->srcCount(), useVec[i].tex->getDef(0)); 593 bar->setSrc(bar->srcCount(), useVec[i].tex->getDef(0)); 1120 int s = i->srcCount(0xff, true);
|
| H A D | nv50_ir_lowering_nv50.cpp | 837 if (i->tex.target.isCube() && i->srcCount() > 4) { 1251 i->setSrc(i->srcCount(), tid);
|