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

/external/deqp/framework/common/
H A DtcuCompressedTexture.cpp284 inline deUint64 get64BitBlock (const deUint8* src, int blockNdx) function in namespace:tcu::__anon4062::EtcDecompressInternal
298 return get64BitBlock(src, 2*blockNdx);
304 return get64BitBlock(src, 2*blockNdx + 1);
817 const deUint64 compressedBlock = get64BitBlock(src, 0);
827 const deUint64 compressedBlock = get64BitBlock(src, 0);
875 const deUint64 compressedBlockRGBA = get64BitBlock(src, 0);
908 const deUint64 compressedBlock = get64BitBlock(src, 0);

Completed in 52 milliseconds