Lines Matching defs:pool
72 VkCommandPool pool;
1077 /* Create command pool */
1079 hwctx->alloc, &cmd->pool);
1081 av_log(hwfc, AV_LOG_ERROR, "Command pool creation failure: %s\n",
1090 cbuf_create.commandPool = cmd->pool;
1142 vk->FreeCommandBuffers(hwctx->act_dev, cmd->pool, cmd->nb_queues, cmd->bufs);
1143 if (cmd->pool)
1144 vk->DestroyCommandPool(hwctx->act_dev, cmd->pool, hwctx->alloc);
1148 cmd->pool = VK_NULL_HANDLE;
2400 /* If user did not specify a pool, hwfc->pool will be set to the internal one
2402 if (!hwfc->pool) {
2415 frame->buf[0] = av_buffer_pool_get(hwfc->pool);