Home
last modified time | relevance | path

Searched refs:DispatchComputeGroupSize (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/main/
Dcompute.c86 ctx->Driver.DispatchComputeGroupSize(ctx, num_groups, group_size); in _mesa_DispatchComputeGroupSizeARB()
Ddd.h976 void (*DispatchComputeGroupSize)(struct gl_context *ctx, member
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_compute.c98 functions->DispatchComputeGroupSize = st_dispatch_compute_group_size; in st_init_compute_functions()