Home
last modified time | relevance | path

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

/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.apiVersion); in CreatePhysicalDevice()
731 VK_VERSION_MINOR(physicalDeviceWrapper.physicalDeviceProperties.physicalDeviceProperties.apiVersion); in CreatePhysicalDevice()
737 plat_.physicalDeviceProperties = move(physicalDeviceWrapper.physicalDeviceProperties); in CreatePhysicalDevice()
739 const auto& memoryProperties = plat_.physicalDeviceProperties.physicalDeviceMemoryProperties; in CreatePhysicalDevice()
858 auto& myProperties = plat_.physicalDeviceProperties; in CheckExternalConfig()
[all...]
H A Dcreate_functions_vk.h42 PhysicalDevicePropertiesVk physicalDeviceProperties; member
H A Dgpu_buffer_vk.cpp197 .physicalDeviceProperties.physicalDeviceProperties.limits; in CreateBufferImpl()
H A Drender_backend_vk.cpp2761 .physicalDeviceProperties.physicalDeviceProperties.limits.timestampPeriod);
/foundation/graphic/graphic_3d/lume/LumeRender/api/render/vulkan/
H A Dintf_device_vk.h68 VkPhysicalDeviceProperties physicalDeviceProperties; member
84 PhysicalDevicePropertiesVk physicalDeviceProperties {};
/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()

Completed in 9 milliseconds