Lines Matching defs:m_texValueMax
1240 tcu::Vec4 m_texValueMax;
1321 m_texValueMax = tcu::Vec4(-13.2f, -77.f, 44.f, 76.f);
1326 m_texValueMax = tcu::Vec4(-1.0f, 12.f, 7.f, 19.f);
1331 m_texValueMax = tcu::Vec4(1.0f, 1.0f, -1.0f, -1.0f);
1362 level0.setPixel(m_texValueMin + (m_texValueMax - m_texValueMin)*s, x, y);
1381 const tcu::Vec4 dx = (m_texValueMax - m_texValueMin) / tcu::Vec4(w, w, w*0.5f, -w*0.5f);
1382 const tcu::Vec4 dy = (m_texValueMax - m_texValueMin) / tcu::Vec4(h, h, h*0.5f, -h*0.5f);
1447 tcu::Vec4 reference = ((m_texValueMax - m_texValueMin) / div);
1448 const tcu::Vec4 opThreshold = getDerivateThreshold(m_precision, m_texValueMin, m_texValueMax, reference);
1449 const tcu::Vec4 opThresholdW = getDerivateThresholdWarning(m_precision, m_texValueMin, m_texValueMax, reference);
1507 const tcu::Vec4 valueRamp = (m_texValueMax - m_texValueMin);
1513 function.matrix.setRow(3, tcu::Vec3(-valueRamp.w() / w, -valueRamp.w() / h, m_texValueMax.w() + m_texValueMax.w()) / 2.0f);
1524 const tcu::Vec4 dx = ((m_texValueMax - m_texValueMin) / w) * xScale;
1525 const tcu::Vec4 dy = ((m_texValueMax - m_texValueMin) / h) * yScale;
1527 const tcu::Vec4 dxThreshold = getDerivateThreshold(m_precision, m_texValueMin*xScale, m_texValueMax*xScale, dx);
1528 const tcu::Vec4 dyThreshold = getDerivateThreshold(m_precision, m_texValueMin*yScale, m_texValueMax*yScale, dy);
1529 const tcu::Vec4 dxThresholdW = getDerivateThresholdWarning(m_precision, m_texValueMin*xScale, m_texValueMax*xScale, dx);
1530 const tcu::Vec4 dyThresholdW = getDerivateThresholdWarning(m_precision, m_texValueMin*yScale, m_texValueMax*yScale, dy);