Searched refs:decompressedSrcFormat (Results 1 – 1 of 1) sorted by relevance
3663 tcu::TextureFormat decompressedSrcFormat(tcu::getUncompressedFormat(srcFormat)); in CompressedTextureForBlit() local3664 … const int decompressedDataSize(tcu::getPixelSize(decompressedSrcFormat) * width * height * depth); in CompressedTextureForBlit()3726 … tcu::PixelBufferAccess(decompressedSrcFormat, width, height, depth, m_decompressedData.getPtr()); in CompressedTextureForBlit()