Searched refs:dspci (Results 1 – 2 of 2) sorted by relevance
6592 auto dspci = lvl_init_struct<VkDescriptorPoolCreateInfo>(); in TEST_F() local6593 dspci.poolSizeCount = 1; in TEST_F()6594 dspci.pPoolSizes = &pool_size; in TEST_F()6595 dspci.maxSets = 1; in TEST_F()6597 err = vkCreateDescriptorPool(m_device->handle(), &dspci, nullptr, &pool); in TEST_F()6623 dspci = lvl_init_struct<VkDescriptorPoolCreateInfo>(); in TEST_F()6624 dspci.poolSizeCount = 1; in TEST_F()6625 dspci.pPoolSizes = &pool_size; in TEST_F()6626 dspci.maxSets = 1; in TEST_F()6627 err = vkCreateDescriptorPool(m_device->handle(), &dspci, nullptr, &pool); in TEST_F()[all …]
1337 VkDescriptorPoolCreateInfo dspci = { local1339 err = vkCreateDescriptorPool(device_->handle(), &dspci, nullptr, &pool_);