Home
last modified time | relevance | path

Searched refs:U64Vec4 (Results 1 – 4 of 4) sorted by relevance

/third_party/vk-gl-cts/framework/common/
DtcuVectorType.hpp61 typedef Vector<deUint64, 4> U64Vec4; typedef
DtcuImageCompare.cpp751 U64Vec4 maxDiff (0u, 0u, 0u, 0u); in intThresholdCompare()
752 U64Vec4 diff (0u, 0u, 0u, 0u); in intThresholdCompare()
753 const U64Vec4 threshold64 = threshold.cast<deUint64>(); in intThresholdCompare()
DtcuTexture.hpp378U64Vec4 getPixelUint64 (int x, int y, int z = 0) const { return getPixelInt64(x, y, z).cast… in getPixelUint64()
DtcuTexture.cpp1331 U64Vec4 ConstPixelBufferAccess::getPixelT (int x, int y, int z) const in getPixelT()