Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DVariablePacker.cpp165 int smallestGoodSize = maxRows_ + 1; in searchColumn() local
184 if (size >= numRows && size < smallestGoodSize) in searchColumn()
186 smallestGoodSize = size; in searchColumn()
201 *destSize = smallestGoodSize; in searchColumn()