Searched defs:highpFmt (Results 1 - 2 of 2) sorted by relevance

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

Completed in 273 milliseconds