Home
last modified time | relevance | path

Searched refs:ComputeTextureCopyExtent (Results 1 – 8 of 8) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/dawn/src/dawn_native/vulkan/
H A DUtilsVulkan.cpp52 Extent3D ComputeTextureCopyExtent(const TextureCopy& textureCopy, const Extent3D& copySize) { in ComputeTextureCopyExtent() function
91 Extent3D imageExtent = ComputeTextureCopyExtent(textureCopy, copySize); in ComputeBufferImageCopyRegion()
H A DUtilsVulkan.h26 Extent3D ComputeTextureCopyExtent(const TextureCopy& textureCopy, const Extent3D& copySize);
H A DCommandBufferVk.cpp52 Extent3D imageExtentSrc = ComputeTextureCopyExtent(srcCopy, copySize); in HasSameTextureCopyExtent()
53 Extent3D imageExtentDst = ComputeTextureCopyExtent(dstCopy, copySize); in HasSameTextureCopyExtent()
86 Extent3D imageExtent = ComputeTextureCopyExtent(dstCopy, copySize); in ComputeImageCopyRegion()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/dawn/src/dawn_native/vulkan/
H A DUtilsVulkan.cpp75 Extent3D ComputeTextureCopyExtent(const TextureCopy& textureCopy, const Extent3D& copySize) { in ComputeTextureCopyExtent() function
128 Extent3D imageExtent = ComputeTextureCopyExtent(textureCopy, copySize); in ComputeBufferImageCopyRegion()
H A DUtilsVulkan.h93 Extent3D ComputeTextureCopyExtent(const TextureCopy& textureCopy, const Extent3D& copySize);
H A DCommandBufferVk.cpp55 Extent3D imageExtentSrc = ComputeTextureCopyExtent(srcCopy, copySize); in HasSameTextureCopyExtent()
56 Extent3D imageExtentDst = ComputeTextureCopyExtent(dstCopy, copySize); in HasSameTextureCopyExtent()
93 Extent3D imageExtent = ComputeTextureCopyExtent(dstCopy, copySize); in ComputeImageCopyRegion()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/dawn/src/dawn_native/opengl/
H A DCommandBufferGL.cpp387 Extent3D ComputeTextureCopyExtent(const TextureCopy& textureCopy, in ComputeTextureCopyExtent() function
506 Extent3D copyExtent = ComputeTextureCopyExtent(dst, copySize); in Execute()
618 Extent3D copySize = ComputeTextureCopyExtent(dst, copy->copySize); in Execute()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/dawn/src/dawn_native/opengl/
H A DCommandBufferGL.cpp434 Extent3D ComputeTextureCopyExtent(const TextureCopy& textureCopy, in ComputeTextureCopyExtent() function
567 Extent3D copyExtent = ComputeTextureCopyExtent(dst, copySize); in Execute()
723 Extent3D copySize = ComputeTextureCopyExtent(dst, copy->copySize); in Execute()