HomeSort by relevance Sort by last modified time
    Searched refs:maxRows_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/angle/src/compiler/translator/
VariablePacker.h 37 int maxRows_;
VariablePacker.cpp 104 for (; topNonFullRow_ < maxRows_ && rows_[topNonFullRow_] == kColumnMask;
119 int smallestGoodSize = maxRows_ + 1;
156 maxRows_ = maxVectors;
158 bottomNonFullRow_ = maxRows_ - 1;
185 if (topNonFullRow_ > maxRows_) {
199 if (topNonFullRow_ + num3ColumnRows > maxRows_) {
207 int twoColumnRowsAvailable = maxRows_ - top2ColumnRow;
230 fillColumns(maxRows_ - numRowsUsedInColumns23, numRowsUsedInColumns23,
239 int smallestSize = maxRows_ + 1;

Completed in 114 milliseconds