Home | History | Annotate | Download | only in functional

Lines Matching defs:numComps

1633 bool compareComponents (glu::DataType scalarType, const void* ref, const void* res, int numComps)
1639 for (int ndx = 0; ndx < numComps; ndx++)
1650 for (int ndx = 0; ndx < numComps; ndx++)
1663 for (int ndx = 0; ndx < numComps; ndx++)
2545 const int numComps = isMatrix ? (var.isRowMajor ? glu::getDataTypeMatrixNumColumns(var.type) : glu::getDataTypeMatrixNumRows(var.type)) : glu::getDataTypeScalarSize(var.type);
2551 const int vecSize = numComps*compSize;