Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DVariablePacker.cpp109 int bottomNonFullRow_; member in sh::__anone5d72a070111::VariablePacker
153 for (; bottomNonFullRow_ >= 0 && rows_[bottomNonFullRow_] == kColumnMask; --bottomNonFullRow_) in searchColumn()
157 if (bottomNonFullRow_ - topNonFullRow_ + 1 < numRows) in searchColumn()
166 int bottomRow = bottomNonFullRow_ + 1; in searchColumn()
213 bottomNonFullRow_ = maxRows_ - 1; in checkExpandedVariablesWithinPackingLimits()