Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/emulated_textures/
DCompressedImageInfo.h182 VkDescriptorPool mDecompDescriptorPool = VK_NULL_HANDLE; variable
DCompressedImageInfo.cpp609 vk->vkDestroyDescriptorPool(mDevice, mDecompDescriptorPool, nullptr); in destroy()
677 vk->vkCreateDescriptorPool(device, &dsPoolInfo, nullptr, &mDecompDescriptorPool); in initializeDecompressionPipeline()
687 .descriptorPool = mDecompDescriptorPool, in initializeDecompressionPipeline()