Home
last modified time | relevance | path

Searched refs:GrVkImageView (Results 1 – 25 of 28) sorted by relevance

12

/third_party/flutter/skia/src/gpu/vk/
DGrVkTextureRenderTarget.h24 class GrVkImageView; variable
66 const GrVkImageView* texView,
69 const GrVkImageView* colorAttachmentView,
70 const GrVkImageView* resolveAttachmentView,
79 const GrVkImageView* texView,
80 const GrVkImageView* colorAttachmentView,
89 const GrVkImageView* texView,
92 const GrVkImageView* colorAttachmentView,
93 const GrVkImageView* resolveAttachmentView,
103 const GrVkImageView* texView,
[all …]
DGrVkRenderTarget.h22 class GrVkImageView; variable
48 const GrVkImageView* colorAttachmentView() const { return fColorAttachmentView; } in colorAttachmentView()
56 const GrVkImageView* resolveAttachmentView() const { return fResolveAttachmentView; } in resolveAttachmentView()
58 const GrVkImageView* stencilAttachmentView() const;
105 const GrVkImageView* colorAttachmentView,
106 const GrVkImageView* resolveAttachmentView,
113 const GrVkImageView* colorAttachmentView,
134 const GrVkImageView* fColorAttachmentView;
136 const GrVkImageView* fResolveAttachmentView;
146 const GrVkImageView* colorAttachmentView,
[all …]
DGrVkImageView.h18 class GrVkImageView : public GrVkResource {
25 static const GrVkImageView* Create(GrVkGpu* gpu, VkImage image, VkFormat format,
38 GrVkImageView(VkImageView imageView, GrVkSamplerYcbcrConversion* ycbcrConversion) in GrVkImageView() function
41 GrVkImageView(const GrVkImageView&);
42 GrVkImageView& operator=(const GrVkImageView&);
DGrVkTextureRenderTarget.cpp27 const GrVkImageView* texView, in GrVkTextureRenderTarget()
30 const GrVkImageView* colorAttachmentView, in GrVkTextureRenderTarget()
31 const GrVkImageView* resolveAttachmentView, in GrVkTextureRenderTarget()
49 const GrVkImageView* texView, in GrVkTextureRenderTarget()
50 const GrVkImageView* colorAttachmentView, in GrVkTextureRenderTarget()
66 const GrVkImageView* texView, in GrVkTextureRenderTarget()
69 const GrVkImageView* colorAttachmentView, in GrVkTextureRenderTarget()
70 const GrVkImageView* resolveAttachmentView, in GrVkTextureRenderTarget()
87 const GrVkImageView* texView, in GrVkTextureRenderTarget()
88 const GrVkImageView* colorAttachmentView, in GrVkTextureRenderTarget()
[all …]
DGrVkTexture.h16 class GrVkImageView; variable
39 const GrVkImageView* textureView();
46 const GrVkImageView*, GrMipMapsStatus, GrBackendObjectOwnership);
61 sk_sp<GrVkImageLayout> layout, const GrVkImageView* imageView,
64 const GrVkImageView*, GrMipMapsStatus, GrBackendObjectOwnership, GrWrapCacheable,
76 const GrVkImageView* fTextureView;
DGrVkImageView.cpp13 const GrVkImageView* GrVkImageView::Create(GrVkGpu* gpu, VkImage image, VkFormat format, in Create()
61 return new GrVkImageView(imageView, ycbcrConversion); in Create()
64 void GrVkImageView::freeGPUData(GrVkGpu* gpu) const { in freeGPUData()
72 void GrVkImageView::abandonGPUData() const { in abandonGPUData()
DGrVkTexture.cpp26 const GrVkImageView* view, in GrVkTexture()
41 sk_sp<GrVkImageLayout> layout, const GrVkImageView* view, in GrVkTexture()
61 const GrVkImageView* view, in GrVkTexture()
83 const GrVkImageView* imageView = GrVkImageView::Create( in MakeNewTexture()
84 gpu, info.fImage, info.fFormat, GrVkImageView::kColor_Type, info.fLevelCount, in MakeNewTexture()
107 const GrVkImageView* imageView = GrVkImageView::Create( in MakeWrappedTexture()
108 gpu, info.fImage, info.fFormat, GrVkImageView::kColor_Type, info.fLevelCount, in MakeWrappedTexture()
174 const GrVkImageView* GrVkTexture::textureView() { in textureView()
DGrVkRenderTarget.cpp32 const GrVkImageView* colorAttachmentView, in GrVkRenderTarget()
33 const GrVkImageView* resolveAttachmentView) in GrVkRenderTarget()
59 const GrVkImageView* colorAttachmentView, in GrVkRenderTarget()
60 const GrVkImageView* resolveAttachmentView, in GrVkRenderTarget()
83 const GrVkImageView* colorAttachmentView) in GrVkRenderTarget()
102 const GrVkImageView* colorAttachmentView, in GrVkRenderTarget()
149 const GrVkImageView* resolveAttachmentView = nullptr; in MakeWrappedRenderTarget()
173 resolveAttachmentView = GrVkImageView::Create(gpu, info.fImage, pixelFormat, in MakeWrappedRenderTarget()
174 GrVkImageView::kColor_Type, 1, in MakeWrappedRenderTarget()
187 const GrVkImageView* colorAttachmentView = GrVkImageView::Create(gpu, colorImage, pixelFormat, in MakeWrappedRenderTarget()
[all …]
DGrVkStencilAttachment.h15 class GrVkImageView; variable
33 const GrVkImageView* stencilView() const { return fStencilView; } in stencilView()
49 const GrVkImageView* stencilView);
55 const GrVkImageView* fStencilView;
DGrVkFramebuffer.h16 class GrVkImageView; variable
24 const GrVkImageView* colorAttachment,
25 const GrVkImageView* stencilAttachment);
DGrVkStencilAttachment.cpp21 const GrVkImageView* stencilView) in GrVkStencilAttachment()
52 const GrVkImageView* imageView = GrVkImageView::Create(gpu, info.fImage, in Create()
54 GrVkImageView::kStencil_Type, 1, in Create()
DGrVkFramebuffer.cpp17 const GrVkImageView* colorAttachment, in Create()
18 const GrVkImageView* stencilAttachment) { in Create()
DGrVkPipelineState.h24 class GrVkImageView; variable
DGrVkPipelineState.cpp223 const GrVkImageView* textureView = texture->textureView(); in setAndBindTextures()
/third_party/skia/src/gpu/vk/
DGrVkImageView.cpp13 sk_sp<const GrVkImageView> GrVkImageView::Make(GrVkGpu* gpu, in Make()
63 return sk_sp<const GrVkImageView>(new GrVkImageView(gpu, imageView, ycbcrConversion)); in Make()
66 void GrVkImageView::freeGPUData() const { in freeGPUData()
DGrVkImage.h26 class GrVkImageView; variable
101 const GrVkImageView* framebufferView() const { return fFramebufferView.get(); } in framebufferView()
102 const GrVkImageView* textureView() const { return fTextureView.get(); } in textureView()
229 sk_sp<const GrVkImageView> framebufferView,
230 sk_sp<const GrVkImageView> textureView,
238 sk_sp<const GrVkImageView> framebufferView,
239 sk_sp<const GrVkImageView> textureView,
258 sk_sp<const GrVkImageView> fFramebufferView;
259 sk_sp<const GrVkImageView> fTextureView;
DGrVkImage.cpp95 sk_sp<const GrVkImageView>* framebufferView, in make_views()
96 sk_sp<const GrVkImageView>* textureView) { in make_views()
97 GrVkImageView::Type viewType; in make_views()
101 viewType = GrVkImageView::kStencil_Type; in make_views()
103 viewType = GrVkImageView::kColor_Type; in make_views()
109 *framebufferView = GrVkImageView::Make( in make_views()
117 *textureView = GrVkImageView::Make(gpu, in make_views()
156 sk_sp<const GrVkImageView> framebufferView; in Make()
157 sk_sp<const GrVkImageView> textureView; in Make()
183 sk_sp<const GrVkImageView> framebufferView; in MakeWrapped()
[all …]
DGrVkImageView.h20 class GrVkImageView : public GrVkManagedResource {
27 static sk_sp<const GrVkImageView> Make(GrVkGpu* gpu, VkImage image, VkFormat format,
41 GrVkImageView(const GrVkGpu* gpu, VkImageView imageView, in GrVkImageView() function
DGrVkRenderTarget.h21 class GrVkImageView; variable
59 const GrVkImageView* colorAttachmentView() const { in colorAttachmentView()
68 const GrVkImageView* resolveAttachmentView() const { in resolveAttachmentView()
DGrVkTexture.h19 class GrVkImageView; variable
49 const GrVkImageView* textureView();
DGrVkTextureRenderTarget.h24 class GrVkImageView; variable
DGrVkPipelineState.h25 class GrVkImageView; variable
DGrVkFramebuffer.h20 class GrVkImageView; variable
DGrVkTexture.cpp168 const GrVkImageView* GrVkTexture::textureView() { return fTexture->textureView(); } in textureView()
DGrVkPipelineState.cpp180 const GrVkImageView* textureView = texAttachment->textureView(); in setAndBindTextures()

12