Lines Matching defs:pctx
208 struct pipe_context *pctx,
963 struct pipe_context *pctx);
1649 struct pipe_context *pctx,
1652 struct panfrost_device *device = pan_device(pctx->screen);
1653 struct panfrost_context *ctx = pan_context(pctx);
1747 struct pipe_context *pctx)
1753 panfrost_create_sampler_view_bo(view, pctx, &rsrc->base);
4169 struct pipe_context *pctx,
4243 struct pipe_context *pctx,
4248 struct panfrost_device *dev = pan_device(pctx->screen);
4402 struct pipe_context *pctx,
4406 struct panfrost_context *ctx = pan_context(pctx);
4407 struct panfrost_sampler_view *so = rzalloc(pctx, struct panfrost_sampler_view);
4416 so->base.context = pctx;
4418 panfrost_create_sampler_view_bo(so, pctx, texture);
4659 struct pipe_context *pctx,