Home
last modified time | relevance | path

Searched refs:getPixelInt64 (Results 1 – 3 of 3) sorted by relevance

/third_party/vk-gl-cts/framework/common/
DtcuImageCompare.cpp861 I64Vec4 refPix = reference.getPixelInt64(x, y, z); in intThresholdCompare()
862 I64Vec4 cmpPix = result.getPixelInt64(x, y, z); in intThresholdCompare()
DtcuTexture.hpp379 I64Vec4 getPixelInt64 (int x, int y, int z = 0) const;
380 …U64Vec4 getPixelUint64 (int x, int y, int z = 0) const { return getPixelInt64(x, y, z).cast… in getPixelUint64()
DtcuTexture.cpp1271 I64Vec4 ConstPixelBufferAccess::getPixelInt64 (int x, int y, int z) const in getPixelInt64() function in tcu::ConstPixelBufferAccess
1332 return getPixelInt64(x, y, z); in getPixelT()