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

  /external/chromium_org/third_party/angle/src/compiler/translator/
VariablePacker.h 36 int bottomNonFullRow_;
VariablePacker.cpp 108 for (; bottomNonFullRow_ >= 0 && rows_[bottomNonFullRow_] == kColumnMask;
109 --bottomNonFullRow_) {
112 if (bottomNonFullRow_ - topNonFullRow_ + 1 < numRows) {
120 int bottomRow = bottomNonFullRow_ + 1;
158 bottomNonFullRow_ = maxRows_ - 1;

Completed in 49 milliseconds