Lines Matching refs:getCommonFuncCaseName
491 static std::string getCommonFuncCaseName (glu::DataType baseType, glu::Precision precision, glu::Sh… in getCommonFuncCaseName() function
500 …: CommonFunctionCase(context, getCommonFuncCaseName(baseType, precision, shaderType).c_str(), "abs… in AbsCase()
582 …: CommonFunctionCase(context, getCommonFuncCaseName(baseType, precision, shaderType).c_str(), "sig… in SignCase()
688 …: CommonFunctionCase(context, getCommonFuncCaseName(baseType, precision, shaderType).c_str(), "rou… in RoundEvenCase()
799 …: CommonFunctionCase(context, getCommonFuncCaseName(baseType, precision, shaderType).c_str(), "mod… in ModfCase()
865 …: CommonFunctionCase(context, getCommonFuncCaseName(baseType, precision, shaderType).c_str(), "isn… in IsnanCase()
948 …: CommonFunctionCase(context, getCommonFuncCaseName(baseType, precision, shaderType).c_str(), "isi… in IsinfCase()
1032 …: CommonFunctionCase(context, getCommonFuncCaseName(baseType, precision, shaderType).c_str(), outI… in FloatBitsToUintIntCase()
1110 …: CommonFunctionCase(context, getCommonFuncCaseName(baseType, glu::PRECISION_HIGHP, shaderType).c_… in BitsToFloatCase()
1160 …: CommonFunctionCase(context, getCommonFuncCaseName(baseType, precision, shaderType).c_str(), "flo… in FloorCase()
1256 …: CommonFunctionCase(context, getCommonFuncCaseName(baseType, precision, shaderType).c_str(), "tru… in TruncCase()
1364 …: CommonFunctionCase(context, getCommonFuncCaseName(baseType, precision, shaderType).c_str(), "rou… in RoundCase()
1492 …: CommonFunctionCase(context, getCommonFuncCaseName(baseType, precision, shaderType).c_str(), "cei… in CeilCase()
1597 …: CommonFunctionCase(context, getCommonFuncCaseName(baseType, precision, shaderType).c_str(), "fra… in FractCase()
1740 …: CommonFunctionCase(context, getCommonFuncCaseName(baseType, precision, shaderType).c_str(), "fre… in FrexpCase()
1832 …: CommonFunctionCase(context, getCommonFuncCaseName(baseType, precision, shaderType).c_str(), "lde… in LdexpCase()
1968 …: CommonFunctionCase(context, getCommonFuncCaseName(baseType, precision, shaderType).c_str(), "fma… in FmaCase()