Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DTextureVk.cpp116 angle::FormatID destActualFormatID, in CanCopyWithTransferForCopyTexture() argument
120 destActualFormatID, destTilingMode)) in CanCopyWithTransferForCopyTexture()
127 srcImage.getActualFormatID() == destActualFormatID) in CanCopyWithTransferForCopyTexture()
134 vk::HasEmulatedImageFormat(destIntendedFormatID, destActualFormatID)) in CanCopyWithTransferForCopyTexture()
142 const angle::Format &destAngleFormat = angle::Format::Get(destActualFormatID); in CanCopyWithTransferForCopyTexture()