Home | History | Annotate | Download | only in simplereference

Lines Matching refs:scalarSize

3770 		const int scalarSize = glu::getDataTypeScalarSize(type);
3771 DE_ASSERT(scalarSize*sizeof(deUint32) <= sizeof(uniforms[location].value));
3772 deMemcpy(&uniforms[location].value, v, scalarSize*(int)sizeof(deUint32));