Home | History | Annotate | Download | only in pipeline

Lines Matching refs:componentWidth

1400 	const deUint32	componentWidth	= getPackedVertexFormatComponentWidth(format, componentNdx);
1402 const deUint32 usedBits = ~(deUint32)0 >> ((getVertexFormatSize(format) * 8) - componentWidth);
1404 componentOffset -= componentWidth;