Searched refs:zink_ctx_surface (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
H A Dzink_surface.h59 struct zink_ctx_surface { struct
62 struct zink_ctx_surface *transient; //zink_ctx_surface
71 return psurface ? ((struct zink_ctx_surface *)psurface)->surf : NULL;
78 return psurface ? ((struct zink_ctx_surface *)psurface)->transient ? ((struct zink_ctx_surface *)psurface)->transient->surf : NULL : NULL;
138 struct zink_ctx_surface *csurf = (struct zink_ctx_surface*)*psurface;
H A Dzink_surface.c203 struct zink_ctx_surface *csurf = CALLOC_STRUCT(zink_ctx_surface);
227 struct zink_ctx_surface *csurf = (struct zink_ctx_surface*)wrap_surface(pctx, psurf);
238 csurf->transient = (struct zink_ctx_surface*)wrap_surface(pctx, (struct pipe_surface*)create_surface(pctx, &transient->base.b, templ, &ivci));
310 struct zink_ctx_surface *csurf = (struct zink_ctx_surface *)psurface;
H A Dzink_context.c1324 /* this is actually a zink_ctx_surface, but we just want the inner surface */
2248 struct zink_ctx_surface *csurf = (struct zink_ctx_surface*)ctx->fb_state.cbufs[i];
2292 struct zink_ctx_surface *csurf = (struct zink_ctx_surface*)ctx->fb_state.cbufs[i];

Completed in 9 milliseconds