Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiCopiesAndBlittingTests.cpp3663 tcu::TextureFormat decompressedSrcFormat(tcu::getUncompressedFormat(srcFormat)); in CompressedTextureForBlit() local
3664 … const int decompressedDataSize(tcu::getPixelSize(decompressedSrcFormat) * width * height * depth); in CompressedTextureForBlit()
3726 … tcu::PixelBufferAccess(decompressedSrcFormat, width, height, depth, m_decompressedData.getPtr()); in CompressedTextureForBlit()