Searched refs:highpFmt (Results 1 – 1 of 1) sorted by relevance
/external/deqp/modules/glshared/ |
D | glsBuiltinPrecisionTests.cpp | 845 static const FloatFormat highpFmt (-126, 127, 23, true, in evaluate() local 857 std::cerr << " -> " << intervalToString<T>(highpFmt, ret) << std::endl; in evaluate() 4445 const FloatFormat highpFmt = m_ctx.highpFormat; in testStatement() local 4569 reference1 = convert<Out1>(highpFmt, env.lookup(*variables.out1)); in testStatement() 4574 reference0 = convert<Out0>(highpFmt, env.lookup(*variables.out0)); in testStatement() 4593 << valueToString(highpFmt, inputs.in0[valueNdx]) << "\n"; in testStatement() 4599 << valueToString(highpFmt, inputs.in1[valueNdx]) << "\n"; in testStatement() 4605 << valueToString(highpFmt, inputs.in2[valueNdx]) << "\n"; in testStatement() 4611 << valueToString(highpFmt, inputs.in3[valueNdx]) << "\n"; in testStatement() 4617 << valueToString(highpFmt, outputs.out0[valueNdx]) << "\n" in testStatement() [all …]
|