Searched defs:columnMajor (Results 1 – 2 of 2) sorted by relevance
702 const bool columnMajor = getMatrixOrderFromPath(path) != glu::MATRIXORDER_ROW_MAJOR; in validateSingleVariable() local
974 Id Builder::makeMatrixDebugType(Id const vectorType, int const vectorCount, bool columnMajor) in makeMatrixDebugType()