Lines Matching refs:transient
282 /* transient fb attachment: not cached */
286 struct zink_resource *transient = zink_resource(pctx->screen->resource_create(pctx->screen, &rtempl));
287 if (!transient)
289 ivci.image = transient->obj->image;
290 csurf->transient = (struct zink_ctx_surface*)wrap_surface(pctx, (struct pipe_surface*)create_surface(pctx, &transient->base.b, templ, &ivci, true));
291 if (!csurf->transient) {
292 pipe_resource_reference((struct pipe_resource**)&transient, NULL);
296 pipe_resource_reference((struct pipe_resource**)&transient, NULL);
341 pipe_surface_release(pctx, (struct pipe_surface**)&csurf->transient);