Searched refs:srcFormatHasNecessaryFeature (Results 1 – 2 of 2) sorted by relevance
170 bool srcFormatHasNecessaryFeature = vk::FormatHasNecessaryFeature( in CanCopyWithDraw() local175 return srcFormatHasNecessaryFeature && dstFormatHasNecessaryFeature; in CanCopyWithDraw()
988 bool srcFormatHasNecessaryFeature = FormatHasNecessaryFeature( in CanCopyWithTransfer() local993 return isTilingCompatible && srcFormatHasNecessaryFeature && dstFormatHasNecessaryFeature; in CanCopyWithTransfer()