Home
last modified time | relevance | path

Searched refs:cmd_queue (Results 1 - 7 of 7) sorted by relevance

/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_cmd_enqueue.c43 vk_zalloc(cmd_buffer->cmd_queue.alloc, sizeof(*cmd), 8, in vk_cmd_enqueue_CmdDrawMultiEXT()
49 list_addtail(&cmd->cmd_link, &cmd_buffer->cmd_queue.cmds); in vk_cmd_enqueue_CmdDrawMultiEXT()
55 vk_zalloc(cmd_buffer->cmd_queue.alloc, in vk_cmd_enqueue_CmdDrawMultiEXT()
81 vk_zalloc(cmd_buffer->cmd_queue.alloc, sizeof(*cmd), 8, in vk_cmd_enqueue_CmdDrawMultiIndexedEXT()
87 list_addtail(&cmd->cmd_link, &cmd_buffer->cmd_queue.cmds); in vk_cmd_enqueue_CmdDrawMultiIndexedEXT()
94 vk_zalloc(cmd_buffer->cmd_queue.alloc, in vk_cmd_enqueue_CmdDrawMultiIndexedEXT()
112 vk_zalloc(cmd_buffer->cmd_queue.alloc, in vk_cmd_enqueue_CmdDrawMultiIndexedEXT()
133 vk_zalloc(cmd_buffer->cmd_queue.alloc, sizeof(*cmd), 8, in vk_cmd_enqueue_CmdPushDescriptorSetKHR()
141 list_addtail(&cmd->cmd_link, &cmd_buffer->cmd_queue.cmds); in vk_cmd_enqueue_CmdPushDescriptorSetKHR()
150 vk_zalloc(cmd_buffer->cmd_queue in vk_cmd_enqueue_CmdPushDescriptorSetKHR()
[all...]
H A Dvk_command_buffer.c42 vk_cmd_queue_init(&command_buffer->cmd_queue, &pool->alloc); in vk_command_buffer_init()
56 vk_cmd_queue_reset(&command_buffer->cmd_queue); in vk_command_buffer_reset()
66 vk_cmd_queue_finish(&command_buffer->cmd_queue); in vk_command_buffer_finish()
83 vk_cmd_queue_execute(&secondary->cmd_queue, commandBuffer, disp); in vk_common_CmdExecuteCommands()
H A Dvk_command_buffer.h82 struct vk_cmd_queue cmd_queue; member
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_cmd_buffer.c174 cmd_buffer->vk.cmd_queue.error == VK_SUCCESS ? in lvp_EndCommandBuffer()
178 return cmd_buffer->vk.cmd_queue.error; in lvp_EndCommandBuffer()
287 struct vk_cmd_queue_entry *cmd = vk_zalloc(cmd_buffer->vk.cmd_queue.alloc, in lvp_CmdPushDescriptorSetWithTemplateKHR()
295 list_addtail(&cmd->cmd_link, &cmd_buffer->vk.cmd_queue.cmds); in lvp_CmdPushDescriptorSetWithTemplateKHR()
329 cmd->u.push_descriptor_set_with_template_khr.data = vk_zalloc(cmd_buffer->vk.cmd_queue.alloc, info_size, 8, VK_SYSTEM_ALLOCATION_SCOPE_COMMAND); in lvp_CmdPushDescriptorSetWithTemplateKHR()
H A Dlvp_execute.c3915 LIST_FOR_EACH_ENTRY(cmd, &cmd_buffer->vk.cmd_queue.cmds, cmd_link) { in lvp_execute_cmd_buffer()
4035 if (first || did_flush || cmd->cmd_link.next == &cmd_buffer->vk.cmd_queue.cmds) in lvp_execute_cmd_buffer()
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_vX_cmd_buffer.c910 cmdbuf->vk.cmd_queue.error : cmdbuf->record_result; in EndCommandBuffer()
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_cmd_buffer.c882 cmdbuf->error = cmdbuf->vk.cmd_queue.error; in dzn_EndCommandBuffer()

Completed in 18 milliseconds