Searched refs:dpci (Results 1 – 2 of 2) sorted by relevance
1288 VkDescriptorPoolCreateInfo dpci = {}; in zink_context_create() local1289 dpci.sType = VK_STRUCTURE_TYPE_DESCRIPTOR_POOL_CREATE_INFO; in zink_context_create()1290 dpci.pPoolSizes = sizes; in zink_context_create()1291 dpci.poolSizeCount = ARRAY_SIZE(sizes); in zink_context_create()1292 dpci.flags = VK_DESCRIPTOR_POOL_CREATE_FREE_DESCRIPTOR_SET_BIT; in zink_context_create()1293 dpci.maxSets = ZINK_BATCH_DESC_SIZE; in zink_context_create()1314 if (vkCreateDescriptorPool(screen->dev, &dpci, 0, in zink_context_create()
639 VkDescriptorPoolCreateInfo const dpci = { in main() local651 &dpci, in main()