Lines Matching refs:fbfetch
2133 const bool had_fbfetch = ctx->di.fbfetch.imageLayout == VK_IMAGE_LAYOUT_GENERAL;
2140 ctx->di.fbfetch.imageLayout = VK_IMAGE_LAYOUT_UNDEFINED;
2141 ctx->di.fbfetch.imageView = zink_screen(ctx->base.screen)->info.rb2_feats.nullDescriptor ?
2150 VkImageView fbfetch = zink_csurface(ctx->fb_state.cbufs[0])->image_view;
2151 if (!fbfetch)
2154 changed |= fbfetch != ctx->di.fbfetch.imageView;
2155 ctx->di.fbfetch.imageView = zink_csurface(ctx->fb_state.cbufs[0])->image_view;
2161 ctx->di.fbfetch.imageLayout = VK_IMAGE_LAYOUT_GENERAL;
2382 /* use renderpass for multisample-to-singlesample or fbfetch:
3404 /* if fbfetch outputs are active, disable them when flushing clears */
3558 /* if zs fbfetch is a thing?
4631 ctx->di.fbfetch.imageView = zink_csurface(ctx->dummy_surface[0])->image_view;