Lines Matching refs:m_texValueMax

1223 	tcu::Vec4			m_texValueMax;  member in deqp::gles3::Functional::TextureDerivateCase
1304 m_texValueMax = tcu::Vec4(-13.2f, -77.f, 44.f, 76.f); in init()
1309 m_texValueMax = tcu::Vec4(-1.0f, 12.f, 7.f, 19.f); in init()
1314 m_texValueMax = tcu::Vec4(1.0f, 1.0f, -1.0f, -1.0f); in init()
1344 level0.setPixel(m_texValueMin + (m_texValueMax - m_texValueMin)*s, x, y); in init()
1363 const tcu::Vec4 dx = (m_texValueMax - m_texValueMin) / tcu::Vec4(w, w, w*0.5f, -w*0.5f); in init()
1364 const tcu::Vec4 dy = (m_texValueMax - m_texValueMin) / tcu::Vec4(h, h, h*0.5f, -h*0.5f); in init()
1429 tcu::Vec4 reference = ((m_texValueMax - m_texValueMin) / div); in verify()
1430 …const tcu::Vec4 opThreshold = getDerivateThreshold(m_precision, m_texValueMin, m_texValueMax, re… in verify()
1431 … opThresholdW = getDerivateThresholdWarning(m_precision, m_texValueMin, m_texValueMax, reference); in verify()
1489 const tcu::Vec4 valueRamp = (m_texValueMax - m_texValueMin); in verify()
1495 …setRow(3, tcu::Vec3(-valueRamp.w() / w, -valueRamp.w() / h, m_texValueMax.w() + m_texValueMax.w())… in verify()
1506 const tcu::Vec4 dx = ((m_texValueMax - m_texValueMin) / w) * xScale; in verify()
1507 const tcu::Vec4 dy = ((m_texValueMax - m_texValueMin) / h) * yScale; in verify()
1509 …4 dxThreshold = getDerivateThreshold(m_precision, m_texValueMin*xScale, m_texValueMax*xScale, dx); in verify()
1510 …4 dyThreshold = getDerivateThreshold(m_precision, m_texValueMin*yScale, m_texValueMax*yScale, dy); in verify()
1511 …esholdW = getDerivateThresholdWarning(m_precision, m_texValueMin*xScale, m_texValueMax*xScale, dx); in verify()
1512 …esholdW = getDerivateThresholdWarning(m_precision, m_texValueMin*yScale, m_texValueMax*yScale, dy); in verify()