Home | History | Annotate | Download | only in functional

Lines Matching refs:isDataTypeIntOrIVec

1064 		: CommonFunctionCase(context, getCommonFuncCaseName(baseType, glu::PRECISION_HIGHP, shaderType).c_str(), glu::isDataTypeIntOrIVec(baseType) ? "intBitsToFloat" : "uintBitsToFloat", shaderType)
1066 const bool inIsSigned = glu::isDataTypeIntOrIVec(baseType);