• Home
  • Raw
  • Download

Lines Matching refs:IVec4

376 tcu::IVec4 getNBitIntegerVec4MaxValue (bool isSigned, const tcu::IVec4& numBits)  in getNBitIntegerVec4MaxValue()
378 return tcu::IVec4(getNBitIntegerMaxValue(isSigned, numBits[0]), in getNBitIntegerVec4MaxValue()
384 tcu::IVec4 getNBitIntegerVec4MinValue (bool isSigned, const tcu::IVec4& numBits) in getNBitIntegerVec4MinValue()
386 return tcu::IVec4(getNBitIntegerMinValue(isSigned, numBits[0]), in getNBitIntegerVec4MinValue()
427 const tcu::IVec4 sRGB8 = tcu::IVec4(tcu::floatToU8(sRGB[0]), in mapToFormatColorRepresentable()
451 return rr::GenericVec4(tcu::select(access.getPixelInt(0, 0), tcu::IVec4(0), channelMask)); in mapToFormatColorRepresentable()
932 …const tcu::IVec4 colorBits = tcu::max(glu::TextureTestUtil::getBitsVec(pixelFormat) - tcu::IV… in verifyImage()
1050 …const tcu::IVec4 nonShadowBits = tcu::max(glu::TextureTestUtil::getBitsVec(pixelFormat) - … in verifyTextureCompareResult()
1544 const tcu::IVec4 numBits = tcu::getTextureFormatBitDepth(texFormat); in init()
1551 const tcu::IVec4 minValue = getNBitIntegerVec4MinValue(isSigned, numBits); in init()
1552 const tcu::IVec4 maxValue = getNBitIntegerVec4MaxValue(isSigned, numBits); in init()
1553 const tcu::IVec4 valueRange = maxValue - minValue; in init()
1554 const tcu::IVec4 divSafeRange ((valueRange[0]==0) ? (1) : (valueRange[0]), in init()
1561 const tcu::IVec4 value = maxValue + tcu::IVec4(1); in init()
1575 const tcu::IVec4 value = minValue - tcu::IVec4(1); in init()
1588 …const tcu::IVec4 value = (isSigned) ? (tcu::IVec4(std::numeric_limits<deInt32>::max())) : (tcu::IV… in init()
1602 const tcu::IVec4 value = tcu::IVec4(std::numeric_limits<deInt32>::min()); in init()
2211 …const tcu::IVec4 colorBits = tcu::max(glu::TextureTestUtil::getBitsVec(pixelFormat) - tcu::IV… in verifyImage()