Home | History | Annotate | Download | only in glshared

Lines Matching refs:scalarSize

974 		const int				scalarSize		= glu::getDataTypeScalarSize(basicType);
976 const int numComps = scalarSize / numVecs;
982 const int srcOffset = (int)sizeof(deUint32)*(elemNdx*scalarSize + vecNdx*numComps);
1001 const int scalarSize = glu::getDataTypeScalarSize(basicType);
1003 const int numComps = scalarSize / numVecs;
1010 const int dstOffset = (int)sizeof(deUint32)*(elemNdx*scalarSize + vecNdx*numComps);