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

  /external/chromium_org/third_party/mesa/src/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...]
  /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...]
  /external/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/
kernel.cpp 82 q.pipe->launch_grid(q.pipe,
  /external/mesa3d/src/gallium/state_trackers/clover/core/
kernel.cpp 82 q.pipe->launch_grid(q.pipe,
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
evergreen_compute.c 741 ctx->context.launch_grid = evergreen_launch_grid;
  /external/mesa3d/src/gallium/drivers/r600/
evergreen_compute.c 741 ctx->context.launch_grid = evergreen_launch_grid;

Completed in 209 milliseconds