Lines Matching refs:UVec4

61 using tcu::UVec4;
1563 const UVec4 bits (tcu::getTextureFormatBitDepth(format).cast<deUint32>());
1564 const UVec4 minValue (0);
1565 const UVec4 range (UVec4(1u) << tcu::min(bits, UVec4(31)));
1574 UVec4 color (minValue);
1600 if (!tcu::intThresholdCompare(m_context.getTestContext().getLog(), name.c_str(), "", reference.getAccess(), access, UVec4(0u), tcu::COMPARE_LOG_ON_ERROR))
1608 const UVec4 bits (tcu::getTextureFormatBitDepth(format).cast<deUint32>());
1610 const IVec4 range ((UVec4(1u) << tcu::min(bits, UVec4(30))).cast<deInt32>());
1645 if (!tcu::intThresholdCompare(m_context.getTestContext().getLog(), name.c_str(), "", reference.getAccess(), access, UVec4(0u), tcu::COMPARE_LOG_ON_ERROR))
1656 const UVec4 bits (tcu::getTextureFormatBitDepth(format).cast<deUint32>());
1702 const UVec4 threshold (64u * (UVec4(1u) << (UVec4(23) - tcu::getTextureFormatMantissaBitDepth(format).cast<deUint32>())));
1710 const Vec4 threshold (4.0f * 1.0f / ((UVec4(1u) << tcu::getTextureFormatMantissaBitDepth(format).cast<deUint32>()) - 1u).cast<float>());
1809 const UVec4 bits (tcu::getTextureFormatBitDepth(format).cast<deUint32>());
1810 const UVec4 minValue (0);
1811 const UVec4 range (UVec4(1u) << tcu::min(bits, UVec4(31)));
1868 const UVec4 bits (tcu::getTextureFormatBitDepth(format).cast<deUint32>());
1870 const IVec4 range ((UVec4(1u) << tcu::min(bits, UVec4(30))).cast<deInt32>());
1871 const IVec4 maxV ((UVec4(1u) << (bits - UVec4(1u))).cast<deInt32>());
1936 const UVec4 bits (tcu::getTextureFormatMantissaBitDepth(format).cast<deUint32>());