Home
last modified time | relevance | path

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

/external/angle/third_party/vulkan_memory_allocator/src/VmaReplay/
DVmaReplay.cpp1069 const VkPhysicalDeviceProperties& currDevProps,
1320 const VkPhysicalDeviceProperties& currDevProps, in Compare() argument
1331 OPTION::PhysicalDevice_apiVersion, currDevProps.apiVersion); in Compare()
1333 OPTION::PhysicalDevice_driverVersion, currDevProps.driverVersion); in Compare()
1335 OPTION::PhysicalDevice_vendorID, currDevProps.vendorID); in Compare()
1337 OPTION::PhysicalDevice_deviceID, currDevProps.deviceID); in Compare()
1339 OPTION::PhysicalDevice_deviceType, (uint32_t)currDevProps.deviceType); in Compare()
1341 OPTION::PhysicalDevice_deviceName, currDevProps.deviceName); in Compare()
1344 …OPTION::PhysicalDeviceLimits_maxMemoryAllocationCount, currDevProps.limits.maxMemoryAllocationCoun… in Compare()
1346 … OPTION::PhysicalDeviceLimits_bufferImageGranularity, currDevProps.limits.bufferImageGranularity); in Compare()
[all …]