Searched refs:srcFormatHasNecessaryFeature (Results 1 – 2 of 2) sorted by relevance
186 bool srcFormatHasNecessaryFeature = vk::FormatHasNecessaryFeature( in CanCopyWithDraw() local191 return srcFormatHasNecessaryFeature && dstFormatHasNecessaryFeature; in CanCopyWithDraw()
1429 bool srcFormatHasNecessaryFeature = FormatHasNecessaryFeature( in CanCopyWithTransfer() local1434 return isTilingCompatible && srcFormatHasNecessaryFeature && dstFormatHasNecessaryFeature; in CanCopyWithTransfer()