Searched refs:cur_queue_idx (Results 1 – 7 of 7) sorted by relevance
403 FFVkQueueCtx *q = &e->queues[s->cur_queue_idx]; in ff_vk_discard_exec_deps()421 FFVkQueueCtx *q = &e->queues[s->cur_queue_idx]; in ff_vk_start_exec_recording()448 ret = vkBeginCommandBuffer(e->bufs[s->cur_queue_idx], &cmd_start); in ff_vk_start_exec_recording()461 return e->bufs[s->cur_queue_idx]; in ff_vk_get_exec_buf()470 FFVkQueueCtx *q = &e->queues[s->cur_queue_idx]; in ff_vk_add_exec_dep()526 FFVkQueueCtx *q = &e->queues[s->cur_queue_idx]; in ff_vk_submit_exec_queue()531 .pCommandBuffers = &e->bufs[s->cur_queue_idx], in ff_vk_submit_exec_queue()541 ret = vkEndCommandBuffer(e->bufs[s->cur_queue_idx]); in ff_vk_submit_exec_queue()556 s->cur_queue_idx = (s->cur_queue_idx + 1) % s->queue_count; in ff_vk_submit_exec_queue()566 FFVkQueueCtx *q = &e->queues[s->cur_queue_idx]; in ff_vk_add_dep_exec_ctx()[all …]
168 int cur_queue_idx; member
79 s->vkctx.cur_queue_idx = av_get_random_seed() % s->vkctx.queue_count;
103 s->vkctx.cur_queue_idx = av_get_random_seed() % s->vkctx.queue_count;
93 s->vkctx.cur_queue_idx = av_get_random_seed() % s->vkctx.queue_count;
121 s->vkctx.cur_queue_idx = av_get_random_seed() % s->vkctx.queue_count;
60 int cur_queue_idx; member870 return cmd->bufs[cmd->cur_queue_idx]; in get_buf_exec_ctx()875 VulkanQueueCtx *q = &cmd->queues[cmd->cur_queue_idx]; in unref_exec_ctx_deps()886 VulkanQueueCtx *q = &cmd->queues[cmd->cur_queue_idx]; in wait_start_exec_ctx()913 ret = vkBeginCommandBuffer(cmd->bufs[cmd->cur_queue_idx], &cmd_start); in wait_start_exec_ctx()927 VulkanQueueCtx *q = &cmd->queues[cmd->cur_queue_idx]; in add_buf_dep_exec_ctx()957 VulkanQueueCtx *q = &cmd->queues[cmd->cur_queue_idx]; in submit_exec_ctx()959 ret = vkEndCommandBuffer(cmd->bufs[cmd->cur_queue_idx]); in submit_exec_ctx()967 s_info->pCommandBuffers = &cmd->bufs[cmd->cur_queue_idx]; in submit_exec_ctx()984 cmd->cur_queue_idx = (cmd->cur_queue_idx + 1) % cmd->nb_queues; in submit_exec_ctx()