Searched refs:condenseSrcs (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_ra.cpp | 252 void condenseSrcs(Instruction *, const int first, const int last); 2173 RegAlloc::InsertConstraintsPass::condenseSrcs(Instruction *insn, in condenseSrcs() function in nv50_ir::RegAlloc::InsertConstraintsPass 2344 condenseSrcs(tex, 1, 2); in handleScalarTexGM107() 2347 condenseSrcs(tex, 2, 3); in handleScalarTexGM107() 2350 condenseSrcs(tex, 0, 1); in handleScalarTexGM107() 2404 condenseSrcs(tex, 0, s - 1); in texConstraintGM107() 2406 condenseSrcs(tex, 1, n); // do not condense the tex handle in texConstraintGM107() 2435 condenseSrcs(tex, 0, s - 1); in texConstraintGM107() 2437 condenseSrcs(tex, 1, n); in texConstraintGM107() 2449 condenseSrcs(te in texConstraintNVE0() [all...] |
Completed in 4 milliseconds