Searched refs:isDataTypeDoubleOrDVec (Results 1 – 4 of 4) sorted by relevance
123 DE_ASSERT(glu::isDataTypeFloatOrVec(type) || glu::isDataTypeDoubleOrDVec(type)); in getNumMantissaBits()129 if (glu::isDataTypeDoubleOrDVec(type)) in getMinMantissaBits()148 DE_ASSERT(glu::isDataTypeFloatOrVec(type) || glu::isDataTypeDoubleOrDVec(type)); in getExponentBits()244 if (glu::isDataTypeDoubleOrDVec(dataType)) in checkTypeSupport()335 const bool isDouble = glu::isDataTypeDoubleOrDVec(baseType); in getCommonFuncCaseName()347 const bool isDouble = glu::isDataTypeDoubleOrDVec(scalarType); in addFunctionCases()645 const bool isDouble = glu::isDataTypeDoubleOrDVec(type); in infNanRandomFloats()693 const bool isDouble = glu::isDataTypeDoubleOrDVec(type); in compare()736 DE_ASSERT(glu::isDataTypeFloatOrVec(baseType) || glu::isDataTypeDoubleOrDVec(baseType)); in IsnanCase()775 const bool isDouble = glu::isDataTypeDoubleOrDVec(type); in compare()[all …]
816 if (glu::isDataTypeDoubleOrDVec(basicType)) in bindAttributes()968 …const bool isDouble = glu::isDataTypeDoubleOrDVec(m_shaderSpec.outputs[outNdx].varType.getBasicTy… in execute()
279 inline bool isDataTypeDoubleOrDVec (DataType dataType) { return (dataType >= TYPE_DOUBLE) &… in isDataTypeDoubleOrDVec() function
76 needsFloat64 |= isDataTypeDoubleOrDVec(dt); in useType()