Home
last modified time | relevance | path

Searched refs:copySizePixels (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DDeviceD3D12.cpp498 const Extent3D& copySizePixels) { in CopyFromStagingToTexture() argument
504 SubresourceRange range = GetSubresourcesAffectedByCopy(*dst, copySizePixels); in CopyFromStagingToTexture()
506 if (IsCompleteSubresourceCopiedTo(texture, copySizePixels, dst->mipLevel)) { in CopyFromStagingToTexture()
515 src.offset, src.bytesPerRow, src.rowsPerImage, copySizePixels, in CopyFromStagingToTexture()
DDeviceD3D12.h106 const Extent3D& copySizePixels) override;
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DDeviceVk.cpp681 const Extent3D& copySizePixels) { in CopyFromStagingToTexture() argument
688 VkBufferImageCopy region = ComputeBufferImageCopyRegion(src, *dst, copySizePixels); in CopyFromStagingToTexture()
692 SubresourceRange range = GetSubresourcesAffectedByCopy(*dst, copySizePixels); in CopyFromStagingToTexture()
694 if (IsCompleteSubresourceCopiedTo(dst->texture.Get(), copySizePixels, in CopyFromStagingToTexture()
DDeviceVk.h97 const Extent3D& copySizePixels) override;
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DDeviceGL.h75 const Extent3D& copySizePixels) override;
DDeviceGL.cpp288 const Extent3D& copySizePixels) { in CopyFromStagingToTexture() argument
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/
DDeviceMTL.h70 const Extent3D& copySizePixels) override;
DDeviceMTL.mm421 const Extent3D& copySizePixels) {
424 copySizePixels);
429 dst->aspect, copySizePixels);
/third_party/skia/third_party/externals/dawn/src/dawn_native/null/
DDeviceNull.h113 const Extent3D& copySizePixels) override;
DDeviceNull.cpp221 const Extent3D& copySizePixels) { in CopyFromStagingToTexture() argument
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DDevice.h284 const Extent3D& copySizePixels) = 0;