Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuCompressedTexture.cpp284 inline deUint64 get64BitBlock (const deUint8* src, int blockNdx) in get64BitBlock() function
298 return get64BitBlock(src, 2*blockNdx); in get128BitBlockStart()
304 return get64BitBlock(src, 2*blockNdx + 1); in get128BitBlockEnd()
817 const deUint64 compressedBlock = get64BitBlock(src, 0); in decompressETC1()
827 const deUint64 compressedBlock = get64BitBlock(src, 0); in decompressETC2()
875 const deUint64 compressedBlockRGBA = get64BitBlock(src, 0); in decompressETC2_RGB8_PUNCHTHROUGH_ALPHA1()
908 const deUint64 compressedBlock = get64BitBlock(src, 0); in decompressEAC_R11()