Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/zink/
Dzink_context.h86 VkCommandPool cmdpool; member
Dzink_context.c68 vkFreeCommandBuffers(screen->dev, ctx->cmdpool, 1, &ctx->batches[i].cmdbuf); in zink_context_destroy()
70 vkDestroyCommandPool(screen->dev, ctx->cmdpool, NULL); in zink_context_destroy()
1271 if (vkCreateCommandPool(screen->dev, &cpci, NULL, &ctx->cmdpool) != VK_SUCCESS) in zink_context_create()
1276 cbai.commandPool = ctx->cmdpool; in zink_context_create()
1345 vkDestroyCommandPool(screen->dev, ctx->cmdpool, NULL); in zink_context_create()