Searched refs:kFormatProperties (Results 1 – 2 of 2) sorted by relevance
26 constexpr std::array<VkFormatProperties, kNumVkFormats> kFormatProperties = {{ variable603 ASSERT(static_cast<uint64_t>(vkFormat) < sizeof(kFormatProperties)); in GetMandatoryFormatSupport()604 return kFormatProperties[vkFormat]; in GetMandatoryFormatSupport()
43 constexpr FormatMap<VkFormatProperties> kFormatProperties = { variable297 return kFormatProperties[formatID]; in GetMandatoryFormatSupport()