Lines Matching refs:vecSize
870 const int vecSize = glu::getDataTypeScalarSize(baseType); in IsnanCase() local
871 const glu::DataType boolType = vecSize > 1 ? glu::getDataTypeBoolVec(vecSize) : glu::TYPE_BOOL; in IsnanCase()
953 const int vecSize = glu::getDataTypeScalarSize(baseType); in IsinfCase() local
954 const glu::DataType boolType = vecSize > 1 ? glu::getDataTypeBoolVec(vecSize) : glu::TYPE_BOOL; in IsinfCase()
1035 const int vecSize = glu::getDataTypeScalarSize(baseType); in FloatBitsToUintIntCase() local
1036 …const glu::DataType intType = outIsSigned ? (vecSize > 1 ? glu::getDataTypeIntVec(vecSize) : glu:… in FloatBitsToUintIntCase()
1037 : (vecSize > 1 ? glu::getDataTypeUintVec(vecSize) : glu::TYPE_UINT); in FloatBitsToUintIntCase()
1114 const int vecSize = glu::getDataTypeScalarSize(baseType); in BitsToFloatCase() local
1115 const glu::DataType floatType = vecSize > 1 ? glu::getDataTypeFloatVec(vecSize) : glu::TYPE_FLOAT; in BitsToFloatCase()
1743 const int vecSize = glu::getDataTypeScalarSize(baseType); in FrexpCase() local
1744 const glu::DataType intType = vecSize > 1 ? glu::getDataTypeIntVec(vecSize) : glu::TYPE_INT; in FrexpCase()
1834 const int vecSize = glu::getDataTypeScalarSize(baseType); in LdexpCase() local
1835 const glu::DataType intType = vecSize > 1 ? glu::getDataTypeIntVec(vecSize) : glu::TYPE_INT; in LdexpCase()
2142 for (int vecSize = 1; vecSize <= 4; vecSize++) in addFunctionCases() local
2149 …group->addChild(new TestClass(parent->getContext(), glu::DataType(scalarType + vecSize - 1), glu::… in addFunctionCases()
2206 for (int vecSize = 1; vecSize < 4; vecSize++) in init() local
2208 const glu::DataType intType = vecSize > 1 ? glu::getDataTypeIntVec(vecSize) : glu::TYPE_INT; in init()
2209 const glu::DataType uintType = vecSize > 1 ? glu::getDataTypeUintVec(vecSize) : glu::TYPE_UINT; in init()