Home
last modified time | relevance | path

Searched refs:act_dev (Results 1 - 5 of 5) sorted by relevance

/third_party/ffmpeg/libavutil/
H A Dvulkan.c180 ret = vk->AllocateMemory(s->hwctx->act_dev, &alloc_info, in vk_alloc_mem()
225 ret = vk->CreateBuffer(s->hwctx->act_dev, &buf_spawn, NULL, &buf->buf); in ff_vk_create_buf()
234 vk->GetBufferMemoryRequirements2(s->hwctx->act_dev, &req_desc, &req); in ff_vk_create_buf()
248 ret = vk->BindBufferMemory(s->hwctx->act_dev, buf->buf, buf->mem, 0); in ff_vk_create_buf()
267 ret = vk->MapMemory(s->hwctx->act_dev, buf[i].mem, 0, in ff_vk_map_buffers()
295 ret = vk->InvalidateMappedMemoryRanges(s->hwctx->act_dev, inval_count, in ff_vk_map_buffers()
334 ret = vk->FlushMappedMemoryRanges(s->hwctx->act_dev, flush_count, in ff_vk_unmap_buffers()
344 vk->UnmapMemory(s->hwctx->act_dev, buf[i].mem); in ff_vk_unmap_buffers()
356 vk->DeviceWaitIdle(s->hwctx->act_dev); in ff_vk_free_buf()
359 vk->DestroyBuffer(s->hwctx->act_dev, bu in ff_vk_free_buf()
[all...]
H A Dhwcontext_vulkan.c1078 ret = vk->CreateCommandPool(hwctx->act_dev, &cqueue_create, in create_exec_ctx()
1093 ret = vk->AllocateCommandBuffers(hwctx->act_dev, &cbuf_create, cmd->bufs); in create_exec_ctx()
1107 vk->GetDeviceQueue(hwctx->act_dev, queue_family_index, i, &q->queue); in create_exec_ctx()
1126 vk->WaitForFences(hwctx->act_dev, 1, &q->fence, VK_TRUE, UINT64_MAX); in free_exec_ctx()
1127 vk->ResetFences(hwctx->act_dev, 1, &q->fence); in free_exec_ctx()
1132 vk->DestroyFence(hwctx->act_dev, q->fence, hwctx->alloc); in free_exec_ctx()
1142 vk->FreeCommandBuffers(hwctx->act_dev, cmd->pool, cmd->nb_queues, cmd->bufs); in free_exec_ctx()
1144 vk->DestroyCommandPool(hwctx->act_dev, cmd->pool, hwctx->alloc); in free_exec_ctx()
1183 ret = vk->CreateFence(hwctx->act_dev, &fence_spawn, hwctx->alloc, in wait_start_exec_ctx()
1191 vk->WaitForFences(hwctx->act_dev, in wait_start_exec_ctx()
[all...]
H A Dhwcontext_vulkan.h68 VkDevice act_dev; member
H A Dvulkan_loader.h113 fn = vk->GetDeviceProcAddr(hwctx->act_dev, name); in ff_vk_load_functions()
/third_party/ffmpeg/libavfilter/
H A Dvf_libplacebo.c249 .device = hwctx->act_dev, in init_vulkan()

Completed in 8 milliseconds