Home | History | Annotate | Download | only in functional

Lines Matching defs:numComps

541 	const int				numComps	= glu::getDataTypeScalarSize(attrib.type.getBasicType());
545 for (int compNdx = 0; compNdx < numComps; compNdx++)
1474 int numComps = glu::getDataTypeScalarSize(type);
1475 int maxArrayLen = de::max(1, isSeparateMode ? 4/numComps : maxVecs/numVecs);