Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/ohos/
H A Dplatform_vk.cpp28 static constexpr string_view DEVICE_EXTENSION_GET_MEMORY_REQUIREMENTS2 { variable
44 extensions.push_back(DEVICE_EXTENSION_GET_MEMORY_REQUIREMENTS2); in GetPlatformDeviceExtensions()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Ddevice_vk.cpp64 static constexpr string_view DEVICE_EXTENSION_GET_MEMORY_REQUIREMENTS2 { variable
502 …tMemoryRequirements2 = enabledDeviceExtensions.contains(DEVICE_EXTENSION_GET_MEMORY_REQUIREMENTS2); in GetEnabledCommonDeviceExtensions()