Home | History | Annotate | Download | only in gpu

Lines Matching defs:Row

17 // of two can have, at most, one active row/shelf. Once a row/shelf for
19 // to a new row.
45 struct Row {
48 // but it is used to signal if there exists an open row of this height
56 Row fRows[kMaxExponent]; // 0-th entry will be unused
72 void initRow(Row* row, int rowHeight) {
73 row->fLoc.set(0, fNextStripY);
74 row->fRowHeight = rowHeight;