Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/compiler/
DOutputASM.cpp1390 const int outRows = result->getSecondarySize(); in visitAggregate() local
1414 if(i >= inCols || outRows > inRows) in visitAggregate()
1447 column = end >= outRows ? column + 1 : column; in visitAggregate()
1448 element = element + outRows - row; in visitAggregate()
1449 row = end >= outRows ? 0 : end; in visitAggregate()