Lines Matching refs:value
412 // make sure value is representable in the target format and clear channels
758 << "Compare reference value = " << config.compareRef << "\n"
1529 iteration.description = "border value infinity";
1539 iteration.description = "border value negative infinity";
1562 const tcu::IVec4 value = maxValue + tcu::IVec4(1);
1567 iteration.borderColor = (isSigned) ? (rr::GenericVec4(value)) : (rr::GenericVec4(value.cast<deUint32>()));
1576 const tcu::IVec4 value = minValue - tcu::IVec4(1);
1581 iteration.borderColor = rr::GenericVec4(value);
1589 const tcu::IVec4 value = (isSigned) ? (tcu::IVec4(std::numeric_limits<deInt32>::max())) : (tcu::IVec4(std::numeric_limits<deUint32>::max()));
1594 iteration.borderColor = (isSigned) ? (rr::GenericVec4(value)) : (rr::GenericVec4(value.cast<deUint32>()));
1603 const tcu::IVec4 value = tcu::IVec4(std::numeric_limits<deInt32>::min());
1608 iteration.borderColor = rr::GenericVec4(value);