Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/emulated_textures/
DAstcTexture.cpp199 const uint32_t numAstcBlocks = ((width + mBlockWidth - 1) / mBlockWidth) * in on_vkCmdCopyBufferToImageImpl() local
201 const uint32_t compressedSize = numAstcBlocks * 16; in on_vkCmdCopyBufferToImageImpl()