Home
last modified time | relevance | path

Searched refs:origRegion (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/host/vulkan/emulated_textures/
DCompressedImageInfo.h45 static VkImageCopy getCompressedMipmapsImageCopy(const VkImageCopy& origRegion,
49 static VkImageCopy2 getCompressedMipmapsImageCopy(const VkImageCopy2& origRegion,
104 VkBufferImageCopy getBufferImageCopy(const VkBufferImageCopy& origRegion) const;
105 VkBufferImageCopy2 getBufferImageCopy(const VkBufferImageCopy2& origRegion) const;
DCompressedImageInfo.cpp537 const VkBufferImageCopy& origRegion) const { in getBufferImageCopy()
538 VkBufferImageCopy region = origRegion; in getBufferImageCopy()
550 const VkBufferImageCopy2& origRegion) const { in getBufferImageCopy()
551 VkBufferImageCopy2 region = origRegion; in getBufferImageCopy()
563 VkImageCopy CompressedImageInfo::getCompressedMipmapsImageCopy(const VkImageCopy& origRegion, in getCompressedMipmapsImageCopy() argument
568 VkImageCopy region = origRegion; in getCompressedMipmapsImageCopy()
584 VkImageCopy2 CompressedImageInfo::getCompressedMipmapsImageCopy(const VkImageCopy2& origRegion, in getCompressedMipmapsImageCopy() argument
589 VkImageCopy2 region = origRegion; in getCompressedMipmapsImageCopy()