Searched refs:dispatch_compute (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dcompute.c247 dispatch_compute(GLuint num_groups_x, GLuint num_groups_y, function in typeref:typename:ALWAYS_INLINE void
272 dispatch_compute(num_groups_x, num_groups_y, num_groups_z, true);
280 dispatch_compute(num_groups_x, num_groups_y, num_groups_z, false);
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dcompute.c282 dispatch_compute(GLuint num_groups_x, GLuint num_groups_y, function in typeref:typename:ALWAYS_INLINE void
310 dispatch_compute(num_groups_x, num_groups_y, num_groups_z, true);
318 dispatch_compute(num_groups_x, num_groups_y, num_groups_z, false);

Completed in 4 milliseconds