Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
Dvk_format_utils.h65 const angle::Format &intendedFormat() const { return angle::Format::Get(intendedFormatID); } in intendedFormat()
116 bool hasEmulatedImageFormat() const { return actualImageFormatID != intendedFormatID; } in hasEmulatedImageFormat()
128 angle::FormatID intendedFormatID; member
Dvk_format_utils.cpp124 : intendedFormatID(angle::FormatID::NONE), in Format()
228 return (intendedFormatID == angle::FormatID::NONE) ? kMinimumAlignment in getValidImageCopyBufferAlignment()
270 format.intendedFormatID = formatID; in initialize()
DTextureVk.cpp92 bool isFormatCompatible = srcFormat.intendedFormatID == destFormat.intendedFormatID; in CanCopyWithTransferForTexImage()
110 if (srcFormat.intendedFormatID == destFormat.intendedFormatID) in CanCopyWithTransferForCopyTexture()
415 (vkFormat.intendedFormatID == vkFormat.actualImageFormatID || in isFastUnpackPossible()
2587 mImage->getExternalFormat(), mImage->getFormat().intendedFormatID); in syncState()
DVertexArrayVk.cpp635 << static_cast<unsigned int>(vertexFormat.intendedFormatID) << " to " in syncDirtyAttrib()
DFramebufferVk.cpp1947 colorRenderTarget->getImageForRenderPass().getFormat().intendedFormatID); in updateRenderPassDesc()
1966 depthStencilRenderTarget->getImageForRenderPass().getFormat().intendedFormatID); in updateRenderPassDesc()
DUtilsVk.cpp2720 renderPassDesc.packColorAttachment(0, dstFormat.intendedFormatID); in copyImage()
Dvk_cache_utils.cpp3214 if (vkFormat.intendedFormatID != angle::FormatID::NONE) in update()