Lines Matching defs:pctx
406 struct pipe_context *pctx,
433 struct pipe_context *pctx,
548 lima_surface_create(struct pipe_context *pctx,
565 psurf->context = pctx;
589 lima_surface_destroy(struct pipe_context *pctx, struct pipe_surface *psurf)
598 lima_transfer_map(struct pipe_context *pctx,
606 struct lima_context *ctx = lima_context(pctx);
740 lima_transfer_flush_region(struct pipe_context *pctx,
744 struct lima_context *ctx = lima_context(pctx);
793 lima_transfer_unmap(struct pipe_context *pctx,
796 struct lima_context *ctx = lima_context(pctx);
802 lima_transfer_flush_region(pctx, ptrans, &box);
839 lima_blit(struct pipe_context *pctx, const struct pipe_blit_info *blit_info)
841 struct lima_context *ctx = lima_context(pctx);
844 if (lima_do_blit(pctx, blit_info)) {
848 if (util_try_blit_via_copy_region(pctx, &info, false)) {
870 lima_flush_resource(struct pipe_context *pctx, struct pipe_resource *resource)
876 lima_texture_subdata(struct pipe_context *pctx,
885 struct lima_context *ctx = lima_context(pctx);
889 u_default_texture_subdata(pctx, prsc, level, usage, box,
915 lima_transfer_flush_region(pctx, &t.base, &tbox);