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

/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_private.h698 thrd_t submission_thread; member in struct:radv_queue
H A Dradv_device.c2602 thrd_join(queue->submission_thread, NULL);
4936 ret = thrd_create(&queue->submission_thread, radv_queue_submission_thread_run, queue);

Completed in 17 milliseconds