HomeSort by relevance Sort by last modified time
    Searched defs:launch_grid (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/include/pipe/
p_context.h 445 * pipe_context::launch_grid.
488 * during the subsequent calls to pipe_context::launch_grid. This
514 void (*launch_grid)(struct pipe_context *context, member in struct:pipe_context
  /external/mesa3d/src/gallium/tests/trivial/
compute.c 428 static void launch_grid(struct context *ctx, const uint *block_layout, function
434 pipe->launch_grid(pipe, block_layout, grid_layout, pc, input);
501 launch_grid(ctx, (uint []){4, 3, 5}, (uint []){5, 4, 1}, 0, NULL); function
546 launch_grid(ctx, (uint []){1, 1, 1}, (uint []){15, 12, 1}, 0, NULL); function
607 launch_grid(ctx, (uint []){3, 3, 3}, (uint []){5, 4, 1}, 15, NULL); function
649 launch_grid(ctx, (uint []){4, 1, 1}, (uint []){1, 1, 1}, 0, input); function
713 launch_grid(ctx, (uint []){16, 1, 1}, (uint []){16, 1, 1}, 0, NULL); function
800 launch_grid(ctx, (uint []){64, 1, 1}, (uint []){16, 1, 1}, 0, NULL); function
855 launch_grid(ctx, (uint []){1, 1, 1}, (uint []){128, 32, 1}, 0, NULL); function
905 launch_grid(ctx, (uint []){1, 1, 1}, (uint []){1, 1, 1}, 0, NULL); function
906 launch_grid(ctx, (uint []){1, 1, 1}, (uint []){1, 1, 1}, 5, NULL); function
907 launch_grid(ctx, (uint []){1, 1, 1}, (uint []){1, 1, 1}, 10, NULL); function
908 launch_grid(ctx, (uint []){1, 1, 1}, (uint []){1, 1, 1}, 15, NULL); function
946 launch_grid(ctx, (uint []){1, 1, 1}, (uint []){64, 1, 1}, 0, NULL); function
992 launch_grid(ctx, (uint []){1, 1, 1}, (uint []){64, 1, 1}, 0, NULL); function
1092 launch_grid(ctx, (uint []){1, 1, 1}, (uint []){128, 32, 1}, 0, function
1192 launch_grid(ctx, (uint []){1, 1, 1}, (uint []){128, 32, 1}, 0, function
1267 launch_grid(ctx, (uint []){64, 1, 1}, (uint []){16, 1, 1}, 0, NULL); function
1421 launch_grid(ctx, (uint []){10, 1, 1}, (uint []){1, 1, 1}, 0, NULL); function
1560 launch_grid(ctx, (uint []){64, 1, 1}, (uint []){16, 1, 1}, 0, NULL); function
    [all...]

Completed in 221 milliseconds