Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
DIntermNode.cpp867 int argumentRows = argumentTyped->getType().getRows(); in getConstantValue() local
874 if (col < argumentCols && row < argumentRows) in getConstantValue()
877 basicType, argumentConstantValue[col * argumentRows + row]); in getConstantValue()