Home
last modified time | relevance | path

Searched refs:m_maxDiffRed (Results 1 - 4 of 4) sorted by relevance

/third_party/vk-gl-cts/modules/glshared/
H A DglsDrawTest.hpp275 int m_maxDiffRed; member in deqp::gls::DrawTest
H A DglsVertexArrayTests.cpp1691 , m_maxDiffRed (deCeilFloatToInt32(256.0f * (2.0f / (float)(1 << m_renderCtx.getRenderTarget().getPixelFormat().redBits)))) in VertexArrayTest()
1745 tcu::RGBA threshold (m_maxDiffRed, m_maxDiffGreen, m_maxDiffBlue, 255); in compare()
1787 if (r <= m_maxDiffRed && g <= m_maxDiffGreen && b <= m_maxDiffBlue) in compare()
1798 if (r <= m_maxDiffRed && g <= m_maxDiffGreen && b <= m_maxDiffBlue) in compare()
1818 log << TestLog::Message << "Image comparison failed, threshold = (" << m_maxDiffRed << ", " << m_maxDiffGreen << ", " << m_maxDiffBlue << ")" << TestLog::EndMessage; in compare()
H A DglsVertexArrayTests.hpp443 int m_maxDiffRed; member in deqp::gls::VertexArrayTest
H A DglsDrawTest.cpp3064 , m_maxDiffRed (-1) in DrawTest()
3082 , m_maxDiffRed (-1) in DrawTest()
3153 m_maxDiffRed = deCeilFloatToInt32(256.0f * (6.0f / (float)(1 << m_renderCtx.getRenderTarget().getPixelFormat().redBits))); in init()
3740 tcu::UVec4(m_maxDiffRed, m_maxDiffGreen, m_maxDiffBlue, 256), in compare()
3758 tcu::IVec3(m_maxDiffRed, m_maxDiffGreen, m_maxDiffBlue), in compare()
3775 tcu::IVec3(m_maxDiffRed, m_maxDiffGreen, m_maxDiffBlue), in compare()

Completed in 13 milliseconds