Searched refs:util_queue_execute_func (Results 1 - 9 of 9) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/util/ |
| H A D | u_queue.h | 192 typedef void (*util_queue_execute_func)(void *job, int thread_index); typedef in typeref:typename:void (*)(void * job,int thread_index) 197 util_queue_execute_func execute; 198 util_queue_execute_func cleanup; 232 util_queue_execute_func execute, 233 util_queue_execute_func cleanup);
|
| H A D | u_queue.c | 544 util_queue_execute_func execute, 545 util_queue_execute_func cleanup)
|
| /xsrc/external/mit/MesaLib/dist/src/util/ |
| H A D | u_queue.h | 194 typedef void (*util_queue_execute_func)(void *job, void *gdata, int thread_index); typedef in typeref:typename:void (*)(void * job,void * gdata,int thread_index) 201 util_queue_execute_func execute; 202 util_queue_execute_func cleanup; 239 util_queue_execute_func execute, 240 util_queue_execute_func cleanup,
|
| H A D | u_queue.c | 570 util_queue_execute_func execute, 571 util_queue_execute_func cleanup,
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_state.h | 542 void *job, util_queue_execute_func execute);
|
| H A D | si_state_shaders.c | 2166 void *job, util_queue_execute_func execute)
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_state.h | 571 util_queue_execute_func execute);
|
| H A D | si_state_shaders.c | 2752 util_queue_execute_func execute)
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/ |
| H A D | iris_program.c | 1273 util_queue_execute_func execute)
|
Completed in 72 milliseconds