Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DRenderMachineFunction.cpp719 const std::pair<CellType, unsigned> &rleAccumulator, in renderCellsWithRLE() argument
722 if (rleAccumulator.second == 0) in renderCellsWithRLE()
726 cellTypeStrs.find(rleAccumulator.first); in renderCellsWithRLE()
731 if (rleAccumulator.second > 1) in renderCellsWithRLE()
732 os << " colspan=" << rleAccumulator.second; in renderCellsWithRLE()
DRenderMachineFunction.h322 const std::pair<CellType, unsigned> &rleAccumulator,