Searched refs:ds_pool_ci (Results 1 – 1 of 1) sorted by relevance
2057 VkDescriptorPoolCreateInfo ds_pool_ci = {}; in TEST_F() local2058 ds_pool_ci.sType = VK_STRUCTURE_TYPE_DESCRIPTOR_POOL_CREATE_INFO; in TEST_F()2059 ds_pool_ci.pNext = NULL; in TEST_F()2060 ds_pool_ci.flags = 0; in TEST_F()2061 ds_pool_ci.maxSets = 1; in TEST_F()2062 ds_pool_ci.poolSizeCount = 1; in TEST_F()2063 ds_pool_ci.pPoolSizes = &ds_type_count; in TEST_F()2066 err = vkCreateDescriptorPool(m_device->device(), &ds_pool_ci, NULL, &ds_pool_one); in TEST_F()2071 err = vkCreateDescriptorPool(m_device->device(), &ds_pool_ci, NULL, &ds_pool_two); in TEST_F()2140 VkDescriptorPoolCreateInfo ds_pool_ci = {}; in TEST_F() local[all …]