Home | History | Annotate | Download | only in performance

Lines Matching refs:inSize

1193 		const int	inSize		= getDataTypeScalarSize(m_type);
1205 op << "." << s_swizzles[i % DE_LENGTH_OF_ARRAY(s_swizzles)][inSize-1];
2255 int inSize = (funcTypes[i] & VALUE_ANY_GENTYPE) ? curSize
2261 int typeArrayNdx = isMat ? inSize - 2 : inSize - 1; // \note No matrices of size 1.