• Home
  • Raw
  • Download

Lines Matching refs:ds_pool

8527     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
9522 VkResult err = vkCreateDescriptorPool(m_device->device(), &ds_pool_ci, NULL, &ds_pool); in TEST_F()
9537 alloc_info.descriptorPool = ds_pool; in TEST_F()
9647 vkDestroyDescriptorPool(m_device->device(), ds_pool, NULL); in TEST_F()
10249 VkDescriptorPool ds_pool; in TEST_F() local
10250 VkResult err = vkCreateDescriptorPool(m_device->device(), &ds_pool_ci, NULL, &ds_pool); in TEST_F()
10266 alloc_info.descriptorPool = ds_pool; in TEST_F()
10371 vkDestroyDescriptorPool(m_device->device(), ds_pool, NULL); in TEST_F()
10395 VkDescriptorPool ds_pool; in TEST_F() local
10396 VkResult err = vkCreateDescriptorPool(m_device->device(), &ds_pool_ci, NULL, &ds_pool); in TEST_F()
10412 alloc_info.descriptorPool = ds_pool; in TEST_F()
10667 vkFreeDescriptorSets(m_device->device(), ds_pool, 1, &descriptorSet); in TEST_F()
10677 vkFreeDescriptorSets(m_device->device(), ds_pool, 1, &descriptorSet); in TEST_F()
10694 vkDestroyDescriptorPool(m_device->device(), ds_pool, NULL); in TEST_F()
10813 VkDescriptorPool ds_pool; in TEST_F() local
10814 VkResult err = vkCreateDescriptorPool(m_device->device(), &ds_pool_ci, NULL, &ds_pool); in TEST_F()
10830 alloc_info.descriptorPool = ds_pool; in TEST_F()
10933 vkDestroyDescriptorPool(m_device->device(), ds_pool, NULL); in TEST_F()
11061 VkDescriptorPool ds_pool; in TEST_F() local
11062 VkResult err = vkCreateDescriptorPool(m_device->device(), &ds_pool_ci, NULL, &ds_pool); in TEST_F()
11078 alloc_info.descriptorPool = ds_pool; in TEST_F()
11158 vkDestroyDescriptorPool(m_device->device(), ds_pool, NULL); in TEST_F()
11166 vkDestroyDescriptorPool(m_device->device(), ds_pool, NULL); in TEST_F()
11187 VkDescriptorPool ds_pool; in TEST_F() local
11188 VkResult err = vkCreateDescriptorPool(m_device->device(), &ds_pool_ci, nullptr, &ds_pool); in TEST_F()
11204 alloc_info.descriptorPool = ds_pool; in TEST_F()
11284 vkResetDescriptorPool(m_device->device(), ds_pool, 0); in TEST_F()
11292 vkDestroyDescriptorPool(m_device->device(), ds_pool, nullptr); in TEST_F()
11312 VkDescriptorPool ds_pool; in TEST_F() local
11313 VkResult err = vkCreateDescriptorPool(m_device->device(), &ds_pool_ci, NULL, &ds_pool); in TEST_F()
11329 alloc_info.descriptorPool = ds_pool; in TEST_F()
11420 vkDestroyDescriptorPool(m_device->device(), ds_pool, NULL); in TEST_F()
11775 VkDescriptorPool ds_pool; in TEST_F() local
11776 err = vkCreateDescriptorPool(m_device->device(), &ds_pool_ci, NULL, &ds_pool); in TEST_F()
11792 alloc_info.descriptorPool = ds_pool; in TEST_F()
11860 vkDestroyDescriptorPool(m_device->device(), ds_pool, NULL); in TEST_F()
12032 VkDescriptorPool ds_pool; in TEST_F() local
12033 err = vkCreateDescriptorPool(m_device->device(), &ds_pool_ci, NULL, &ds_pool); in TEST_F()
12049 alloc_info.descriptorPool = ds_pool; in TEST_F()
12163 vkDestroyDescriptorPool(m_device->device(), ds_pool, NULL); in TEST_F()
12189 VkDescriptorPool ds_pool; in TEST_F() local
12190 err = vkCreateDescriptorPool(m_device->device(), &ds_pool_ci, NULL, &ds_pool); in TEST_F()
12206 alloc_info.descriptorPool = ds_pool; in TEST_F()
12243 vkDestroyDescriptorPool(m_device->device(), ds_pool, NULL); in TEST_F()
12450 VkDescriptorPool ds_pool; in TEST_F() local
12451 err = vkCreateDescriptorPool(m_device->device(), &ds_pool_ci, NULL, &ds_pool); in TEST_F()
12503 alloc_info.descriptorPool = ds_pool; in TEST_F()
12624 vkDestroyDescriptorPool(m_device->device(), ds_pool, NULL); in TEST_F()
12792 VkDescriptorPool ds_pool; in TEST_F() local
12793 err = vkCreateDescriptorPool(m_device->device(), &ds_pool_ci, NULL, &ds_pool); in TEST_F()
12809 alloc_info.descriptorPool = ds_pool; in TEST_F()
12884 vkDestroyDescriptorPool(m_device->device(), ds_pool, NULL); in TEST_F()
16019 vk_testing::DescriptorPool ds_pool; in TEST_F() local
16020ds_pool.init(*m_device, vk_testing::DescriptorPool::create_info(0, VK_DESCRIPTOR_TYPE_RANGE_SIZE, … in TEST_F()
16021 ASSERT_TRUE(ds_pool.initialized()); in TEST_F()
16040 … descriptor_sets.push_back(UpDescriptorSet(ds_pool.alloc_sets(*m_device, *ds_layouts.back()))); in TEST_F()
20631 VkDescriptorPool ds_pool = VK_NULL_HANDLE; in TEST_F() local
20632 vkCreateDescriptorPool(m_device->device(), &ds_pool_ci, NULL, &ds_pool); in TEST_F()
20638 ds_alloc_info.descriptorPool = ds_pool; in TEST_F()
20679 vkDestroyDescriptorPool(device(), ds_pool, nullptr); in TEST_F()
26844 VkDescriptorPool ds_pool; in TEST_F() local
26845 err = vkCreateDescriptorPool(m_device->device(), &ds_pool_ci, NULL, &ds_pool); in TEST_F()
26861 alloc_info.descriptorPool = ds_pool; in TEST_F()
26932 vkDestroyDescriptorPool(m_device->device(), ds_pool, NULL); in TEST_F()
29395 VkDescriptorPool ds_pool; in TEST_F() local
29396 err = vkCreateDescriptorPool(m_device->device(), &ds_pool_ci, NULL, &ds_pool); in TEST_F()
29416 alloc_info.descriptorPool = ds_pool; in TEST_F()
29493 vkDestroyDescriptorPool(m_device->device(), ds_pool, NULL); in TEST_F()
29682 VkDescriptorPool ds_pool; in TEST_F() local
29683 err = vkCreateDescriptorPool(m_device->device(), &ds_pool_ci, NULL, &ds_pool); in TEST_F()
29699 alloc_info.descriptorPool = ds_pool; in TEST_F()
29703 vkFreeDescriptorSets(m_device->device(), ds_pool, 3, descriptor_sets); in TEST_F()
29704 vkDestroyDescriptorPool(m_device->device(), ds_pool, NULL); in TEST_F()
35785 VkDescriptorPool ds_pool = VK_NULL_HANDLE; in TEST_F() local
35787 err = vkCreateDescriptorPool(m_device->device(), &ds_pool_ci, NULL, &ds_pool); in TEST_F()
35789 if (ds_pool) { in TEST_F()
35790 vkDestroyDescriptorPool(m_device->handle(), ds_pool, nullptr); in TEST_F()
35791 ds_pool = VK_NULL_HANDLE; in TEST_F()
35796 err = vkCreateDescriptorPool(m_device->device(), &ds_pool_ci, NULL, &ds_pool); in TEST_F()
35820 alloc_info.descriptorPool = ds_pool; in TEST_F()
35894 vkDestroyDescriptorPool(m_device->handle(), ds_pool, nullptr); in TEST_F()