Home | History | Annotate | Download | only in functional

Lines Matching refs:vecSize

823 		const int			vecSize		= glu::getDataTypeScalarSize(baseType);
824 const glu::DataType boolType = vecSize > 1 ? glu::getDataTypeBoolVec(vecSize) : glu::TYPE_BOOL;
906 const int vecSize = glu::getDataTypeScalarSize(baseType);
907 const glu::DataType boolType = vecSize > 1 ? glu::getDataTypeBoolVec(vecSize) : glu::TYPE_BOOL;
988 const int vecSize = glu::getDataTypeScalarSize(baseType);
989 const glu::DataType intType = outIsSigned ? (vecSize > 1 ? glu::getDataTypeIntVec(vecSize) : glu::TYPE_INT)
990 : (vecSize > 1 ? glu::getDataTypeUintVec(vecSize) : glu::TYPE_UINT);
1067 const int vecSize = glu::getDataTypeScalarSize(baseType);
1068 const glu::DataType floatType = vecSize > 1 ? glu::getDataTypeFloatVec(vecSize) : glu::TYPE_FLOAT;
1696 const int vecSize = glu::getDataTypeScalarSize(baseType);
1697 const glu::DataType intType = vecSize > 1 ? glu::getDataTypeIntVec(vecSize) : glu::TYPE_INT;
1776 const int vecSize = glu::getDataTypeScalarSize(baseType);
1777 const glu::DataType intType = vecSize > 1 ? glu::getDataTypeIntVec(vecSize) : glu::TYPE_INT;
2088 for (int vecSize = 1; vecSize <= 4; vecSize++)
2095 group->addChild(new TestClass(parent->getContext(), glu::DataType(scalarType + vecSize - 1), glu::Precision(prec), glu::ShaderType(shaderTypeNdx)));
2152 for (int vecSize = 1; vecSize < 4; vecSize++)
2154 const glu::DataType intType = vecSize > 1 ? glu::getDataTypeIntVec(vecSize) : glu::TYPE_INT;
2155 const glu::DataType uintType = vecSize > 1 ? glu::getDataTypeUintVec(vecSize) : glu::TYPE_UINT;