Lines Matching defs:pctx
266 try_copy_region(struct pipe_context *pctx, const struct pipe_blit_info *info)
268 struct zink_context *ctx = zink_context(pctx);
281 return util_try_blit_via_copy_region(pctx, &new_info, ctx->render_condition_active);
285 zink_blit(struct pipe_context *pctx,
288 struct zink_context *ctx = zink_context(pctx);
293 unlikely(!zink_screen(pctx->screen)->info.have_EXT_conditional_rendering && !zink_check_conditional_render(ctx)))
315 if (try_copy_region(pctx, info))
355 pctx->invalidate_resource(pctx, info->dst.resource);
361 dst_view = pctx->create_surface(pctx, info->dst.resource, &dst_templ);
376 pipe_surface_release(pctx, &dst_view);