Searched refs:LINEAR_FORMAT_COUNT (Results 1 – 1 of 1) sorted by relevance
472 constexpr const auto LINEAR_FORMAT_COUNT = BASE_NS::Format::BASE_FORMAT_ASTC_12x12_SRGB_BLOCK + 1u; variable473 PLUGIN_STATIC_ASSERT(BASE_NS::countof(FALLBACK_FORMATS) == LINEAR_FORMAT_COUNT);851 if (static_cast<uint32_t>(format) < LINEAR_FORMAT_COUNT) { in GetFormatOrFallback()