Home | History | Annotate | Download | only in functional

Lines Matching full:modf

753 		: CommonFunctionCase(context, getCommonFuncCaseName(baseType, precision, shaderType).c_str(), "modf", shaderType)
758 m_spec.source = "out0 = modf(in0, out1);";
2126 addFunctionCases<ModfCase> (this, "modf", true, false, false, NEW_SHADERS);