Searched defs:intendedFormatID (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/ |
H A D | vk_format_utils.cpp | 211 bool HasEmulatedImageFormat(angle::FormatID intendedFormatID, angle::FormatID actualFormatID) in HasEmulatedImageFormat() 236 const auto intendedFormatID = static_cast<angle::FormatID>(formatIndex); in initialize() local 375 size_t GetValidImageCopyBufferAlignment(angle::FormatID intendedFormatID, in GetValidImageCopyBufferAlignment()
|
H A D | VkImageImageSiblingVk.cpp | 57 angle::FormatID intendedFormatID; in initImpl() local
|
H A D | vk_helpers.cpp | 6071 angle::FormatID intendedFormatID) in deriveConversionDesc() 6234 angle::FormatID intendedFormatID, in initExternal() 7016 angle::FormatID intendedFormatID, in init2DWeakReference() 7057 angle::FormatID intendedFormatID, in init2DStaging() 7073 angle::FormatID intendedFormatID, in initStaging()
|
H A D | TextureVk.cpp | 82 angle::FormatID intendedFormatID, in IsTextureLevelDefinitionCompatibleWithImage() 4587 angle::FormatID intendedFormatID = format.getIntendedFormatID(); in ensureRenderableWithFormat() local
|
H A D | vk_cache_utils.cpp | 5474 angle::FormatID intendedFormatID, in update() 5584 angle::FormatID intendedFormatID) in SamplerDesc() 5618 angle::FormatID intendedFormatID) in update()
|
H A D | SurfaceVk.cpp | 1130 angle::FormatID intendedFormatID = format.getIntendedFormatID(); in getActualFormatID() local
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/wgpu/ |
H A D | wgpu_helpers.cpp | 67 angle::Result ImageHelper::initImage(angle::FormatID intendedFormatID, in initImage() 83 angle::Result ImageHelper::initExternal(angle::FormatID intendedFormatID, in initExternal()
|
H A D | wgpu_format_utils.cpp | 55 const auto intendedFormatID = static_cast<angle::FormatID>(formatIndex); in initialize() local
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/linux/ |
H A D | DmaBufImageSiblingVkLinux.cpp | 409 const angle::FormatID intendedFormatID = vk::GetFormatIDFromVkFormat(vulkanFormat); in initWithFormat() local
|