Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DTextureVk.cpp170 bool srcFormatHasNecessaryFeature = vk::FormatHasNecessaryFeature( in CanCopyWithDraw() local
175 return srcFormatHasNecessaryFeature && dstFormatHasNecessaryFeature; in CanCopyWithDraw()
Dvk_helpers.cpp988 bool srcFormatHasNecessaryFeature = FormatHasNecessaryFeature( in CanCopyWithTransfer() local
993 return isTilingCompatible && srcFormatHasNecessaryFeature && dstFormatHasNecessaryFeature; in CanCopyWithTransfer()