Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_format_utils.cpp218 bool HasEmulatedImageFormat(angle::FormatID intendedFormatID, angle::FormatID actualFormatID) in HasEmulatedImageFormat() argument
220 return actualFormatID != intendedFormatID; in HasEmulatedImageFormat()
245 const auto intendedFormatID = static_cast<angle::FormatID>(formatIndex); in initialize() local
246 const angle::Format &intendedAngleFormat = angle::Format::Get(intendedFormatID); in initialize()
249 format.mIntendedFormatID = intendedFormatID; in initialize()
289 outTextureCapsMap->set(intendedFormatID, textureCaps); in initialize()
295 outTextureCapsMap->set(intendedFormatID, textureCaps); in initialize()
336 size_t GetValidImageCopyBufferAlignment(angle::FormatID intendedFormatID, in GetValidImageCopyBufferAlignment() argument
340 return (intendedFormatID == angle::FormatID::NONE) in GetValidImageCopyBufferAlignment()
Dvk_format_utils.h62 size_t GetValidImageCopyBufferAlignment(angle::FormatID intendedFormatID,
67 bool HasEmulatedImageFormat(angle::FormatID intendedFormatID, angle::FormatID actualFormatID);
Dvk_cache_utils.h852 angle::FormatID intendedFormatID);
888 angle::FormatID intendedFormatID);
898 angle::FormatID intendedFormatID);
Dvk_helpers.h1506 angle::FormatID intendedFormatID,
1578 angle::FormatID intendedFormatID,
1591 angle::FormatID intendedFormatID,
1640 angle::FormatID intendedFormatID,
Dvk_cache_utils.cpp3197 angle::FormatID intendedFormatID) in update() argument
3199 const vk::Format &vkFormat = rendererVk->getFormat(intendedFormatID); in update()
3229 angle::FormatID intendedFormatID) in SamplerDesc() argument
3231 update(contextVk, samplerState, stencilMode, ycbcrConversionDesc, intendedFormatID); in SamplerDesc()
3262 angle::FormatID intendedFormatID) in update() argument
3332 const vk::Format &vkFormat = contextVk->getRenderer()->getFormat(intendedFormatID); in update()
DSurfaceVk.cpp1083 angle::FormatID intendedFormatID = format.getIntendedFormatID(); in createSwapChain() local
1087 intendedFormatID == angle::FormatID::R8G8B8_UNORM) in createSwapChain()
1207 Is90DegreeRotation(getPreTransform()), intendedFormatID, in createSwapChain()
Dvk_helpers.cpp4167 angle::FormatID intendedFormatID, in initExternal() argument
4189 mIntendedFormatID = intendedFormatID; in initExternal()
4267 supportedLocation, chromaFilter, intendedFormatID); in initExternal()
4781 angle::FormatID intendedFormatID, in init2DWeakReference() argument
4792 mIntendedFormatID = intendedFormatID; in init2DWeakReference()
4809 angle::FormatID intendedFormatID, in init2DStaging() argument
4817 intendedFormatID, actualFormatID, 1, usage, 1, layerCount); in init2DStaging()
4825 angle::FormatID intendedFormatID, in initStaging() argument
4839 mIntendedFormatID = intendedFormatID; in initStaging()
DTextureVk.cpp79 angle::FormatID intendedFormatID, in IsTextureLevelDefinitionCompatibleWithImage() argument
86 intendedFormatID == image.getIntendedFormatID() && in IsTextureLevelDefinitionCompatibleWithImage()
3374 angle::FormatID intendedFormatID = format.getIntendedFormatID(); in ensureRenderable() local
3398 ANGLE_TRY(initImage(contextVk, intendedFormatID, sampleOnlyFormatID, mipLevels)); in ensureRenderable()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/linux/
DDmaBufImageSiblingVkLinux.cpp347 const angle::FormatID intendedFormatID = vkFormat.getIntendedFormatID(); in initImpl() local
458 displayVk, gl::TextureType::_2D, vkExtents, intendedFormatID, actualImageFormatID, 1, in initImpl()