Searched refs:zink_surface (Results 1 – 6 of 6) sorted by relevance
33 struct zink_surface { struct38 static inline struct zink_surface * argument39 zink_surface(struct pipe_surface *pipe) in zink_surface() function41 return (struct zink_surface *)pipe; in zink_surface()
41 struct zink_surface *surface = CALLOC_STRUCT(zink_surface); in zink_create_surface()129 struct zink_surface *surface = zink_surface(psurface); in zink_surface_destroy()
92 struct zink_surface *surf = fb->attachments[i]; in zink_create_framebuffer()94 surf = zink_surface(fbuf->null_surface); in zink_create_framebuffer()
42 struct zink_surface *attachments[PIPE_MAX_COLOR_BUFS + 1];
40 'zink_surface.c',
610 state.attachments[i] = zink_surface(psurf); in create_framebuffer()617 state.attachments[state.num_attachments++] = zink_surface(psurf); in create_framebuffer()678 for (struct zink_surface **surf = (struct zink_surface **)batch->fb->surfaces; *surf; surf++) in zink_begin_render_pass()