Lines Matching defs:ctx
81 struct crocus_screen *screen = (struct crocus_screen*)ice->ctx.screen;
120 struct crocus_screen *screen = (struct crocus_screen *)ice->ctx.screen;
232 u_upload_data(ice->ctx.stream_uploader, 0,
250 u_upload_data(ice->ctx.stream_uploader, 0,
258 struct crocus_screen *screen = (struct crocus_screen *)ice->ctx.screen;
336 crocus_draw_vbo_get_vertex_count(struct pipe_context *ctx,
341 struct crocus_screen *screen = (struct crocus_screen *)ctx->screen;
349 ctx->draw_vbo(ctx, &info, drawid_offset, NULL, &draw, 1);
356 crocus_draw_vbo(struct pipe_context *ctx,
364 util_draw_multi(ctx, info, drawid_offset, indirect, draws, num_draws);
371 struct crocus_context *ice = (struct crocus_context *) ctx;
372 struct crocus_screen *screen = (struct crocus_screen*)ice->ctx.screen;
379 util_draw_vbo_without_prim_restart(ctx, info, drawid_offset,
386 crocus_draw_vbo_get_vertex_count(ctx, info, drawid_offset, indirect);
466 u_upload_data(ice->ctx.const_uploader, 0, sizeof(grid->grid), 4,
479 crocus_launch_grid(struct pipe_context *ctx, const struct pipe_grid_info *grid)
481 struct crocus_context *ice = (struct crocus_context *) ctx;