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.cpp265 void condenseSrcs(Instruction *, const int first, const int last);
2061 RegAlloc::InsertConstraintsPass::condenseSrcs(Instruction *insn, in condenseSrcs() function in nv50_ir::RegAlloc::InsertConstraintsPass
2120 condenseSrcs(tex, 0, s - 1); in texConstraintGM107()
2122 condenseSrcs(tex, 1, n); // do not condense the tex handle in texConstraintGM107()
2141 condenseSrcs(tex, 0, s - 1); in texConstraintGM107()
2143 condenseSrcs(tex, 1, n); in texConstraintGM107()
2155 condenseSrcs(tex, 3, 6); in texConstraintNVE0()
2160 condenseSrcs(tex, 0, 3); in texConstraintNVE0()
2162 condenseSrcs(tex, 4 - (4 - 1), n - 1 - (4 - 1)); in texConstraintNVE0()
2165 condenseSrcs(tex, 0, n - 1); in texConstraintNVE0()
[all …]