Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/zink/
Dzink_context.c1288 VkDescriptorPoolCreateInfo dpci = {}; in zink_context_create() local
1289 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()
/external/skqp/src/compute/hs/vk/bench/
Dmain.c639 VkDescriptorPoolCreateInfo const dpci = { in main() local
651 &dpci, in main()