| /xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/ |
| p_context.h | 903 * pipe_context::launch_grid. 949 * during the subsequent calls to pipe_context::launch_grid. This 966 void (*launch_grid)(struct pipe_context *context, member in struct:pipe_context
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/tests/trivial/ |
| compute.c | 425 static void launch_grid(struct context *ctx, const uint *block_layout, function 440 pipe->launch_grid(pipe, &info); 512 launch_grid(ctx, (uint []){4, 3, 5}, (uint []){5, 4, 1}, 0, NULL); function 559 launch_grid(ctx, (uint []){1, 1, 1}, (uint []){15, 12, 1}, 0, NULL); function 625 launch_grid(ctx, (uint []){3, 3, 3}, (uint []){5, 4, 1}, 15, NULL); function 671 launch_grid(ctx, (uint []){4, 1, 1}, (uint []){1, 1, 1}, 0, input); function 735 launch_grid(ctx, (uint []){16, 1, 1}, (uint []){16, 1, 1}, 0, NULL); function 822 launch_grid(ctx, (uint []){64, 1, 1}, (uint []){16, 1, 1}, 0, NULL); function 882 launch_grid(ctx, (uint []){1, 1, 1}, (uint []){128, 32, 1}, 0, NULL); function 932 launch_grid(ctx, (uint []){1, 1, 1}, (uint []){1, 1, 1}, 0, NULL) function 933 launch_grid(ctx, (uint []){1, 1, 1}, (uint []){1, 1, 1}, 5, NULL); function 934 launch_grid(ctx, (uint []){1, 1, 1}, (uint []){1, 1, 1}, 10, NULL); function 935 launch_grid(ctx, (uint []){1, 1, 1}, (uint []){1, 1, 1}, 15, NULL); function 978 launch_grid(ctx, (uint []){1, 1, 1}, (uint []){64, 1, 1}, 0, NULL); function 1029 launch_grid(ctx, (uint []){1, 1, 1}, (uint []){64, 1, 1}, 0, NULL); function 1146 launch_grid(ctx, (uint []){1, 1, 1}, (uint []){128, 32, 1}, 0, function 1271 launch_grid(ctx, (uint []){1, 1, 1}, (uint []){128, 32, 1}, 0, function 1346 launch_grid(ctx, (uint []){64, 1, 1}, (uint []){16, 1, 1}, 0, NULL); function 1504 launch_grid(ctx, (uint []){10, 1, 1}, (uint []){1, 1, 1}, 0, NULL); function 1642 launch_grid(ctx, (uint []){64, 1, 1}, (uint []){16, 1, 1}, 0, NULL); function [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/ |
| p_context.h | 695 * pipe_context::launch_grid. 741 * during the subsequent calls to pipe_context::launch_grid. This 758 void (*launch_grid)(struct pipe_context *context, member in struct:pipe_context
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/tests/trivial/ |
| compute.c | 425 static void launch_grid(struct context *ctx, const uint *block_layout, function 440 pipe->launch_grid(pipe, &info); 512 launch_grid(ctx, (uint []){4, 3, 5}, (uint []){5, 4, 1}, 0, NULL); function 559 launch_grid(ctx, (uint []){1, 1, 1}, (uint []){15, 12, 1}, 0, NULL); function 625 launch_grid(ctx, (uint []){3, 3, 3}, (uint []){5, 4, 1}, 15, NULL); function 671 launch_grid(ctx, (uint []){4, 1, 1}, (uint []){1, 1, 1}, 0, input); function 735 launch_grid(ctx, (uint []){16, 1, 1}, (uint []){16, 1, 1}, 0, NULL); function 822 launch_grid(ctx, (uint []){64, 1, 1}, (uint []){16, 1, 1}, 0, NULL); function 882 launch_grid(ctx, (uint []){1, 1, 1}, (uint []){128, 32, 1}, 0, NULL); function 932 launch_grid(ctx, (uint []){1, 1, 1}, (uint []){1, 1, 1}, 0, NULL) function 933 launch_grid(ctx, (uint []){1, 1, 1}, (uint []){1, 1, 1}, 5, NULL); function 934 launch_grid(ctx, (uint []){1, 1, 1}, (uint []){1, 1, 1}, 10, NULL); function 935 launch_grid(ctx, (uint []){1, 1, 1}, (uint []){1, 1, 1}, 15, NULL); function 978 launch_grid(ctx, (uint []){1, 1, 1}, (uint []){64, 1, 1}, 0, NULL); function 1029 launch_grid(ctx, (uint []){1, 1, 1}, (uint []){64, 1, 1}, 0, NULL); function 1146 launch_grid(ctx, (uint []){1, 1, 1}, (uint []){128, 32, 1}, 0, function 1266 launch_grid(ctx, (uint []){1, 1, 1}, (uint []){128, 32, 1}, 0, function 1341 launch_grid(ctx, (uint []){64, 1, 1}, (uint []){16, 1, 1}, 0, NULL); function 1499 launch_grid(ctx, (uint []){10, 1, 1}, (uint []){1, 1, 1}, 0, NULL); function 1637 launch_grid(ctx, (uint []){64, 1, 1}, (uint []){16, 1, 1}, 0, NULL); function [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/driver_ddebug/ |
| dd_pipe.h | 183 struct pipe_grid_info launch_grid; member in union:dd_call::__anon1039
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/ |
| zink_context.h | 194 pipe_launch_grid_func launch_grid[2]; //batch changed member in struct:zink_context
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/driver_ddebug/ |
| dd_pipe.h | 180 struct pipe_grid_info launch_grid; member in union:dd_call::__anon3551
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/ |
| freedreno_context.h | 327 void (*launch_grid)(struct fd_context *ctx, const struct pipe_grid_info *info); member in struct:fd_context
|