Searched refs:psurface (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
H A Dzink_surface.h69 zink_csurface(struct pipe_surface *psurface) argument
71 return psurface ? ((struct zink_ctx_surface *)psurface)->surf : NULL;
76 zink_transient_surface(struct pipe_surface *psurface) argument
78 return psurface ? ((struct zink_ctx_surface *)psurface)->transient ? ((struct zink_ctx_surface *)psurface)->transient->surf : NULL : NULL;
83 zink_surface(struct pipe_surface *psurface) argument
85 return (struct zink_surface *)psurface;
89 zink_destroy_surface(struct zink_screen *screen, struct pipe_surface *psurface);
136 zink_rebind_ctx_surface(struct zink_context * ctx,struct pipe_surface ** psurface) argument
[all...]
H A Dzink_surface.c258 surface_clear_fb_refs(struct zink_screen *screen, struct pipe_surface *psurface) argument
260 struct zink_surface *surface = zink_surface(psurface);
264 if (fb->surfaces[i] == psurface) {
278 zink_destroy_surface(struct zink_screen *screen, struct pipe_surface *psurface) argument
280 struct zink_surface *surface = zink_surface(psurface);
281 struct zink_resource *res = zink_resource(psurface->texture);
282 if (!psurface->nr_samples) {
284 if (psurface->reference.count) {
296 surface_clear_fb_refs(screen, psurface);
299 pipe_resource_reference(&psurface
307 zink_surface_destroy(struct pipe_context * pctx,struct pipe_surface * psurface) argument
317 zink_rebind_surface(struct zink_context * ctx,struct pipe_surface ** psurface) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/tegra/
H A Dtegra_context.c876 struct pipe_surface *psurface)
878 struct tegra_surface *surface = to_tegra_surface(psurface);
875 tegra_surface_destroy(struct pipe_context * pcontext,struct pipe_surface * psurface) argument
/xsrc/external/mit/xf86-video-ati/dist/src/
H A Ddrmmode_display.c1268 struct radeon_surface *psurface; local in function:drmmode_xf86crtc_resize
1387 psurface = radeon_get_pixmap_surface(ppix);
1388 *psurface = info->front_surface;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/tegra/
H A Dtegra_context.c914 struct pipe_surface *psurface)
916 struct tegra_surface *surface = to_tegra_surface(psurface);
913 tegra_surface_destroy(struct pipe_context * pcontext,struct pipe_surface * psurface) argument

Completed in 13 milliseconds