Lines Matching refs:UVec4
62 using tcu::UVec4;
1046 const UVec4 bitDepth (tcu::getTextureFormatBitDepth(format).cast<deUint32>()); in verify()
1047 … const UVec4 renderValue (tcu::select((UVec4(1u) << tcu::min(UVec4(8u), bitDepth)) - UVec4(1u), in verify()
1048 UVec4(0u, 0u, 0u, 1u), in verify()
1050 const UVec4 clearValue (tcu::select(UVec4(0u), in verify()
1051 UVec4(0u, 0u, 0u, 1u), in verify()
1062 const UVec4 refColor (m_sampleMask == 0x0u in verify()
1087 const UVec4 color (accesses[attachmentNdx].getPixelUint(x, y, z)); in verify()
2081 const UVec4 refColor(0, 48, 144, 189); in verify()
2082 UVec4 threshold(1, 1, 1, 1); in verify()
2087 typedef bool(*ValueAboveThresholdFn)(const UVec4&, const UVec4&); in verify()
2090 isValueAboveThreshold1<UVec4>, in verify()
2091 isValueAboveThreshold2<UVec4>, in verify()
2092 isValueAboveThreshold3<UVec4>, in verify()
2093 isValueAboveThreshold4<UVec4> in verify()
2101 const UVec4 color (accesses[outputNdx].getPixelUint(x, y)); in verify()
2102 const UVec4 diff (std::abs(int(color.x()) - int(refColor.x())), in verify()