Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dcreate_functions_vk.cpp59 inline void LogPhysicalDeviceProperties(const VkPhysicalDeviceProperties& physicalDeviceProperties) in LogPhysicalDeviceProperties() argument
61 PLUGIN_LOG_D("api version: %u.%u.%u", SPLIT_VK_VERSION(physicalDeviceProperties.apiVersion)); in LogPhysicalDeviceProperties()
62 …PLUGIN_LOG_D("driver version: %u.%u.%u", SPLIT_VK_VERSION(physicalDeviceProperties.driverVersion)); in LogPhysicalDeviceProperties()
63 PLUGIN_LOG_D("vendor id: %x", physicalDeviceProperties.vendorID); in LogPhysicalDeviceProperties()
64 PLUGIN_LOG_D("device id: %x", physicalDeviceProperties.deviceID); in LogPhysicalDeviceProperties()
65 PLUGIN_LOG_D("device name: %s", physicalDeviceProperties.deviceName); in LogPhysicalDeviceProperties()
66 PLUGIN_LOG_D("device type: %d", physicalDeviceProperties.deviceType); in LogPhysicalDeviceProperties()
67 PLUGIN_LOG_D("timestampPeriod: %f", physicalDeviceProperties.limits.timestampPeriod); in LogPhysicalDeviceProperties()
455 VkPhysicalDeviceProperties physicalDeviceProperties; in GetWrapper() local
456 vkGetPhysicalDeviceProperties(physicalDevice, &physicalDeviceProperties); in GetWrapper()
[all …]
H A Ddevice_vk.cpp538 plat.enabledPhysicalDeviceFeatures = plat.physicalDeviceProperties.physicalDeviceFeatures; in PreparePhysicalDeviceFeaturesForEnabling()
552 … reinterpret_cast<VkBool32*>(&plat.physicalDeviceProperties.physicalDeviceFeatures), valueCount); in PreparePhysicalDeviceFeaturesForEnabling()
729 …VK_VERSION_MAJOR(physicalDeviceWrapper.physicalDeviceProperties.physicalDeviceProperties.apiVersio… in CreatePhysicalDevice()
731 …VK_VERSION_MINOR(physicalDeviceWrapper.physicalDeviceProperties.physicalDeviceProperties.apiVersio… in CreatePhysicalDevice()
737 plat_.physicalDeviceProperties = move(physicalDeviceWrapper.physicalDeviceProperties); in CreatePhysicalDevice()
739 const auto& memoryProperties = plat_.physicalDeviceProperties.physicalDeviceMemoryProperties; in CreatePhysicalDevice()
859 auto& myProperties = plat_.physicalDeviceProperties; in CheckExternalConfig()
860 vkGetPhysicalDeviceProperties(myDevice, &myProperties.physicalDeviceProperties); in CheckExternalConfig()
1094 const auto& props = plat_.physicalDeviceProperties.physicalDeviceProperties; in InitializePipelineCache()
H A Dgpu_buffer_vk.cpp197 .physicalDeviceProperties.physicalDeviceProperties.limits; in CreateBufferImpl()
H A Dcreate_functions_vk.h42 PhysicalDevicePropertiesVk physicalDeviceProperties; member
H A Drender_backend_vk.cpp2763 … .physicalDeviceProperties.physicalDeviceProperties.limits.timestampPeriod); in CopyPerfTimeStamp()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/vulkan/
H A Dintf_device_vk.h68 VkPhysicalDeviceProperties physicalDeviceProperties; member
84 PhysicalDevicePropertiesVk physicalDeviceProperties {};
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/linux/
H A Dplatform_hardware_buffer_util.cpp51 GetMemoryTypeIndex(platData.physicalDeviceProperties.physicalDeviceMemoryProperties, in CreateHwPlatformImage()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/mac/
H A Dplatform_hardware_buffer_util.cpp51 GetMemoryTypeIndex(platData.physicalDeviceProperties.physicalDeviceMemoryProperties, in CreateHwPlatformImage()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/windows/
H A Dplatform_hardware_buffer_util.cpp51 GetMemoryTypeIndex(platData.physicalDeviceProperties.physicalDeviceMemoryProperties, in CreateHwPlatformImage()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/ohos/
H A Dplatform_hardware_buffer_util.cpp106 GetMemoryTypeIndex(platData.physicalDeviceProperties.physicalDeviceMemoryProperties, in CreateHwPlatformImage()