Searched refs:mDescriptorPool (Results 1 – 2 of 2) sorted by relevance
113 VkDescriptorPool mDescriptorPool = VK_NULL_HANDLE; variable
762 nullptr, &mDescriptorPool)); in init()797 if (mDescriptorPool != VK_NULL_HANDLE) { in ~VkImageRenderer()798 vkDestroyDescriptorPool(mInit->device(), mDescriptorPool, nullptr); in ~VkImageRenderer()799 mDescriptorPool = VK_NULL_HANDLE; in ~VkImageRenderer()1068 .descriptorPool = mDescriptorPool, in renderImageAndReadback()1225 vkResetDescriptorPool(mInit->device(), mDescriptorPool, 0 /*flags*/); in cleanUpTemporaries()