Home | History | Annotate | Download | only in functional

Lines Matching defs:scalarType

733 	const glu::DataType	scalarType		= glu::getDataTypeScalarType(entry.type);
764 switch (scalarType)
1014 const glu::DataType scalarType = glu::getDataTypeScalarType(basicType);
1028 switch (scalarType)
1633 bool compareComponents (glu::DataType scalarType, const void* ref, const void* res, int numComps)
1635 if (scalarType == glu::TYPE_FLOAT)
1648 else if (scalarType == glu::TYPE_BOOL)
1661 DE_ASSERT(scalarType == glu::TYPE_INT || scalarType == glu::TYPE_UINT);
1685 const glu::DataType scalarType = glu::getDataTypeScalarType(refEntry.type);
1732 isOk = isOk && compareComponents(scalarType, resCompPtr, refCompPtr, 1);
1756 const bool isOk = compareComponents(scalarType, resElemPtr, refElemPtr, scalarSize);