Home
last modified time | relevance | path

Searched refs:zink_surface (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/drivers/zink/
Dzink_surface.h33 struct zink_surface { struct
38 static inline struct zink_surface * argument
39 zink_surface(struct pipe_surface *pipe) in zink_surface() function
41 return (struct zink_surface *)pipe; in zink_surface()
Dzink_surface.c41 struct zink_surface *surface = CALLOC_STRUCT(zink_surface); in zink_create_surface()
129 struct zink_surface *surface = zink_surface(psurface); in zink_surface_destroy()
Dzink_framebuffer.c92 struct zink_surface *surf = fb->attachments[i]; in zink_create_framebuffer()
94 surf = zink_surface(fbuf->null_surface); in zink_create_framebuffer()
Dzink_framebuffer.h42 struct zink_surface *attachments[PIPE_MAX_COLOR_BUFS + 1];
Dmeson.build40 'zink_surface.c',
Dzink_context.c610 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()