Home
last modified time | relevance | path

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

/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dplatform_hardware_buffer_util_vk.cpp31 uint32_t GetMemoryTypeIndex(const VkPhysicalDeviceMemoryProperties& physicalDeviceMemoryProperties, in GetMemoryTypeIndex() argument
36 for (uint32_t idx = 0; idx < physicalDeviceMemoryProperties.memoryTypeCount; ++idx) { in GetMemoryTypeIndex()
38 (physicalDeviceMemoryProperties.memoryTypes[idx].propertyFlags == memoryPropertyFlags)) { in GetMemoryTypeIndex()
44 for (uint32_t idx = 0; idx < physicalDeviceMemoryProperties.memoryTypeCount; ++idx) { in GetMemoryTypeIndex()
45 if ((memoryTypeBits & (1 << idx)) && ((physicalDeviceMemoryProperties.memoryTypes[idx].propertyFlags & in GetMemoryTypeIndex()
H A Dcreate_functions_vk.cpp108 void LogPhysicalDeviceMemoryProperties(const VkPhysicalDeviceMemoryProperties& physicalDeviceMemoryProperties) in LogPhysicalDeviceMemoryProperties() argument
111 physicalDeviceMemoryProperties.memoryTypeCount); in LogPhysicalDeviceMemoryProperties()
112 for (uint32_t idx = 0; idx < physicalDeviceMemoryProperties.memoryTypeCount; ++idx) { in LogPhysicalDeviceMemoryProperties()
113 const string flagsString = GetMemoryPropertyFlagsStr(physicalDeviceMemoryProperties.memoryTypes[idx]); in LogPhysicalDeviceMemoryProperties()
115 physicalDeviceMemoryProperties.memoryHeaps[physicalDeviceMemoryProperties.memoryTypes[idx].heapIndex].size); in LogPhysicalDeviceMemoryProperties()
468 VkPhysicalDeviceMemoryProperties physicalDeviceMemoryProperties; in GetWrapper() local
469 vkGetPhysicalDeviceMemoryProperties(physicalDevice, &physicalDeviceMemoryProperties); in GetWrapper()
477 LogPhysicalDeviceMemoryProperties(physicalDeviceMemoryProperties); in GetWrapper()
482 { move(physicalDeviceProperties), move(physicalDeviceFeatures), move(physicalDeviceMemoryProperties) } }; in GetWrapper()
[all...]
H A Dplatform_hardware_buffer_util_vk.h44 uint32_t GetMemoryTypeIndex(const VkPhysicalDeviceMemoryProperties& physicalDeviceMemoryProperties,
H A Ddevice_vk.cpp739 const auto& memoryProperties = plat_.physicalDeviceProperties.physicalDeviceMemoryProperties; in CreatePhysicalDevice()
861 vkGetPhysicalDeviceMemoryProperties(myDevice, &myProperties.physicalDeviceMemoryProperties); in CheckExternalConfig()
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/windows/
H A Dplatform_hardware_buffer_util.cpp51 GetMemoryTypeIndex(platData.physicalDeviceProperties.physicalDeviceMemoryProperties, in CreateHwPlatformImage()
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/linux/
H A Dplatform_hardware_buffer_util.cpp51 GetMemoryTypeIndex(platData.physicalDeviceProperties.physicalDeviceMemoryProperties, in CreateHwPlatformImage()
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/mac/
H A Dplatform_hardware_buffer_util.cpp51 GetMemoryTypeIndex(platData.physicalDeviceProperties.physicalDeviceMemoryProperties, in CreateHwPlatformImage()
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/ohos/
H A Dplatform_hardware_buffer_util.cpp106 GetMemoryTypeIndex(platData.physicalDeviceProperties.physicalDeviceMemoryProperties, in CreateHwPlatformImage()
/foundation/graphic/graphic_3d/lume/LumeRender/api/render/vulkan/
H A Dintf_device_vk.h72 VkPhysicalDeviceMemoryProperties physicalDeviceMemoryProperties; member

Completed in 6 milliseconds