Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.cpp8527 VkDescriptorPool ds_pool; in TEST_F() local
8528 err = vkCreateDescriptorPool(m_device->device(), &ds_pool_ci, NULL, &ds_pool); in TEST_F()
8546 alloc_info.descriptorPool = ds_pool; in TEST_F()
8572 vkDestroyDescriptorPool(m_device->device(), ds_pool, NULL); in TEST_F()
8597 VkDescriptorPool ds_pool; in TEST_F() local
8598 err = vkCreateDescriptorPool(m_device->device(), &ds_pool_ci, NULL, &ds_pool); in TEST_F()
8614 alloc_info.descriptorPool = ds_pool; in TEST_F()
8619 err = vkFreeDescriptorSets(m_device->device(), ds_pool, 1, &descriptorSet); in TEST_F()
8622 vkDestroyDescriptorPool(m_device->device(), ds_pool, NULL); in TEST_F()
9521 VkDescriptorPool ds_pool; in TEST_F() local
[all …]