Searched refs:copySizePixels (Results 1 – 11 of 11) sorted by relevance
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
D | DeviceD3D12.cpp | 498 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()
|
D | DeviceD3D12.h | 106 const Extent3D& copySizePixels) override;
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | DeviceVk.cpp | 681 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()
|
D | DeviceVk.h | 97 const Extent3D& copySizePixels) override;
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
D | DeviceGL.h | 75 const Extent3D& copySizePixels) override;
|
D | DeviceGL.cpp | 288 const Extent3D& copySizePixels) { in CopyFromStagingToTexture() argument
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/ |
D | DeviceMTL.h | 70 const Extent3D& copySizePixels) override;
|
D | DeviceMTL.mm | 421 const Extent3D& copySizePixels) { 424 copySizePixels); 429 dst->aspect, copySizePixels);
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/null/ |
D | DeviceNull.h | 113 const Extent3D& copySizePixels) override;
|
D | DeviceNull.cpp | 221 const Extent3D& copySizePixels) { in CopyFromStagingToTexture() argument
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
D | Device.h | 284 const Extent3D& copySizePixels) = 0;
|