Home
last modified time | relevance | path

Searched refs:DispatchComputeIndirect (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/mesa/main/
Dcompute.c61 ctx->Driver.DispatchComputeIndirect(ctx, indirect); in _mesa_DispatchComputeIndirect()
Ddd.h969 void (*DispatchComputeIndirect)(struct gl_context *ctx, GLintptr indirect); member
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_compute.c97 functions->DispatchComputeIndirect = st_dispatch_compute_indirect; in st_init_compute_functions()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_compute.c283 functions->DispatchComputeIndirect = brw_dispatch_compute_indirect; in brw_init_compute_functions()
/external/mesa3d/include/GL/
Dgl_mangle.h478 #define glDispatchComputeIndirect MANGLE(DispatchComputeIndirect)