Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DUtilsVk.cpp220 uint32_t GetImageCopyFlags(const angle::Format &srcIntendedFormat, in GetImageCopyFlags() argument
225 flags |= GetFormatFlags(srcIntendedFormat, ImageCopy_frag::kSrcIsSint, in GetImageCopyFlags()
3382 const angle::Format &srcIntendedFormat = src->getIntendedFormat(); in copyImage() local
3392 &src->getYcbcrConversionDesc(), srcIntendedFormat.id); in copyImage()
3560 uint32_t flags = GetImageCopyFlags(srcIntendedFormat, dstIntendedFormat); in copyImage()
H A DTextureVk.cpp1471 const angle::Format &srcIntendedFormat = source->getImage().getIntendedFormat(); in copySubTextureImpl() local
1561 if (srcIntendedFormat.isLUMA()) in copySubTextureImpl()
1563 pixelReadFunction = srcIntendedFormat.pixelReadFunction; in copySubTextureImpl()