Searched refs:cmd_queue (Results 1 - 7 of 7) sorted by relevance
/third_party/mesa3d/src/vulkan/runtime/ |
H A D | vk_cmd_enqueue.c | 43 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 D | vk_command_buffer.c | 42 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 D | vk_command_buffer.h | 82 struct vk_cmd_queue cmd_queue; member
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
H A D | lvp_cmd_buffer.c | 174 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 D | lvp_execute.c | 3915 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 D | panvk_vX_cmd_buffer.c | 910 cmdbuf->vk.cmd_queue.error : cmdbuf->record_result; in EndCommandBuffer()
|
/third_party/mesa3d/src/microsoft/vulkan/ |
H A D | dzn_cmd_buffer.c | 882 cmdbuf->error = cmdbuf->vk.cmd_queue.error; in dzn_EndCommandBuffer()
|
Completed in 18 milliseconds