Searched refs:zink_csurface (Results 1 – 3 of 3) sorted by relevance
152 struct zink_surface *surface = zink_csurface(psurf); in zink_get_framebuffer_imageless()167 struct zink_surface *surface = zink_csurface(psurf); in zink_get_framebuffer_imageless()262 surf = zink_csurface(attachments[i]); in create_framebuffer()268 surf = zink_csurface(ctx->dummy_surface[util_logbase2_ceil(state->samples+1)]); in create_framebuffer()305 struct zink_surface *surf = zink_csurface(psurf); in zink_get_framebuffer()327 struct zink_surface *surf = zink_csurface(psurf); in zink_get_framebuffer()
69 zink_csurface(struct pipe_surface *psurface) in zink_csurface() function
528 struct zink_surface *null_surface = zink_csurface(ctx->dummy_surface[0]); in update_descriptor_state_sampler()564 struct zink_surface *null_surface = zink_csurface(ctx->dummy_surface[0]); in update_descriptor_state_image()1349 struct zink_surface *surface = zink_csurface(psurf); in create_image_surface()1625 struct zink_surface *null_surface = zink_csurface(ctx->dummy_surface[is_image]); in zero_bindless_descriptor()1846 zink_csurface(ctx->dummy_surface[0])->image_view; in zink_update_fbfetch()1853 VkImageView fbfetch = zink_csurface(ctx->fb_state.cbufs[0])->image_view; in zink_update_fbfetch()1855 ctx->di.fbfetch.imageView = zink_csurface(ctx->fb_state.cbufs[0])->image_view; in zink_update_fbfetch()2059 … return zink_csurface(ctx->dummy_surface[util_logbase2_ceil(ctx->fb_state.samples)])->image_view; in prep_fb_attachment()2079 struct zink_surface *surf = zink_csurface(ctx->fb_state.cbufs[i]); in prep_fb_attachments()2090 struct zink_surface *surf = zink_csurface(ctx->fb_state.zsbuf); in prep_fb_attachments()[all …]