Lines Matching defs:queue
197 /* Start the thread trace with a different event based on the queue. */
261 /* Stop the thread trace with a different event based on the queue. */
529 radv_begin_thread_trace(struct radv_queue *queue)
531 struct radv_device *device = queue->device;
532 enum radv_queue_family family = queue->state.qf;
543 cs = ws->cs_create(ws, radv_queue_ring(queue));
558 unreachable("Incorrect queue family");
594 return radv_queue_internal_submit(queue, cs);
598 radv_end_thread_trace(struct radv_queue *queue)
600 struct radv_device *device = queue->device;
601 enum radv_queue_family family = queue->state.qf;
607 if (queue->device->thread_trace.stop_cs[family]) {
612 cs = ws->cs_create(ws, radv_queue_ring(queue));
627 unreachable("Incorrect queue family");
656 return radv_queue_internal_submit(queue, cs);
660 radv_get_thread_trace(struct radv_queue *queue, struct ac_thread_trace *thread_trace)
662 struct radv_device *device = queue->device;