Searched refs:bad_pool (Results 1 – 1 of 1) sorted by relevance
/external/vulkan-validation-layers/tests/ |
D | layer_validation_tests.cpp | 3138 VkDescriptorPool bad_pool; in TEST_F() local 3139 err = vkCreateDescriptorPool(m_device->device(), &ds_pool_ci, NULL, &bad_pool); in TEST_F() 3146 err = vkFreeDescriptorSets(m_device->device(), bad_pool, 1, &ds.set_); in TEST_F() 3150 vkDestroyDescriptorPool(m_device->device(), bad_pool, NULL); in TEST_F() 8632 VkDescriptorPool bad_pool = reinterpret_cast<VkDescriptorPool &>(fake_pool_handle); in TEST_F() local 8633 vkResetDescriptorPool(device(), bad_pool, 0); in TEST_F()
|