Searched refs:condenseSrcs (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_ra.cpp | 263 void condenseSrcs(Instruction *, const int first, const int last); 2157 RegAlloc::InsertConstraintsPass::condenseSrcs(Instruction *insn, in condenseSrcs() function in nv50_ir::RegAlloc::InsertConstraintsPass 2328 condenseSrcs(tex, 1, 2); in handleScalarTexGM107() 2331 condenseSrcs(tex, 2, 3); in handleScalarTexGM107() 2334 condenseSrcs(tex, 0, 1); in handleScalarTexGM107() 2388 condenseSrcs(tex, 0, s - 1); in texConstraintGM107() 2390 condenseSrcs(tex, 1, n); // do not condense the tex handle in texConstraintGM107() 2419 condenseSrcs(tex, 0, s - 1); in texConstraintGM107() 2421 condenseSrcs(tex, 1, n); in texConstraintGM107() 2433 condenseSrcs(tex, 3, 6); in texConstraintNVE0() [all …]
|