Home
last modified time | relevance | path

Searched refs:formatIdx (Results 1 - 1 of 1) sorted by relevance

/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Ddevice_vk.cpp597 const uint32_t formatIdx = idx + DeviceFormatSupportConstants::ADDITIONAL_FORMAT_START_NUMBER; in FillFormatSupport()
598 formats[currIdx] = FillDeviceFormatSupport(physicalDevice, static_cast<Format>(formatIdx)); in FillFormatSupport()
911 const uint32_t formatIdx = static_cast<uint32_t>(format); in GetFormatProperties() local
912 if (formatIdx < formatSupportSize) { in GetFormatProperties()
913 return formatProperties_[formatIdx]; in GetFormatProperties()
914 } else if ((formatIdx >= DeviceFormatSupportConstants::ADDITIONAL_FORMAT_START_NUMBER) && in GetFormatProperties()
915 (formatIdx <= DeviceFormatSupportConstants::ADDITIONAL_FORMAT_END_NUMBER)) { in GetFormatProperties()
916 const uint32_t currIdx = formatIdx - DeviceFormatSupportConstants::ADDITIONAL_FORMAT_START_NUMBER; in GetFormatProperties()

Completed in 3 milliseconds