Home
last modified time | relevance | path

Searched refs:srcTextureView (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/
DCopyTextureForBrowserHelper.cpp344 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/
DGrDawnGpuCommandBuffer.cpp49 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, &copySize); in copy()
/third_party/skia/src/gpu/dawn/
DGrDawnGpu.cpp597 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, &copySize); in onCopySurface()
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DCopyTextureForBrowserTests.cpp365 wgpu::TextureView srcTextureView = srcTexture.CreateView(&srcTextureViewDesc); in CheckResultInBuiltInComputePipeline() local
374 {{0, srcTextureView}, {1, dstTextureView}, {2, outputBuffer}, {3, uniformBuffer}}); in CheckResultInBuiltInComputePipeline()