Searched defs:get64BitBlock (Results 1 - 1 of 1) sorted by relevance

/external/deqp/framework/common/
H A DtcuCompressedTexture.cpp300 inline deUint64 get64BitBlock (const deUint8* src, int blockNdx) function in namespace:tcu::__anon2964::EtcDecompressInternal
314 return get64BitBlock(src, 2*blockNdx);
320 return get64BitBlock(src, 2*blockNdx + 1);
833 const deUint64 compressedBlock = get64BitBlock(src, 0);
843 const deUint64 compressedBlock = get64BitBlock(src, 0);
891 const deUint64 compressedBlockRGBA = get64BitBlock(src, 0);
924 const deUint64 compressedBlock = get64BitBlock(src, 0);

Completed in 26 milliseconds