Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/
DVkDecoderInternalStructs.h206 bool useAstcCpuDecompression = false; member
222 (cmpInfo.isAstc() && emulateTextureAstc && !useAstcCpuDecompression)); in needGpuDecompression()
DVkDecoderGlobalState.cpp2015 deviceInfo.useAstcCpuDecompression = in on_vkCreateDevice()
2031 deviceInfo.useAstcCpuDecompression ? "on" : "off"); in on_vkCreateDevice()
2556 if (deviceInfo->useAstcCpuDecompression) { in on_vkCreateImage()
5619 (deviceInfo->useAstcCpuDecompression && deviceInfo->emulateTextureAstc)) && in on_vkAllocateMemory()