Searched refs:cmdpool (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/gallium/drivers/zink/ |
D | zink_context.h | 86 VkCommandPool cmdpool; member
|
D | zink_context.c | 68 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()
|