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

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
H A Dzink_surface.c203 struct zink_ctx_surface *csurf = CALLOC_STRUCT(zink_ctx_surface); local in function:wrap_surface
204 csurf->base = *psurf;
205 pipe_reference_init(&csurf->base.reference, 1);
206 csurf->surf = (struct zink_surface*)psurf;
207 csurf->base.context = pctx;
209 return &csurf->base;
227 struct zink_ctx_surface *csurf = (struct zink_ctx_surface*)wrap_surface(pctx, psurf); local in function:zink_create_surface
238 csurf->transient = (struct zink_ctx_surface*)wrap_surface(pctx, (struct pipe_surface*)create_surface(pctx, &transient->base.b, templ, &ivci));
239 if (!csurf->transient) {
247 return &csurf
310 struct zink_ctx_surface *csurf = (struct zink_ctx_surface *)psurface; local in function:zink_surface_destroy
[all...]
H A Dzink_surface.h138 struct zink_ctx_surface *csurf = (struct zink_ctx_surface*)*psurface; local in function:zink_rebind_ctx_surface
139 return zink_rebind_surface(ctx, (struct pipe_surface**)&csurf->surf);
H A Dzink_context.c2248 struct zink_ctx_surface *csurf = (struct zink_ctx_surface*)ctx->fb_state.cbufs[i]; local in function:zink_begin_render_pass
2249 if (csurf->transient_init)
2251 struct pipe_surface *dst_view = (struct pipe_surface*)csurf->transient;
2270 csurf->transient_init = true;
2292 struct zink_ctx_surface *csurf = (struct zink_ctx_surface*)ctx->fb_state.cbufs[i]; local in function:zink_end_render_pass
2293 if (csurf)
2294 csurf->transient_init = true;

Completed in 9 milliseconds