Searched refs:mDecompDescriptorPool (Results 1 – 2 of 2) sorted by relevance
182 VkDescriptorPool mDecompDescriptorPool = VK_NULL_HANDLE; variable
609 vk->vkDestroyDescriptorPool(mDevice, mDecompDescriptorPool, nullptr); in destroy()677 vk->vkCreateDescriptorPool(device, &dsPoolInfo, nullptr, &mDecompDescriptorPool); in initializeDecompressionPipeline()687 .descriptorPool = mDecompDescriptorPool, in initializeDecompressionPipeline()