Lines Matching refs:UVec4

58 using tcu::UVec4;
1688 const UVec4 bits (tcu::getTextureFormatBitDepth(format).cast<deUint32>());
1689 const UVec4 minValue (0);
1690 const UVec4 range (UVec4(1u) << tcu::min(bits, UVec4(31)));
1699 UVec4 color (minValue);
1725 if (!tcu::intThresholdCompare(m_context.getTestContext().getLog(), name.c_str(), name.c_str(), reference.getAccess(), access, UVec4(0u), tcu::COMPARE_LOG_ON_ERROR))
1733 const UVec4 bits (tcu::getTextureFormatBitDepth(format).cast<deUint32>());
1735 const IVec4 range ((UVec4(1u) << tcu::min(bits, UVec4(30))).cast<deInt32>());
1770 if (!tcu::intThresholdCompare(m_context.getTestContext().getLog(), name.c_str(), name.c_str(), reference.getAccess(), access, UVec4(0u), tcu::COMPARE_LOG_ON_ERROR))
1781 const UVec4 bits (tcu::getTextureFormatBitDepth(format).cast<deUint32>());
1826 const UVec4 threshold (64u * (UVec4(1u) << (UVec4(23) - tcu::getTextureFormatMantissaBitDepth(format).cast<deUint32>())));
1834 const Vec4 threshold (4.0f * 1.0f / ((UVec4(1u) << tcu::getTextureFormatMantissaBitDepth(format).cast<deUint32>()) - 1u).cast<float>());
1931 const UVec4 bits (tcu::getTextureFormatBitDepth(format).cast<deUint32>());
1932 const UVec4 minValue (0);
1933 const UVec4 range (UVec4(1u) << tcu::min(bits, UVec4(31)));
1990 const UVec4 bits (tcu::getTextureFormatBitDepth(format).cast<deUint32>());
1992 const IVec4 range ((UVec4(1u) << tcu::min(bits, UVec4(30))).cast<deInt32>());
1993 const IVec4 maxV ((UVec4(1u) << (bits - UVec4(1u))).cast<deInt32>());
2058 const UVec4 bits (tcu::getTextureFormatMantissaBitDepth(format).cast<deUint32>());