Searched refs:physicalDeviceProperties (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/ |
H A D | create_functions_vk.cpp | 59 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 D | device_vk.cpp | 538 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 D | gpu_buffer_vk.cpp | 197 .physicalDeviceProperties.physicalDeviceProperties.limits; in CreateBufferImpl()
|
H A D | create_functions_vk.h | 42 PhysicalDevicePropertiesVk physicalDeviceProperties; member
|
H A D | render_backend_vk.cpp | 2763 … .physicalDeviceProperties.physicalDeviceProperties.limits.timestampPeriod); in CopyPerfTimeStamp()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/vulkan/ |
H A D | intf_device_vk.h | 68 VkPhysicalDeviceProperties physicalDeviceProperties; member 84 PhysicalDevicePropertiesVk physicalDeviceProperties {};
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/linux/ |
H A D | platform_hardware_buffer_util.cpp | 51 GetMemoryTypeIndex(platData.physicalDeviceProperties.physicalDeviceMemoryProperties, in CreateHwPlatformImage()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/mac/ |
H A D | platform_hardware_buffer_util.cpp | 51 GetMemoryTypeIndex(platData.physicalDeviceProperties.physicalDeviceMemoryProperties, in CreateHwPlatformImage()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/windows/ |
H A D | platform_hardware_buffer_util.cpp | 51 GetMemoryTypeIndex(platData.physicalDeviceProperties.physicalDeviceMemoryProperties, in CreateHwPlatformImage()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/ohos/ |
H A D | platform_hardware_buffer_util.cpp | 106 GetMemoryTypeIndex(platData.physicalDeviceProperties.physicalDeviceMemoryProperties, in CreateHwPlatformImage()
|