Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/emulated_textures/
DAstcTexture.cpp74 mBlockHeight(blockHeight), in AstcTexture()
200 ((height + mBlockHeight - 1) / mBlockHeight); in on_vkCmdCopyBufferToImageImpl()
232 regionInfo.width, regionInfo.height, mBlockWidth, mBlockHeight, in on_vkCmdCopyBufferToImageImpl()
DAstcTexture.h66 uint32_t mBlockHeight; variable