Lines Matching refs:vecSize
792 const int vecSize = glu::getDataTypeScalarSize(baseType); in IsnanCase() local
793 const glu::DataType boolType = vecSize > 1 ? glu::getDataTypeBoolVec(vecSize) : glu::TYPE_BOOL; in IsnanCase()
873 const int vecSize = glu::getDataTypeScalarSize(baseType); in IsinfCase() local
874 const glu::DataType boolType = vecSize > 1 ? glu::getDataTypeBoolVec(vecSize) : glu::TYPE_BOOL; in IsinfCase()
952 const int vecSize = glu::getDataTypeScalarSize(baseType); in FloatBitsToUintIntCase() local
953 …const glu::DataType intType = outIsSigned ? (vecSize > 1 ? glu::getDataTypeIntVec(vecSize) : glu:… in FloatBitsToUintIntCase()
954 : (vecSize > 1 ? glu::getDataTypeUintVec(vecSize) : glu::TYPE_UINT); in FloatBitsToUintIntCase()
1031 const int vecSize = glu::getDataTypeScalarSize(baseType); in BitsToFloatCase() local
1032 const glu::DataType floatType = vecSize > 1 ? glu::getDataTypeFloatVec(vecSize) : glu::TYPE_FLOAT; in BitsToFloatCase()
1654 for (int vecSize = 1; vecSize <= 4; vecSize++) in addFunctionCases() local
1659 …group->addChild(new TestClass(parent->getContext(), glu::DataType(scalarType + vecSize - 1), glu::… in addFunctionCases()
1697 for (int vecSize = 1; vecSize < 4; vecSize++) in init() local
1699 const glu::DataType intType = vecSize > 1 ? glu::getDataTypeIntVec(vecSize) : glu::TYPE_INT; in init()
1700 const glu::DataType uintType = vecSize > 1 ? glu::getDataTypeUintVec(vecSize) : glu::TYPE_UINT; in init()