Searched refs:srcTextureView (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
D | CopyTextureForBrowserHelper.cpp | 344 Ref<TextureViewBase> srcTextureView; in DoCopyTextureForBrowser() local 345 DAWN_TRY_ASSIGN(srcTextureView, in DoCopyTextureForBrowser() 352 {{0, uniformBuffer}, {1, sampler}, {2, srcTextureView}})); in DoCopyTextureForBrowser()
|
/third_party/flutter/skia/src/gpu/dawn/ |
D | GrDawnGpuCommandBuffer.cpp | 49 dawn::TextureCopyView srcTextureView, dstTextureView; in copy() local 50 srcTextureView.texture = static_cast<GrDawnTexture*>(src->asTexture())->texture(); in copy() 51 srcTextureView.origin = {(uint32_t) srcRect.x(), (uint32_t) srcRect.y(), 0}; in copy() 62 fEncoder.CopyTextureToBuffer(&srcTextureView, &bufferView, ©Size); in copy()
|
/third_party/skia/src/gpu/dawn/ |
D | GrDawnGpu.cpp | 597 wgpu::ImageCopyTexture srcTextureView, dstTextureView; in onCopySurface() local 598 srcTextureView.texture = srcTexture; in onCopySurface() 599 srcTextureView.origin = {(uint32_t) srcRect.x(), (uint32_t) srcRect.y(), 0}; in onCopySurface() 604 this->getCopyEncoder().CopyTextureToTexture(&srcTextureView, &dstTextureView, ©Size); in onCopySurface()
|
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
D | CopyTextureForBrowserTests.cpp | 365 wgpu::TextureView srcTextureView = srcTexture.CreateView(&srcTextureViewDesc); in CheckResultInBuiltInComputePipeline() local 374 {{0, srcTextureView}, {1, dstTextureView}, {2, outputBuffer}, {3, uniformBuffer}}); in CheckResultInBuiltInComputePipeline()
|