Searched refs:DispatchComputeGroupSize (Results 1 – 4 of 4) sorted by relevance
99 functions->DispatchComputeGroupSize = st_dispatch_compute_group_size; in st_init_compute_functions()
150 functions->DispatchComputeGroupSize = brw_dispatch_compute_group_size; in brw_init_compute_functions()
371 ctx->Driver.DispatchComputeGroupSize(ctx, num_groups, group_size); in dispatch_compute_group_size()
1101 void (*DispatchComputeGroupSize)(struct gl_context *ctx, member