Searched refs:launch_grid (Results 1 - 17 of 17) sorted by relevance

/external/mesa3d/src/gallium/drivers/ilo/
H A Dilo_gpgpu.c35 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/
H A Dcompute.c425 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(ct 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/
H A Dst_cb_compute.c69 pipe->launch_grid(pipe, &info);
/external/mesa3d/src/gallium/drivers/ddebug/
H A Ddd_pipe.h112 struct pipe_grid_info launch_grid; member in union:dd_call::__anon16125
H A Ddd_draw.c486 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;
1166 call.info.launch_grid = *info;
1169 pipe->launch_grid(pipe, info);
1347 CTX_INIT(launch_grid);
/external/mesa3d/src/gallium/drivers/noop/
H A Dnoop_state.c306 ctx->launch_grid = noop_launch_grid;
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_context.c237 softpipe->pipe.launch_grid = softpipe_launch_grid;
/external/mesa3d/src/gallium/include/pipe/
H A Dp_context.h594 * 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/
H A Dnv50_query_hw_sm.c274 pipe->launch_grid(pipe, &info);
H A Dnv50_context.c323 pipe->launch_grid = nv50_launch_grid;
/external/mesa3d/src/gallium/drivers/trace/
H A Dtr_context.c1816 trace_dump_call_begin("pipe_context", "launch_grid");
1828 pipe->launch_grid(pipe, &_info);
1830 pipe->launch_grid(pipe, info);
1933 TR_CTX_INIT(launch_grid);
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_context.c394 pipe->launch_grid = (nvc0->screen->base.class_3d >= NVE4_3D_CLASS) ?
H A Dnvc0_query_hw_sm.c2587 pipe->launch_grid(pipe, &info);
/external/mesa3d/src/gallium/state_trackers/clover/core/
H A Dkernel.cpp78 // Fill information for the launch_grid() call.
85 q.pipe->launch_grid(q.pipe, &info);
/external/mesa3d/src/gallium/drivers/r600/
H A Devergreen_compute.c900 rctx->b.b.launch_grid = evergreen_launch_grid;
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_compute.c805 sctx->b.b.launch_grid = si_launch_grid;
/external/mesa3d/src/gallium/drivers/radeon/
H A Dr600_query.c1506 rctx->b.launch_grid(&rctx->b, &grid);

Completed in 758 milliseconds