Home
last modified time | relevance | path

Searched refs:dspci (Results 1 – 2 of 2) sorted by relevance

/external/vulkan-validation-layers/tests/
Dvklayertests_descriptor_renderpass_framebuffer.cpp6592 auto dspci = lvl_init_struct<VkDescriptorPoolCreateInfo>(); in TEST_F() local
6593 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 …]
Dlayer_validation_tests.cpp1337 VkDescriptorPoolCreateInfo dspci = { local
1339 err = vkCreateDescriptorPool(device_->handle(), &dspci, nullptr, &pool_);