Lines Matching refs:IVec4
688 const tcu::IVec4 color = texelAccess.getPixelInt(0, 0, 0);
698 const tcu::IVec4 color = texelAccess.getPixelInt(0, 0, 0);
1475 const tcu::IVec4 srcBits = tcu::getTextureFormatBitDepth(sourceFormat);
1476 const tcu::IVec4 readBits = tcu::getTextureFormatBitDepth(readPixelsFormat);
1478 return Vec4(1.0f) / ((tcu::IVec4(1) << (tcu::min(srcBits, readBits))) - tcu::IVec4(1)).cast<float>();