Home | History | Annotate | Download | only in performance

Lines Matching refs:getDataTypeScalarSize

1193 		const int	inSize		= getDataTypeScalarSize(m_type);
1251 int size = getDataTypeScalarSize(m_type);
1688 int numFinalResComponents = glu::getDataTypeScalarSize(m_returnType);
1690 numFinalResComponents = de::max(numFinalResComponents, glu::getDataTypeScalarSize(m_paramTypes[inputNdx]));
1709 int size = isMatrixReturn ? getDataTypeMatrixNumRows(finalResultDataType) : getDataTypeScalarSize(finalResultDataType);
1791 const int scalarSize = glu::getDataTypeScalarSize(paramType);