Searched refs:m_maxDiffRed (Results 1 – 4 of 4) sorted by relevance
/third_party/vk-gl-cts/modules/glshared/ |
D | glsDrawTest.hpp | 275 int m_maxDiffRed; member in deqp::gls::DrawTest
|
D | glsVertexArrayTests.cpp | 1691 …, m_maxDiffRed (deCeilFloatToInt32(256.0f * (2.0f / (float)(1 << m_renderCtx.getRenderTarget().ge… 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_m… in compare()
|
D | glsDrawTest.cpp | 3064 , m_maxDiffRed (-1) in DrawTest() 3082 , m_maxDiffRed (-1) in DrawTest() 3153 …m_maxDiffRed = deCeilFloatToInt32(256.0f * (6.0f / (float)(1 << m_renderCtx.getRenderTarget().getP… 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()
|
D | glsVertexArrayTests.hpp | 443 int m_maxDiffRed; member in deqp::gls::VertexArrayTest
|