Searched refs:columnMajor (Results 1 – 1 of 1) sorted by relevance
699 const bool columnMajor = getMatrixOrderFromPath(path) != glu::MATRIXORDER_ROW_MAJOR; in validateSingleVariable() local700 …const int numMajorElements = (columnMajor) ? (glu::getDataTypeMatrixNumRows(component.getVariableT… in validateSingleVariable()