Searched refs:util_queue_execute_func (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Du_queue.h192 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 Du_queue.c544 util_queue_execute_func execute,
545 util_queue_execute_func cleanup)
/xsrc/external/mit/MesaLib/dist/src/util/
H A Du_queue.h194 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 Du_queue.c570 util_queue_execute_func execute,
571 util_queue_execute_func cleanup,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_state.h542 void *job, util_queue_execute_func execute);
H A Dsi_state_shaders.c2166 void *job, util_queue_execute_func execute)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_state.h571 util_queue_execute_func execute);
H A Dsi_state_shaders.c2752 util_queue_execute_func execute)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_program.c1273 util_queue_execute_func execute)

Completed in 72 milliseconds