Home
last modified time | relevance | path

Searched refs:kFormatProperties (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_mandatory_format_support_table_autogen.cpp26 constexpr std::array<VkFormatProperties, kNumVkFormats> kFormatProperties = {{ variable
603 ASSERT(static_cast<uint64_t>(vkFormat) < sizeof(kFormatProperties)); in GetMandatoryFormatSupport()
604 return kFormatProperties[vkFormat]; in GetMandatoryFormatSupport()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_mandatory_format_support_table_autogen.cpp43 constexpr FormatMap<VkFormatProperties> kFormatProperties = { variable
297 return kFormatProperties[formatID]; in GetMandatoryFormatSupport()