Searched refs:ds_pool_ci (Results 1 – 2 of 2) sorted by relevance
1367 VkDescriptorPoolCreateInfo ds_pool_ci = {}; in TEST_F() local1368 ds_pool_ci.sType = VK_STRUCTURE_TYPE_DESCRIPTOR_POOL_CREATE_INFO; in TEST_F()1369 ds_pool_ci.pNext = NULL; in TEST_F()1370 ds_pool_ci.flags = 0; in TEST_F()1371 ds_pool_ci.maxSets = 1; in TEST_F()1372 ds_pool_ci.poolSizeCount = 1; in TEST_F()1373 ds_pool_ci.pPoolSizes = &ds_type_count; in TEST_F()1376 err = vkCreateDescriptorPool(m_device->device(), &ds_pool_ci, NULL, &bad_pool); in TEST_F()3621 VkDescriptorPoolCreateInfo ds_pool_ci = {}; in TEST_F() local3622 ds_pool_ci.sType = VK_STRUCTURE_TYPE_DESCRIPTOR_POOL_CREATE_INFO; in TEST_F()[all …]
1786 VkDescriptorPoolCreateInfo ds_pool_ci = {}; in TEST_F() local1787 ds_pool_ci.sType = VK_STRUCTURE_TYPE_DESCRIPTOR_POOL_CREATE_INFO; in TEST_F()1788 ds_pool_ci.pNext = NULL; in TEST_F()1789 ds_pool_ci.flags = VK_DESCRIPTOR_POOL_CREATE_FREE_DESCRIPTOR_SET_BIT; in TEST_F()1790 ds_pool_ci.maxSets = 1; in TEST_F()1791 ds_pool_ci.poolSizeCount = 1; in TEST_F()1792 ds_pool_ci.pPoolSizes = &ds_type_count; in TEST_F()1795 err = vkCreateDescriptorPool(m_device->device(), &ds_pool_ci, NULL, &ds_pool_one); in TEST_F()2766 VkDescriptorPoolCreateInfo ds_pool_ci = {}; in TEST_F() local2767 ds_pool_ci.sType = VK_STRUCTURE_TYPE_DESCRIPTOR_POOL_CREATE_INFO; in TEST_F()[all …]