Searched refs:ds_pool (Results 1 – 2 of 2) sorted by relevance
/external/vulkan-validation-layers/tests/ |
D | vklayertests_descriptor_renderpass_framebuffer.cpp | 3629 VkDescriptorPool ds_pool; in TEST_F() local 3630 err = vkCreateDescriptorPool(m_device->device(), &ds_pool_ci, NULL, &ds_pool); in TEST_F() 3648 alloc_info.descriptorPool = ds_pool; in TEST_F() 3674 vkDestroyDescriptorPool(m_device->device(), ds_pool, NULL); in TEST_F() 3699 VkDescriptorPool ds_pool; in TEST_F() local 3700 err = vkCreateDescriptorPool(m_device->device(), &ds_pool_ci, NULL, &ds_pool); in TEST_F() 3716 alloc_info.descriptorPool = ds_pool; in TEST_F() 3721 err = vkFreeDescriptorSets(m_device->device(), ds_pool, 1, &descriptorSet); in TEST_F() 3724 vkDestroyDescriptorPool(m_device->device(), ds_pool, NULL); in TEST_F() 4087 VkDescriptorPool ds_pool; in TEST_F() local [all …]
|
D | vkpositivelayertests.cpp | 2774 VkDescriptorPool ds_pool; in TEST_F() local 2775 err = vkCreateDescriptorPool(m_device->device(), &ds_pool_ci, NULL, &ds_pool); in TEST_F() 2791 alloc_info.descriptorPool = ds_pool; in TEST_F() 2795 vkFreeDescriptorSets(m_device->device(), ds_pool, 3, descriptor_sets); in TEST_F() 2796 vkDestroyDescriptorPool(m_device->device(), ds_pool, NULL); in TEST_F()
|