Home | History | Annotate | Download | only in functional

Lines Matching full:out1

726 		m_spec.outputs.push_back(Symbol("out1", glu::VarType(baseType, precision)));
727 m_spec.source = "out0 = modf(in0, out1);";
760 const float out1 = ((const float*)outputs[1])[compNdx];
768 const float resSum = out0 + out1;