Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DUtilsVk.cpp216 uint32_t GetImageCopyFlags(const angle::Format &srcIntendedFormat, in GetImageCopyFlags() argument
221 flags |= GetFormatFlags(srcIntendedFormat, ImageCopy_frag::kSrcIsSint, in GetImageCopyFlags()
3108 const angle::Format &srcIntendedFormat = src->getIntendedFormat(); in copyImage() local
3111 bool isYUV = srcIntendedFormat.isYUV; in copyImage()
3117 &src->getYcbcrConversionDesc(), srcIntendedFormat.id); in copyImage()
3196 uint32_t flags = GetImageCopyFlags(srcIntendedFormat, dstIntendedFormat); in copyImage()
DTextureVk.cpp978 const angle::Format &srcIntendedFormat = source->getImage().getIntendedFormat(); in copySubTextureImpl() local
1069 if (srcIntendedFormat.isLUMA()) in copySubTextureImpl()
1071 pixelReadFunction = srcIntendedFormat.pixelReadFunction; in copySubTextureImpl()