Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavutil/
Dvulkan.c397 VkCommandBufferAllocateInfo cbuf_create = { in FN_CREATING() local
426 cbuf_create.commandPool = e->pool; in FN_CREATING()
429 ret = vk->AllocateCommandBuffers(s->hwctx->act_dev, &cbuf_create, e->bufs); in FN_CREATING()
Dhwcontext_vulkan.c1069 VkCommandBufferAllocateInfo cbuf_create = { in create_exec_ctx() local
1090 cbuf_create.commandPool = cmd->pool; in create_exec_ctx()
1093 ret = vk->AllocateCommandBuffers(hwctx->act_dev, &cbuf_create, cmd->bufs); in create_exec_ctx()