Home
last modified time | relevance | path

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

/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_enums.hpp2601 eHostMappedForeignMemoryEXT = VK_EXTERNAL_MEMORY_HANDLE_TYPE_HOST_MAPPED_FOREIGN_MEMORY_BIT_EXT, enumerator
2628 | ExternalMemoryHandleTypeFlagBits::eHostMappedForeignMemoryEXT
Dvulkansc_to_string.hpp719 …if ( value & ExternalMemoryHandleTypeFlagBits::eHostMappedForeignMemoryEXT ) result += "HostMapped… in to_string()
3349 …case ExternalMemoryHandleTypeFlagBits::eHostMappedForeignMemoryEXT : return "HostMappedForeignMemo… in to_string()
Dvulkan_enums.hpp3923 eHostMappedForeignMemoryEXT = VK_EXTERNAL_MEMORY_HANDLE_TYPE_HOST_MAPPED_FOREIGN_MEMORY_BIT_EXT, enumerator
3954 | ExternalMemoryHandleTypeFlagBits::eHostMappedForeignMemoryEXT
Dvulkan_to_string.hpp953 …if ( value & ExternalMemoryHandleTypeFlagBits::eHostMappedForeignMemoryEXT ) result += "HostMapped… in to_string()
5663 …case ExternalMemoryHandleTypeFlagBits::eHostMappedForeignMemoryEXT : return "HostMappedForeignMemo… in to_string()