Searched refs:intendedFormatID (Results 1 – 7 of 7) sorted by relevance
65 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
124 : intendedFormatID(angle::FormatID::NONE), in Format()228 return (intendedFormatID == angle::FormatID::NONE) ? kMinimumAlignment in getValidImageCopyBufferAlignment()270 format.intendedFormatID = formatID; in initialize()
92 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()
635 << static_cast<unsigned int>(vertexFormat.intendedFormatID) << " to " in syncDirtyAttrib()
1947 colorRenderTarget->getImageForRenderPass().getFormat().intendedFormatID); in updateRenderPassDesc()1966 depthStencilRenderTarget->getImageForRenderPass().getFormat().intendedFormatID); in updateRenderPassDesc()
2720 renderPassDesc.packColorAttachment(0, dstFormat.intendedFormatID); in copyImage()
3214 if (vkFormat.intendedFormatID != angle::FormatID::NONE) in update()