Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
Dvulkan.c353 VkCommandBufferAllocateInfo cbuf_create = { in FN_CREATING() local
380 cbuf_create.commandPool = e->pool; in FN_CREATING()
383 ret = vkAllocateCommandBuffers(s->hwctx->act_dev, &cbuf_create, e->bufs); in FN_CREATING()
/third_party/ffmpeg/libavutil/
Dhwcontext_vulkan.c788 VkCommandBufferAllocateInfo cbuf_create = { in create_exec_ctx() local
809 cbuf_create.commandPool = cmd->pool; in create_exec_ctx()
812 ret = vkAllocateCommandBuffers(hwctx->act_dev, &cbuf_create, cmd->bufs); in create_exec_ctx()