Home
last modified time | relevance | path

Searched refs:highpFmt (Results 1 – 2 of 2) sorted by relevance

/external/deqp/modules/glshared/
DglsBuiltinPrecisionTests.cpp854 static const FloatFormat highpFmt (-126, 127, 23, true, in evaluate() local
866 std::cerr << " -> " << intervalToString<T>(highpFmt, ret) << std::endl; in evaluate()
4484 const FloatFormat highpFmt = m_ctx.highpFormat; in testStatement() local
4611 reference1 = convert<Out1>(highpFmt, env.lookup(*variables.out1)); in testStatement()
4616 reference0 = convert<Out0>(highpFmt, env.lookup(*variables.out0)); in testStatement()
4635 << valueToString(highpFmt, inputs.in0[valueNdx]) << "\n"; in testStatement()
4641 << valueToString(highpFmt, inputs.in1[valueNdx]) << "\n"; in testStatement()
4647 << valueToString(highpFmt, inputs.in2[valueNdx]) << "\n"; in testStatement()
4653 << valueToString(highpFmt, inputs.in3[valueNdx]) << "\n"; in testStatement()
4659 << valueToString(highpFmt, outputs.out0[valueNdx]) << "\n" in testStatement()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderBuiltinPrecisionTests.cpp833 static const FloatFormat highpFmt (-126, 127, 23, true, in evaluate() local
845 std::cerr << " -> " << intervalToString<T>(highpFmt, ret) << std::endl; in evaluate()
4424 const FloatFormat highpFmt = m_caseCtx.highpFormat; in iterate() local
4505 reference1 = convert<Out1>(highpFmt, env.lookup(*m_variables.out1)); in iterate()
4510 reference0 = convert<Out0>(highpFmt, env.lookup(*m_variables.out0)); in iterate()
4529 << valueToString(highpFmt, inputs.in0[valueNdx]) << "\n"; in iterate()
4535 << valueToString(highpFmt, inputs.in1[valueNdx]) << "\n"; in iterate()
4541 << valueToString(highpFmt, inputs.in2[valueNdx]) << "\n"; in iterate()
4547 << valueToString(highpFmt, inputs.in3[valueNdx]) << "\n"; in iterate()
4553 << valueToString(highpFmt, outputs.out0[valueNdx]) << "\n" in iterate()
[all …]