Searched refs:condenseSrcs (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_ra.cpp | 263 void condenseSrcs(Instruction *, const int first, const int last); 2111 RegAlloc::InsertConstraintsPass::condenseSrcs(Instruction *insn, function in class:nv50_ir::RegAlloc::InsertConstraintsPass 2282 condenseSrcs(tex, 1, 2); 2285 condenseSrcs(tex, 2, 3); 2288 condenseSrcs(tex, 0, 1); 2330 condenseSrcs(tex, 0, s - 1); 2332 condenseSrcs(tex, 1, n); // do not condense the tex handle 2361 condenseSrcs(tex, 0, s - 1); 2363 condenseSrcs(tex, 1, n); 2375 condenseSrcs(te [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_ra.cpp | 264 void condenseSrcs(Instruction *, const int first, const int last); 2161 RegAlloc::InsertConstraintsPass::condenseSrcs(Instruction *insn, function in class:nv50_ir::RegAlloc::InsertConstraintsPass 2332 condenseSrcs(tex, 1, 2); 2335 condenseSrcs(tex, 2, 3); 2338 condenseSrcs(tex, 0, 1); 2392 condenseSrcs(tex, 0, s - 1); 2394 condenseSrcs(tex, 1, n); // do not condense the tex handle 2423 condenseSrcs(tex, 0, s - 1); 2425 condenseSrcs(tex, 1, n); 2437 condenseSrcs(te [all...] |
Completed in 14 milliseconds