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

  /external/mesa3d/src/gallium/drivers/ilo/
ilo_gpgpu.c 35 launch_grid(struct ilo_context *ilo, function
99 launch_grid(ilo, info->block, info->grid, &input_buf, info->pc);
116 ilo->base.launch_grid = ilo_launch_grid;
  /external/mesa3d/src/gallium/include/pipe/
p_context.h 594 * pipe_context::launch_grid.
640 * during the subsequent calls to pipe_context::launch_grid. This
657 void (*launch_grid)(struct pipe_context *context, member in struct:pipe_context
  /external/mesa3d/src/gallium/drivers/ddebug/
dd_pipe.h 112 struct pipe_grid_info launch_grid; member in union:dd_call::__anon27614
  /external/mesa3d/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...]

Completed in 744 milliseconds