Home
last modified time | relevance | path

Searched refs:thread_input (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/util/
Du_queue.c245 struct thread_input { struct
253 struct util_queue *queue = ((struct thread_input*)input)->queue; in util_queue_thread_func() argument
254 int thread_index = ((struct thread_input*)input)->thread_index; in util_queue_thread_func()
335 struct thread_input *input = in util_queue_create_thread()
336 (struct thread_input *) malloc(sizeof(struct thread_input)); in util_queue_create_thread()