Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DTextureVk.cpp92 bool isFormatCompatible = srcFormat.intendedFormatID == destFormat.intendedFormatID; in CanCopyWithTransferForTexImage() local
94 return isFormatCompatible && in CanCopyWithTransferForTexImage()
Dvk_helpers.cpp765 bool isFormatCompatible = in CanCopyWithTransferForCopyImage() local
770 ASSERT(!isFormatCompatible || in CanCopyWithTransferForCopyImage()
773 return isFormatCompatible && in CanCopyWithTransferForCopyImage()