Home
last modified time | relevance | path

Searched defs:textureView (Results 1 – 25 of 39) sorted by relevance

12

/third_party/skia/m133/src/gpu/graphite/dawn/
DDawnBackendTexture.cpp28 WGPUTextureView textureView() const { return fTextureView; } in textureView() function in skgpu::graphite::DawnBackendTextureData
90 WGPUTextureView textureView) { in MakeDawn()
DDawnTexture.cpp194 const wgpu::TextureView& textureView) { in MakeWrapped()
/third_party/skia/src/gpu/dawn/
DGrDawnRenderTarget.h32 wgpu::TextureView textureView() const { return fInfo.fTextureView; } in textureView() function
DGrDawnProgramBuilder.cpp231 const wgpu::TextureView& textureView) { in make_bind_group_entry()
248 const wgpu::TextureView& textureView) { in make_bind_group_entry()
491 wgpu::TextureView textureView = tex->texture().CreateView(&viewDesc); in set_texture() local
/third_party/skia/m133/src/gpu/ganesh/vk/
DGrVkImage.cpp113 sk_sp<const GrVkImageView>* textureView) { in make_views()
174 sk_sp<const GrVkImageView> textureView; in Make() local
203 sk_sp<const GrVkImageView> textureView; in MakeWrapped() local
233 sk_sp<const GrVkImageView> textureView, in GrVkImage()
266 sk_sp<const GrVkImageView> textureView, in GrVkImage()
DGrVkTexture.cpp220 const GrVkImageView* GrVkTexture::textureView() { return fTexture->textureView(); } in textureView() function in GrVkTexture
DGrVkPipelineState.cpp200 const GrVkImageView* textureView = texAttachment->textureView(); in setAndBindTextures() local
DGrVkImage.h117 const GrVkImageView* textureView() const { return fTextureView.get(); } in textureView() function
/third_party/skia/src/gpu/vk/
DGrVkImage.cpp101 sk_sp<const GrVkImageView>* textureView) { in make_views()
162 sk_sp<const GrVkImageView> textureView; in Make() local
189 sk_sp<const GrVkImageView> textureView; in MakeWrapped() local
225 sk_sp<const GrVkImageView> textureView, in GrVkImage()
255 sk_sp<const GrVkImageView> textureView, in GrVkImage()
DGrVkTexture.cpp176 const GrVkImageView* GrVkTexture::textureView() { return fTexture->textureView(); } in textureView() function in GrVkTexture
DGrVkPipelineState.cpp180 const GrVkImageView* textureView = texAttachment->textureView(); in setAndBindTextures() local
DGrVkImage.h108 const GrVkImageView* textureView() const { return fTextureView.get(); } in textureView() function
/third_party/skia/third_party/externals/dawn/src/dawn_native/utils/
DWGPUHelpers.h108 Ref<TextureViewBase> textureView; member
DWGPUHelpers.cpp145 const Ref<TextureViewBase>& textureView) in BindingInitializationHelper()
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DTextureViewTests.cpp170 void Verify(const wgpu::TextureView& textureView, const char* fragmentShader, int expected) { in Verify()
219 wgpu::TextureView textureView = mTexture.CreateView(&descriptor); in Texture2DViewTest() local
257 wgpu::TextureView textureView = mTexture.CreateView(&descriptor); in Texture2DArrayViewTest() local
366 wgpu::TextureView textureView = mTexture.CreateView(&descriptor); in TEST_P() local
492 wgpu::TextureView textureView = texture.CreateView(&descriptor); in TextureLayerAsColorAttachmentTest() local
DTexture3DTests.cpp72 wgpu::TextureView textureView = texture.CreateView(); in TEST_P() local
DD3D12VideoViewsTests.cpp296 wgpu::TextureView textureView = wgpuTexture.CreateView(&viewDesc); in TEST_P() local
348 wgpu::TextureView textureView = wgpuTexture.CreateView(&viewDesc); in TEST_P() local
DBindGroupTests.cpp301 wgpu::TextureView textureView = texture.CreateView(); in TEST_P() local
1606 wgpu::TextureView textureView = texture.CreateView(); in TEST_P() local
1615 wgpu::TextureView textureView = texture.CreateView(); in TEST_P() local
1635 wgpu::TextureView textureView = texture.CreateView(); in TEST_P() local
1644 wgpu::TextureView textureView = texture.CreateView(); in TEST_P() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DExternalTexture.cpp25 MaybeError ValidateExternalTexturePlane(const TextureViewBase* textureView, in ValidateExternalTexturePlane()
/third_party/skia/third_party/externals/dawn/src/utils/
DWGPUHelpers.h166 wgpu::TextureView textureView; member
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
DLabelTests.cpp477 wgpu::TextureView textureView = texture.CreateView(); in TEST_F() local
484 wgpu::TextureView textureView = texture.CreateView(); in TEST_F() local
494 wgpu::TextureView textureView = texture.CreateView(&viewDescriptor); in TEST_F() local
DTextureValidationTests.cpp469 wgpu::TextureView textureView = texture.CreateView(); in TEST_F() local
492 wgpu::TextureView textureView = texture.CreateView(); in TEST_F() local
DStorageTextureValidationTests.cpp540 wgpu::TextureView textureView = in TEST_F() local
569 wgpu::TextureView textureView = in TEST_F() local
/third_party/skia/third_party/externals/dawn/src/tests/unittests/native/
DDestroyObjectTests.cpp537 Ref<TextureViewBase> textureView; in TEST_F() local
730 Ref<TextureViewBase> textureView; in TEST_F() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DCommandBufferGL.cpp996 TextureViewBase* textureView = renderPass->colorAttachments[i].view.Get(); in ExecuteRenderPass() local
1018 TextureViewBase* textureView = renderPass->depthStencilAttachment.view.Get(); in ExecuteRenderPass() local

12