Home
last modified time | relevance | path

Searched defs:astcDataSize (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/hardware/google/gfxstream/host/vulkan/emulated_textures/
DAstcTexture.cpp162 size_t astcDataSize, VkImage dstImage, in on_vkCmdCopyBufferToImageImpl()
270 size_t astcDataSize, VkImage dstImage, in on_vkCmdCopyBufferToImage()
278size_t astcDataSize, const VkCopyBufferToImageInfo2* pCopyBufferToImageInfo, in on_vkCmdCopyBufferToImage2()
DCompressedImageInfo.cpp508 size_t astcDataSize, VkImage dstImage, in decompressOnCpu()
516 …mageInfo::decompressOnCpu(VkCommandBuffer commandBuffer, uint8_t* srcAstcData, size_t astcDataSize, in decompressOnCpu()
/aosp_15_r20/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DTextureUtils.cpp169 bool astcDecompress(const uint8_t* astcData, size_t astcDataSize, uint32_t width, uint32_t height, in astcDecompress()