Home | History | Annotate | Download | only in functional

Lines Matching refs:getDataTypeMatrixNumRows

383 												 : glu::getDataTypeMatrixNumRows(basicType);
424 : glu::getDataTypeMatrixNumRows(basicType);
498 const int numVecs = isRowMajor ? glu::getDataTypeMatrixNumRows(basicType)
547 const int numVecs = isRowMajor ? glu::getDataTypeMatrixNumRows(elemBasicType)
634 : glu::getDataTypeMatrixNumRows(elemBasicType);
635 const int numVecs = isRowMajor ? glu::getDataTypeMatrixNumRows(elemBasicType)
740 const int numVecs = isMatrix ? (entry.isRowMajor ? glu::getDataTypeMatrixNumRows(entry.type) : glu::getDataTypeMatrixNumColumns(entry.type)) : 1;
862 compareFuncs.insert(glu::getDataTypeFloatVec(glu::getDataTypeMatrixNumRows(basicType)));
984 const int numRows = glu::getDataTypeMatrixNumRows(basicType);
1506 const int numRows = glu::getDataTypeMatrixNumRows(dstEntry.type);
1716 const int numRows = glu::getDataTypeMatrixNumRows(resEntry.type);
2544 const int numVecs = isMatrix ? (var.isRowMajor ? glu::getDataTypeMatrixNumRows(var.type) : glu::getDataTypeMatrixNumColumns(var.type)) : 1;
2545 const int numComps = isMatrix ? (var.isRowMajor ? glu::getDataTypeMatrixNumColumns(var.type) : glu::getDataTypeMatrixNumRows(var.type)) : glu::getDataTypeScalarSize(var.type);