Lines Matching defs:m_texValueMin

1239 	tcu::Vec4			m_texValueMin;
1320 m_texValueMin = tcu::Vec4(-97.f, 0.2f, 71.f, 74.f);
1325 m_texValueMin = tcu::Vec4(-37.0f, 47.f, -7.f, 0.0f);
1330 m_texValueMin = tcu::Vec4(0.0f, -1.0f, 0.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);
1510 function.matrix.setRow(0, tcu::Vec3(valueRamp.x() / w, (valueRamp.x() / h) / 2.0f, m_texValueMin.x()));
1511 function.matrix.setRow(1, tcu::Vec3((valueRamp.y() / w) / 2.0f, valueRamp.y() / h, m_texValueMin.y()));
1512 function.matrix.setRow(2, tcu::Vec3(valueRamp.z() / w, valueRamp.z() / h, m_texValueMin.z() + m_texValueMin.z()) / 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);