Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Ddevice_vk.cpp911 const uint32_t formatSupportSize = static_cast<uint32_t>(formatProperties_.size()); in GetFormatProperties() local
913 if (formatIdx < formatSupportSize) { in GetFormatProperties()
919 PLUGIN_ASSERT(currIdx < formatSupportSize); in GetFormatProperties()