Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DTextureVk.cpp94 angle::FormatID srcActualFormatID, in CanCopyWithTransferForTexImage() argument
106 srcIntendedFormatID == dstIntendedFormatID && srcActualFormatID == dstActualFormatID; in CanCopyWithTransferForTexImage()
108 return isFormatCompatible && vk::CanCopyWithTransfer(renderer, srcActualFormatID, srcTilingMode, in CanCopyWithTransferForTexImage()
899 angle::FormatID srcActualFormatID = colorReadRT->getImageActualFormatID(); in copySubImageImpl() local
913 renderer, srcIntendedFormatID, srcActualFormatID, srcTilingMode, in copySubImageImpl()
923 if (CanCopyWithDraw(renderer, srcActualFormatID, srcTilingMode, dstActualFormatID, in copySubImageImpl()