Lines Matching refs:ctx
364 iris_blit(struct pipe_context *ctx, const struct pipe_blit_info *info)
366 struct iris_context *ice = (void *) ctx;
367 struct iris_screen *screen = (struct iris_screen *)ctx->screen;
574 struct iris_screen *screen = (void *) ice->ctx.screen;
660 struct iris_screen *screen = (void *) ice->ctx.screen;
756 iris_resource_copy_region(struct pipe_context *ctx,
764 struct iris_context *ice = (void *) ctx;
784 iris_init_blit_functions(struct pipe_context *ctx)
786 ctx->blit = iris_blit;
787 ctx->resource_copy_region = iris_resource_copy_region;