Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dglthread.c46 struct glthread_batch *batch = (struct glthread_batch*)job; in glthread_unmarshal_batch()
149 struct glthread_batch *next = &glthread->batches[glthread->next]; in _mesa_glthread_flush_batch()
193 struct glthread_batch *last = &glthread->batches[glthread->last]; in _mesa_glthread_finish()
194 struct glthread_batch *next = &glthread->batches[glthread->next]; in _mesa_glthread_finish()
Dglthread.h55 struct glthread_batch struct
79 struct glthread_batch batches[MARSHAL_MAX_BATCHES]; argument
Dmarshal.h56 struct glthread_batch *next = &glthread->batches[glthread->next]; in _mesa_glthread_allocate_command()