Lines Matching refs:IVec4
60 using tcu::IVec4;
1049 tcu::lessThan(IVec4(0, 1, 2, 3), IVec4(componentCount)))); in verify()
1052 tcu::lessThan(IVec4(0, 1, 2, 3), IVec4(componentCount)))); in verify()
1147 const IVec4 bitDepth (tcu::getTextureFormatBitDepth(format)); in verify()
1148 …const IVec4 renderValue (tcu::select((IVec4(1) << (tcu::min(IVec4(8), bitDepth) - IVec4(1))) -… in verify()
1149 IVec4(0, 0, 0, 1), in verify()
1150 tcu::lessThan(IVec4(0, 1, 2, 3), IVec4(componentCount)))); in verify()
1151 const IVec4 clearValue (tcu::select(-(IVec4(1) << (tcu::min(IVec4(8), bitDepth) - IVec4(1))), in verify()
1152 IVec4(0, 0, 0, 1), in verify()
1153 tcu::lessThan(IVec4(0, 1, 2, 3), IVec4(componentCount)))); in verify()
1163 const IVec4 refColor (m_sampleMask == 0x0u in verify()
1188 const IVec4 color (accesses[attachmentNdx].getPixelInt(x, y, z)); in verify()
2121 const IVec4 refColor (0, 24, 75, 93); in verify()
2122 const IVec4 threshold (1, 1, 1, 1); in verify()
2124 typedef bool(*ValueAboveThresholdFn)(const IVec4&, const IVec4&); in verify()
2127 isValueAboveThreshold1<IVec4>, in verify()
2128 isValueAboveThreshold2<IVec4>, in verify()
2129 isValueAboveThreshold3<IVec4>, in verify()
2130 isValueAboveThreshold4<IVec4> in verify()
2138 const IVec4 color (accesses[outputNdx].getPixelInt(x, y)); in verify()
2139 const IVec4 diff (std::abs(color.x() - refColor.x()), in verify()