Searched refs:kImageListFormatCount (Results 1 – 2 of 2) sorted by relevance
2426 static constexpr uint32_t kImageListFormatCount = 2; variable2427 using ImageListFormats = std::array<VkFormat, kImageListFormatCount>;2454 using ImageFormats = angle::FixedVector<VkFormat, kImageListFormatCount>;
6686 std::array<VkFormat, kImageListFormatCount> *imageListFormatsStorage, in DeriveCreateInfoPNext()6713 imageFormatListInfoStorage->viewFormatCount = kImageListFormatCount; in DeriveCreateInfoPNext()