HomeSort by relevance Sort by last modified time
    Searched refs:launch_grid (Results 1 - 17 of 17) 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/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...]
  /external/mesa3d/src/mesa/state_tracker/
st_cb_compute.c 69 pipe->launch_grid(pipe, &info);
  /external/mesa3d/src/gallium/drivers/ddebug/
dd_pipe.h 112 struct pipe_grid_info launch_grid; member in union:dd_call::__anon27614
dd_draw.c 486 dd_dump_launch_grid(state, &call->info.launch_grid, f);
604 pipe_resource_reference(&dst->info.launch_grid.indirect, NULL);
648 pipe_resource_reference(&dst->info.launch_grid.indirect,
649 src->info.launch_grid.indirect);
650 dst->info.launch_grid = src->info.launch_grid;
    [all...]
  /external/mesa3d/src/gallium/drivers/noop/
noop_state.c 306 ctx->launch_grid = noop_launch_grid;
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_context.c 237 softpipe->pipe.launch_grid = softpipe_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/nouveau/nv50/
nv50_query_hw_sm.c 274 pipe->launch_grid(pipe, &info);
nv50_context.c 323 pipe->launch_grid = nv50_launch_grid;
  /external/mesa3d/src/gallium/drivers/trace/
tr_context.c     [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_context.c 394 pipe->launch_grid = (nvc0->screen->base.class_3d >= NVE4_3D_CLASS) ?
nvc0_query_hw_sm.c     [all...]
  /external/mesa3d/src/gallium/state_trackers/clover/core/
kernel.cpp 78 // Fill information for the launch_grid() call.
85 q.pipe->launch_grid(q.pipe, &info);
  /external/mesa3d/src/gallium/drivers/r600/
evergreen_compute.c 900 rctx->b.b.launch_grid = evergreen_launch_grid;
    [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_compute.c 805 sctx->b.b.launch_grid = si_launch_grid;
  /external/mesa3d/src/gallium/drivers/radeon/
r600_query.c     [all...]

Completed in 645 milliseconds