Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DTextureVk.cpp154 bool srcFormatHasNecessaryFeature = in CanCopyWithDraw() local
161 return srcFormatHasNecessaryFeature && dstFormatHasNecessaryFeature; in CanCopyWithDraw()
Dvk_helpers.cpp862 bool srcFormatHasNecessaryFeature = FormatHasNecessaryFeature( in CanCopyWithTransfer() local
868 return isTilingCompatible && srcFormatHasNecessaryFeature && dstFormatHasNecessaryFeature; in CanCopyWithTransfer()