| /third_party/skia/m133/src/gpu/graphite/dawn/ |
| D | DawnBackendTexture.cpp | 28 WGPUTextureView textureView() const { return fTextureView; } in textureView() function in skgpu::graphite::DawnBackendTextureData 90 WGPUTextureView textureView) { in MakeDawn()
|
| D | DawnTexture.cpp | 194 const wgpu::TextureView& textureView) { in MakeWrapped()
|
| /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/skia/m133/src/gpu/ganesh/vk/ |
| D | GrVkImage.cpp | 113 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()
|
| D | GrVkTexture.cpp | 220 const GrVkImageView* GrVkTexture::textureView() { return fTexture->textureView(); } in textureView() function in GrVkTexture
|
| D | GrVkPipelineState.cpp | 200 const GrVkImageView* textureView = texAttachment->textureView(); in setAndBindTextures() local
|
| D | GrVkImage.h | 117 const GrVkImageView* textureView() const { return fTextureView.get(); } in textureView() function
|
| /third_party/skia/src/gpu/vk/ |
| D | GrVkImage.cpp | 101 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()
|
| D | GrVkTexture.cpp | 176 const GrVkImageView* GrVkTexture::textureView() { return fTexture->textureView(); } in textureView() function in GrVkTexture
|
| D | GrVkPipelineState.cpp | 180 const GrVkImageView* textureView = texAttachment->textureView(); in setAndBindTextures() local
|
| D | GrVkImage.h | 108 const GrVkImageView* textureView() const { return fTextureView.get(); } in textureView() function
|
| /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/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
|
| D | StorageTextureValidationTests.cpp | 540 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/ |
| D | DestroyObjectTests.cpp | 537 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/ |
| D | CommandBufferGL.cpp | 996 TextureViewBase* textureView = renderPass->colorAttachments[i].view.Get(); in ExecuteRenderPass() local 1018 TextureViewBase* textureView = renderPass->depthStencilAttachment.view.Get(); in ExecuteRenderPass() local
|