Lines Matching defs:pctx
758 struct pipe_context *pctx = &ctx->base;
759 struct pipe_resource *tmp = create_tmp_resource(pctx->screen, info);
770 struct pipe_surface *dst_surf = pctx->create_surface(pctx, tmp, &dst_tmpl);
780 src_view = pctx->create_sampler_view(pctx, info->src.resource, &src_templ);
785 pctx->set_sampler_views(pctx, PIPE_SHADER_FRAGMENT, 0, 1, 0, false, &src_view);
786 pctx->bind_sampler_states(pctx, PIPE_SHADER_FRAGMENT, 0, 1, &sampler_state);
903 d3d12_blit(struct pipe_context *pctx,
906 struct d3d12_context *ctx = d3d12_context(pctx);
944 } else if (direct_copy_supported(d3d12_screen(pctx->screen), info,
968 d3d12_resource_copy_region(struct pipe_context *pctx,
976 struct d3d12_context *ctx = d3d12_context(pctx);