Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DTextureVk.cpp142 const angle::Format &destAngleFormat = angle::Format::Get(destActualFormatID); in CanCopyWithTransferForCopyTexture() local
151 const bool destIsBGRA = destAngleFormat.isBGRA(); in CanCopyWithTransferForCopyTexture()
152 const bool destHasR8 = destAngleFormat.redBits == 8; in CanCopyWithTransferForCopyTexture()
153 const bool destHasG8 = destAngleFormat.greenBits == 8; in CanCopyWithTransferForCopyTexture()
154 const bool destHasB8 = destAngleFormat.blueBits == 8; in CanCopyWithTransferForCopyTexture()
155 const bool destHasA8 = destAngleFormat.alphaBits == 8; in CanCopyWithTransferForCopyTexture()
156 const bool destIsSigned = destAngleFormat.isSnorm() || destAngleFormat.isSint(); in CanCopyWithTransferForCopyTexture()