Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DTextureVk.cpp186 bool srcFormatHasNecessaryFeature = vk::FormatHasNecessaryFeature( in CanCopyWithDraw() local
191 return srcFormatHasNecessaryFeature && dstFormatHasNecessaryFeature; in CanCopyWithDraw()
H A Dvk_helpers.cpp1429 bool srcFormatHasNecessaryFeature = FormatHasNecessaryFeature( in CanCopyWithTransfer() local
1434 return isTilingCompatible && srcFormatHasNecessaryFeature && dstFormatHasNecessaryFeature; in CanCopyWithTransfer()