Lines Matching refs:ctx
73 v3d_render_blit(struct pipe_context *ctx, struct pipe_blit_info *info)
75 struct v3d_context *v3d = v3d_context(ctx);
102 tiled = ctx->screen->resource_create(ctx->screen, &tmpl);
107 ctx->resource_copy_region(ctx,
134 v3d_stencil_blit(struct pipe_context *ctx, struct pipe_blit_info *info)
136 struct v3d_context *v3d = v3d_context(ctx);
168 ctx->create_surface(ctx, &dst->base, &dst_tmpl);
189 ctx->create_sampler_view(ctx, &src->base, &src_tmpl);