Searched refs:DispatchCompute (Results 1 – 5 of 5) sorted by relevance
96 functions->DispatchCompute = st_dispatch_compute; in st_init_compute_functions()
259 functions->DispatchCompute = brw_dispatch_compute; in brw_init_compute_functions()
265 ctx->Driver.DispatchCompute(ctx, num_groups); in dispatch_compute()
981 void (*DispatchCompute)(struct gl_context *ctx, const GLuint *num_groups); member
479 #define glDispatchCompute MANGLE(DispatchCompute)