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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dglthread.h54 struct glthread_batch struct
78 struct glthread_batch batches[MARSHAL_MAX_BATCHES];
H A Dglthread.c46 struct glthread_batch *batch = (struct glthread_batch*)job;
152 struct glthread_batch *next = &glthread->batches[glthread->next];
196 struct glthread_batch *last = &glthread->batches[glthread->last];
197 struct glthread_batch *next = &glthread->batches[glthread->next];
H A Dmarshal.h56 struct glthread_batch *next = &glthread->batches[glthread->next];
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dglthread.c47 struct glthread_batch *batch = (struct glthread_batch*)job;
236 struct glthread_batch *next = glthread->next_batch;
281 struct glthread_batch *last = &glthread->batches[glthread->last];
282 struct glthread_batch *next = glthread->next_batch;
H A Dglthread.h95 struct glthread_batch struct
165 struct glthread_batch batches[MARSHAL_MAX_BATCHES];
168 struct glthread_batch *next_batch;
H A Dglthread_marshal.h65 struct glthread_batch *next = glthread->next_batch;

Completed in 7 milliseconds