Home | History | Annotate | Download | only in glshared

Lines Matching refs:scalarSize

547 			const int			scalarSize	= symbol.varType.getScalarSize();
550 deMemcpy((deUint32*)dstPtr + scalarSize*ndx, (const deUint8*)srcPtr + curOffset + ndx*outputBufferStride, scalarSize*sizeof(deUint32));
552 curOffset += scalarSize*sizeof(deUint32);
1016 const int scalarSize = glu::getDataTypeScalarSize(basicType);
1018 const int numComps = scalarSize / numVecs;
1024 const int srcOffset = sizeof(deUint32)*(elemNdx*scalarSize + vecNdx*numComps);
1043 const int scalarSize = glu::getDataTypeScalarSize(basicType);
1045 const int numComps = scalarSize / numVecs;
1052 const int dstOffset = sizeof(deUint32)*(elemNdx*scalarSize + vecNdx*numComps);