/third_party/flutter/skia/src/gpu/dawn/ |
D | GrDawnTexture.cpp | 17 dawn::TextureView textureView, in GrDawnTexture() 55 dawn::TextureView textureView = tex.CreateDefaultView(); in Make() local 90 dawn::TextureView textureView = info.fTexture.CreateDefaultView(); in MakeWrapped() local
|
D | GrDawnTextureRenderTarget.cpp | 18 dawn::TextureView textureView, in GrDawnTextureRenderTarget()
|
D | GrDawnTexture.h | 38 dawn::TextureView textureView() const { return fTextureView; } in textureView() function
|
D | GrDawnProgramBuilder.cpp | 265 const dawn::TextureView& textureView) { in make_bind_group_binding() 287 const dawn::TextureView& textureView) { in make_bind_group_binding() 378 dawn::TextureView textureView = tex->textureView(); in Build() local 388 dawn::TextureView textureView = tex->textureView(); in Build() local
|
/third_party/skia/src/gpu/vk/ |
D | GrVkImage.cpp | 96 sk_sp<const GrVkImageView>* textureView) { in make_views() 157 sk_sp<const GrVkImageView> textureView; in Make() local 184 sk_sp<const GrVkImageView> textureView; in MakeWrapped() local 213 sk_sp<const GrVkImageView> textureView, in GrVkImage() 239 sk_sp<const GrVkImageView> textureView, in GrVkImage()
|
D | GrVkTexture.cpp | 168 const GrVkImageView* GrVkTexture::textureView() { return fTexture->textureView(); } in textureView() function in GrVkTexture
|
D | GrVkPipelineState.cpp | 180 const GrVkImageView* textureView = texAttachment->textureView(); in setAndBindTextures() local
|
/third_party/skia/src/gpu/dawn/ |
D | GrDawnRenderTarget.h | 32 wgpu::TextureView textureView() const { return fInfo.fTextureView; } in textureView() function
|
D | GrDawnProgramBuilder.cpp | 231 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/flutter/skia/third_party/externals/dawn/src/tests/end2end/ |
D | TextureViewTests.cpp | 161 void Verify(const dawn::TextureView &textureView, const char* fragmentShader, int expected) { in Verify() 212 dawn::TextureView textureView = mTexture.CreateView(&descriptor); in Texture2DViewTest() local 251 dawn::TextureView textureView = mTexture.CreateView(&descriptor); in Texture2DArrayViewTest() local 361 dawn::TextureView textureView = mTexture.CreateDefaultView(); in TEST_P() local 489 dawn::TextureView textureView = texture.CreateView(&descriptor); in TextureLayerAsColorAttachmentTest() local
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/utils/ |
D | WGPUHelpers.h | 108 Ref<TextureViewBase> textureView; member
|
D | WGPUHelpers.cpp | 145 const Ref<TextureViewBase>& textureView) in BindingInitializationHelper()
|
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
D | TextureViewTests.cpp | 170 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
|
D | Texture3DTests.cpp | 72 wgpu::TextureView textureView = texture.CreateView(); in TEST_P() local
|
D | D3D12VideoViewsTests.cpp | 296 wgpu::TextureView textureView = wgpuTexture.CreateView(&viewDesc); in TEST_P() local 348 wgpu::TextureView textureView = wgpuTexture.CreateView(&viewDesc); in TEST_P() local
|
D | BindGroupTests.cpp | 301 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/ |
D | ExternalTexture.cpp | 25 MaybeError ValidateExternalTexturePlane(const TextureViewBase* textureView, in ValidateExternalTexturePlane()
|
/third_party/flutter/skia/third_party/externals/dawn/src/tests/unittests/validation/ |
D | TextureValidationTests.cpp | 197 dawn::TextureView textureView = texture.CreateDefaultView(); in TEST_F() local 220 dawn::TextureView textureView = texture.CreateDefaultView(); in TEST_F() local
|
/third_party/flutter/skia/third_party/externals/dawn/src/utils/ |
D | DawnHelpers.h | 121 dawn::TextureView textureView; member
|
/third_party/skia/third_party/externals/dawn/src/utils/ |
D | WGPUHelpers.h | 166 wgpu::TextureView textureView; member
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/ |
D | LabelTests.cpp | 477 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
|
D | TextureValidationTests.cpp | 469 wgpu::TextureView textureView = texture.CreateView(); in TEST_F() local 492 wgpu::TextureView textureView = texture.CreateView(); in TEST_F() local
|
/third_party/flutter/skia/src/gpu/vk/ |
D | GrVkTexture.cpp | 174 const GrVkImageView* GrVkTexture::textureView() { in textureView() function in GrVkTexture
|
D | GrVkPipelineState.cpp | 223 const GrVkImageView* textureView = texture->textureView(); in setAndBindTextures() local
|
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
D | CommandBufferGL.cpp | 594 TextureViewBase* textureView = renderPass->colorAttachments[i].view.Get(); in ExecuteRenderPass() local 621 TextureViewBase* textureView = renderPass->depthStencilAttachment.view.Get(); in ExecuteRenderPass() local
|