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

/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dtu_drm.c886 struct tu_queue_submit *new_submit = vk_zalloc(&queue->device->vk.alloc, local in function:tu_queue_submit_create_locked
887 sizeof(*new_submit), 8, VK_SYSTEM_ALLOCATION_SCOPE_DEVICE);
889 new_submit->cmd_buffer_count = submit_info->commandBufferCount;
890 new_submit->cmd_buffers = vk_zalloc(&queue->device->vk.alloc,
891 new_submit->cmd_buffer_count * sizeof(*new_submit->cmd_buffers), 8,
894 if (new_submit->cmd_buffers == NULL) {
899 memcpy(new_submit->cmd_buffers, submit_info->pCommandBuffers,
900 new_submit->cmd_buffer_count * sizeof(*new_submit
[all...]

Completed in 3 milliseconds