Lines Matching refs:UVec4
61 using tcu::UVec4;
1556 const UVec4 bits (tcu::getTextureFormatBitDepth(format).cast<deUint32>()); in iterateInternal()
1557 const UVec4 minValue (0); in iterateInternal()
1558 const UVec4 range (UVec4(1u) << tcu::min(bits, UVec4(31))); in iterateInternal()
1567 UVec4 color (minValue); in iterateInternal()
1593 …xt().getLog(), name.c_str(), name.c_str(), reference.getAccess(), access, UVec4(0u), tcu::COMPARE_… in iterateInternal()
1601 const UVec4 bits (tcu::getTextureFormatBitDepth(format).cast<deUint32>()); in iterateInternal()
1603 const IVec4 range ((UVec4(1u) << tcu::min(bits, UVec4(30))).cast<deInt32>()); in iterateInternal()
1638 …xt().getLog(), name.c_str(), name.c_str(), reference.getAccess(), access, UVec4(0u), tcu::COMPARE_… in iterateInternal()
1649 const UVec4 bits (tcu::getTextureFormatBitDepth(format).cast<deUint32>()); in iterateInternal()
1694 …const UVec4 threshold (64u * (UVec4(1u) << (UVec4(23) - tcu::getTextureFormatMantissaBitDepth(form… in iterateInternal()
1702 …const Vec4 threshold (4.0f * 1.0f / ((UVec4(1u) << tcu::getTextureFormatMantissaBitDepth(format).c… in iterateInternal()
1801 const UVec4 bits (tcu::getTextureFormatBitDepth(format).cast<deUint32>()); in init()
1802 const UVec4 minValue (0); in init()
1803 const UVec4 range (UVec4(1u) << tcu::min(bits, UVec4(31))); in init()
1860 const UVec4 bits (tcu::getTextureFormatBitDepth(format).cast<deUint32>()); in init()
1862 const IVec4 range ((UVec4(1u) << tcu::min(bits, UVec4(30))).cast<deInt32>()); in init()
1863 const IVec4 maxV ((UVec4(1u) << (bits - UVec4(1u))).cast<deInt32>()); in init()
1928 const UVec4 bits (tcu::getTextureFormatMantissaBitDepth(format).cast<deUint32>()); in init()