Searched refs:DispatchCompute (Results 1 - 11 of 11) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_cb_compute.c97 functions->DispatchCompute = st_dispatch_compute;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dbrw_compute.c131 functions->DispatchCompute = brw_dispatch_compute;
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_cb_compute.c98 functions->DispatchCompute = st_dispatch_compute;
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_compute.c148 functions->DispatchCompute = brw_dispatch_compute;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dcompute.c88 * "An INVALID_OPERATION error is generated by DispatchCompute if the active
265 ctx->Driver.DispatchCompute(ctx, num_groups);
H A Ddd.h1072 void (*DispatchCompute)(struct gl_context *ctx, const GLuint *num_groups); member in struct:dd_function_table
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dcompute.c88 * "An INVALID_OPERATION error is generated by DispatchCompute if the active
300 ctx->Driver.DispatchCompute(ctx, num_groups);
H A Ddd.h1168 void (*DispatchCompute)(struct gl_context *ctx, const GLuint *num_groups); member in struct:dd_function_table
/xsrc/external/mit/MesaLib.old/dist/include/GL/
H A Dgl_mangle.h479 #define glDispatchCompute MANGLE(DispatchCompute)
/xsrc/external/mit/MesaLib.old/src/mapi/glapi/
H A Dglapi_mapi_tmp.h1123 GLAPI void APIENTRY GLAPI_PREFIX(DispatchCompute)(GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z);
9041 GLAPI void APIENTRY GLAPI_PREFIX(DispatchCompute)(GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z)
13705 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DispatchCompute))"\n"
/xsrc/external/mit/MesaLib/src/mapi/glapi/gen/
H A Dglapi_mapi_tmp.h1122 GLAPI void APIENTRY GLAPI_PREFIX(DispatchCompute)(GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z);
9040 GLAPI void APIENTRY GLAPI_PREFIX(DispatchCompute)(GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z)
13704 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DispatchCompute))"\n"

Completed in 65 milliseconds