Lines Matching refs:minValue
1564 const UVec4 minValue (0);
1574 UVec4 color (minValue);
1609 const IVec4 minValue (0);
1619 IVec4 color (minValue);
1659 const Vec4 minValue (tcu::max(info.valueMin, minLimit));
1660 const Vec4 range (tcu::min(info.valueMax, maxLimit) - minValue);
1670 Vec4 color (minValue);
1751 const Vec4 minValue (0.0f);
1768 fragmentShader << "\tdepth = " << minValue[0] << ";\n";
1810 const UVec4 minValue (0);
1829 fragmentShader << "\tcolor[" << ndx << "] = " << minValue[ndx] << ";\n";
1869 const IVec4 minValue (0);
1891 fragmentShader << "\tcolor[" << ndx << "] = " << minValue[ndx] << ";\n";
1939 const Vec4 minValue (tcu::max(info.valueMin, minLimit));
1940 const Vec4 range (tcu::min(info.valueMax, maxLimit) - minValue);
1958 fragmentShader << "\tcolor[" << ndx << "] = " << minValue[ndx] << ";\n";