Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/
DVkDecoderInternalStructs.h195 bool emulateTextureAstc = false; member
209 (cmpInfo.isAstc() && emulateTextureAstc && !useAstcCpuDecompression)); in needGpuDecompression()
213 (cmpInfo.isAstc() && emulateTextureAstc)); in needEmulatedDecompression()
217 (gfxstream::vk::isAstc(format) && emulateTextureAstc); in needEmulatedDecompression()
DVkDecoderGlobalState.cpp1640 bool emulateTextureAstc = needEmulatedAstc(physicalDevice, vk); in on_vkCreateDevice() local
1659 if (emulateTextureAstc) { in on_vkCreateDevice()
1777 deviceInfo.emulateTextureAstc = emulateTextureAstc; in on_vkCreateDevice()
1786 deviceInfo.emulateTextureAstc ? "on" : "off", in on_vkCreateDevice()
2291 if (!deviceInfo->emulateTextureEtc2 && !deviceInfo->emulateTextureAstc) { in performBindImageMemory()
4036 if (!deviceInfo->emulateTextureEtc2 && !deviceInfo->emulateTextureAstc) { in on_vkCmdPipelineBarrier()
4574 (deviceInfo->useAstcCpuDecompression && deviceInfo->emulateTextureAstc)) && in on_vkAllocateMemory()
5752 if (deviceInfo->emulateTextureEtc2 || deviceInfo->emulateTextureAstc) { in on_vkCreateRenderPass()
6986 if (!deviceInfo->emulateTextureEtc2 && !deviceInfo->emulateTextureAstc) { in updateImageMemorySizeLocked()