Searched refs:DispatchCompute (Results 1 - 11 of 11) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| H A D | st_cb_compute.c | 97 functions->DispatchCompute = st_dispatch_compute;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_compute.c | 131 functions->DispatchCompute = brw_dispatch_compute;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| H A D | st_cb_compute.c | 98 functions->DispatchCompute = st_dispatch_compute;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_compute.c | 148 functions->DispatchCompute = brw_dispatch_compute;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | compute.c | 88 * "An INVALID_OPERATION error is generated by DispatchCompute if the active 265 ctx->Driver.DispatchCompute(ctx, num_groups);
|
| H A D | dd.h | 1072 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 D | compute.c | 88 * "An INVALID_OPERATION error is generated by DispatchCompute if the active 300 ctx->Driver.DispatchCompute(ctx, num_groups);
|
| H A D | dd.h | 1168 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 D | gl_mangle.h | 479 #define glDispatchCompute MANGLE(DispatchCompute)
|
| /xsrc/external/mit/MesaLib.old/src/mapi/glapi/ |
| H A D | glapi_mapi_tmp.h | 1123 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 D | glapi_mapi_tmp.h | 1122 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