Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fProgramInterfaceQueryTestCase.cpp699 const bool columnMajor = getMatrixOrderFromPath(path) != glu::MATRIXORDER_ROW_MAJOR; in validateSingleVariable() local
700 …const int numMajorElements = (columnMajor) ? (glu::getDataTypeMatrixNumRows(component.getVariableT… in validateSingleVariable()