Searched refs:intendedFormatID (Results 1 – 9 of 9) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | vk_format_utils.cpp | 218 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()
|
D | vk_format_utils.h | 62 size_t GetValidImageCopyBufferAlignment(angle::FormatID intendedFormatID, 67 bool HasEmulatedImageFormat(angle::FormatID intendedFormatID, angle::FormatID actualFormatID);
|
D | vk_cache_utils.h | 852 angle::FormatID intendedFormatID); 888 angle::FormatID intendedFormatID); 898 angle::FormatID intendedFormatID);
|
D | vk_helpers.h | 1506 angle::FormatID intendedFormatID, 1578 angle::FormatID intendedFormatID, 1591 angle::FormatID intendedFormatID, 1640 angle::FormatID intendedFormatID,
|
D | vk_cache_utils.cpp | 3197 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()
|
D | SurfaceVk.cpp | 1083 angle::FormatID intendedFormatID = format.getIntendedFormatID(); in createSwapChain() local 1087 intendedFormatID == angle::FormatID::R8G8B8_UNORM) in createSwapChain() 1207 Is90DegreeRotation(getPreTransform()), intendedFormatID, in createSwapChain()
|
D | vk_helpers.cpp | 4167 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()
|
D | TextureVk.cpp | 79 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/ |
D | DmaBufImageSiblingVkLinux.cpp | 347 const angle::FormatID intendedFormatID = vkFormat.getIntendedFormatID(); in initImpl() local 458 displayVk, gl::TextureType::_2D, vkExtents, intendedFormatID, actualImageFormatID, 1, in initImpl()
|