Lines Matching defs:psurface
74 zink_csurface(struct pipe_surface *psurface)
76 return psurface ? ((struct zink_ctx_surface *)psurface)->surf : NULL;
81 zink_transient_surface(struct pipe_surface *psurface)
83 return psurface ? ((struct zink_ctx_surface *)psurface)->transient ? ((struct zink_ctx_surface *)psurface)->transient->surf : NULL : NULL;
88 zink_surface(struct pipe_surface *psurface)
90 return (struct zink_surface *)psurface;
94 zink_destroy_surface(struct zink_screen *screen, struct pipe_surface *psurface);
138 zink_rebind_surface(struct zink_context *ctx, struct pipe_surface **psurface);
141 zink_rebind_ctx_surface(struct zink_context *ctx, struct pipe_surface **psurface)
143 struct zink_ctx_surface *csurf = (struct zink_ctx_surface*)*psurface;