Home
last modified time | relevance | path

Searched refs:hasEmulatedImageFormat (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/libANGLE/renderer/vulkan/
Dvk_format_utils.h116 bool hasEmulatedImageFormat() const { return actualImageFormatID != intendedFormatID; } in hasEmulatedImageFormat() function
DTextureVk.cpp116 if (srcFormat.hasEmulatedImageFormat() || destFormat.hasEmulatedImageFormat()) in CanCopyWithTransferForCopyTexture()
Dvk_helpers.cpp766 (!srcFormat.hasEmulatedImageFormat() && !destFormat.hasEmulatedImageFormat()) || in CanCopyWithTransferForCopyImage()
782 const bool isEmulatedFormat = imageFormat->hasEmulatedImageFormat(); in CanCopyWithTransformForReadPixels()