• Home
  • Raw
  • Download

Lines Matching refs:m_texValueMin

1151 	tcu::Vec4			m_texValueMin;  member in deqp::gles3::Functional::TextureDerivateCase
1232 m_texValueMin = tcu::Vec4(-97.f, 0.2f, 71.f, 74.f); in init()
1237 m_texValueMin = tcu::Vec4(-37.0f, 47.f, -7.f, 0.0f); in init()
1242 m_texValueMin = tcu::Vec4(0.0f, -1.0f, 0.0f, 1.0f); in init()
1273 level0.setPixel(m_texValueMin + (m_texValueMax - m_texValueMin)*s, x, y); in init()
1292 const tcu::Vec4 dx = (m_texValueMax - m_texValueMin) / tcu::Vec4(w, w, w*0.5f, -w*0.5f); in init()
1293 const tcu::Vec4 dy = (m_texValueMax - m_texValueMin) / tcu::Vec4(h, h, h*0.5f, -h*0.5f); in init()
1358 const tcu::Vec4 reference = ((m_texValueMax - m_texValueMin) / div) * scale; in verify()
1359 …const tcu::Vec4 opThreshold = getDerivateThreshold(m_precision, m_texValueMin*scale, m_texValueMa… in verify()
1393 const tcu::Vec4 valueRamp = (m_texValueMax - m_texValueMin); in verify()
1396 function.matrix.setRow(0, tcu::Vec3(valueRamp.x() / w, 0.0f, m_texValueMin.x())); in verify()
1397 function.matrix.setRow(1, tcu::Vec3(0.0f, valueRamp.y() / h, m_texValueMin.y())); in verify()
1398 …x.setRow(2, tcu::Vec3(valueRamp.z() / w, valueRamp.z() / h, m_texValueMin.z() + m_texValueMin.z())… in verify()
1410 const tcu::Vec4 dx = ((m_texValueMax - m_texValueMin) / w) * xScale; in verify()
1411 const tcu::Vec4 dy = ((m_texValueMax - m_texValueMin) / h) * yScale; in verify()
1413 …const tcu::Vec4 dxThreshold = getDerivateThreshold(m_precision, m_texValueMin*xScale, m_texValueMa… in verify()
1414 …const tcu::Vec4 dyThreshold = getDerivateThreshold(m_precision, m_texValueMin*yScale, m_texValueMa… in verify()