Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/tests/
Dvklayertests_descriptor_renderpass_framebuffer.cpp1375 VkDescriptorPool bad_pool; in TEST_F() local
1376 err = vkCreateDescriptorPool(m_device->device(), &ds_pool_ci, NULL, &bad_pool); in TEST_F()
1383 err = vkFreeDescriptorSets(m_device->device(), bad_pool, 1, &descriptor_set.set_); in TEST_F()
1387 vkDestroyDescriptorPool(m_device->device(), bad_pool, NULL); in TEST_F()
3734 VkDescriptorPool bad_pool = reinterpret_cast<VkDescriptorPool &>(fake_pool_handle); in TEST_F() local
3735 vkResetDescriptorPool(device(), bad_pool, 0); in TEST_F()