Home
last modified time | relevance | path

Searched refs:condenseSrcs (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_ra.cpp263 void condenseSrcs(Instruction *, const int first, const int last);
2059 RegAlloc::InsertConstraintsPass::condenseSrcs(Instruction *insn, in condenseSrcs() function in nv50_ir::RegAlloc::InsertConstraintsPass
2118 condenseSrcs(tex, 0, s - 1); in texConstraintGM107()
2120 condenseSrcs(tex, 1, n); // do not condense the tex handle in texConstraintGM107()
2139 condenseSrcs(tex, 0, s - 1); in texConstraintGM107()
2141 condenseSrcs(tex, 1, n); in texConstraintGM107()
2153 condenseSrcs(tex, 3, 6); in texConstraintNVE0()
2158 condenseSrcs(tex, 0, 3); in texConstraintNVE0()
2160 condenseSrcs(tex, 4 - (4 - 1), n - 1 - (4 - 1)); in texConstraintNVE0()
2163 condenseSrcs(tex, 0, n - 1); in texConstraintNVE0()
[all …]