Searched refs:ds_pool_two (Results 1 – 1 of 1) sorted by relevance
2070 VkDescriptorPool ds_pool_two; in TEST_F() local2071 err = vkCreateDescriptorPool(m_device->device(), &ds_pool_ci, NULL, &ds_pool_two); in TEST_F()2100 err = vkFreeDescriptorSets(m_device->device(), ds_pool_two, 1, &descriptorSet); in TEST_F()2106 vkDestroyDescriptorPool(m_device->device(), ds_pool_two, NULL); in TEST_F()