Lines Matching refs:framebufferView
23 sk_sp<const GrVkImageView> framebufferView, in GrVkAttachment() argument
29 , fFramebufferView(std::move(framebufferView)) in GrVkAttachment()
39 sk_sp<const GrVkImageView> framebufferView, in GrVkAttachment() argument
47 , fFramebufferView(std::move(framebufferView)) in GrVkAttachment()
101 sk_sp<const GrVkImageView>* framebufferView, in make_views() argument
115 *framebufferView = GrVkImageView::Make(gpu, info.fImage, info.fFormat, viewType, 1, in make_views()
117 if (!*framebufferView) { in make_views()
157 sk_sp<const GrVkImageView> framebufferView; in Make() local
159 if (!make_views(gpu, info, attachmentUsages, &framebufferView, &textureView)) { in Make()
168 std::move(framebufferView), in Make()
182 sk_sp<const GrVkImageView> framebufferView; in MakeWrapped() local
185 if (!make_views(gpu, info, attachmentUsages, &framebufferView, &textureView)) { in MakeWrapped()
195 std::move(framebufferView), in MakeWrapped()
238 this->framebufferView()->imageView(), in inputDescSetForBlending()
259 this->framebufferView()->imageView(), in inputDescSetForMSAALoad()