Advertisement
Guest User

Untitled

a guest
Jul 19th, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.97 KB | None | 0 0
  1. ==========
  2. VULKANINFO
  3. ==========
  4.  
  5. Vulkan Instance Version: 1.1.108
  6.  
  7.  
  8.  
  9.  
  10.  
  11. Instance Extensions:
  12. ====================
  13. Instance Extensions count = 6
  14. VK_EXT_debug_report : extension revision 9
  15. VK_EXT_debug_utils : extension revision 1
  16. VK_KHR_get_physical_device_properties2: extension revision 1
  17. VK_KHR_get_surface_capabilities2 : extension revision 1
  18. VK_KHR_surface : extension revision 25
  19. VK_MVK_macos_surface : extension revision 2
  20. Layers: count = 8
  21. =======
  22. VK_LAYER_GOOGLE_threading (Google Validation Layer) Vulkan version 1.1.108, layer version 1
  23. Layer Extensions count = 1
  24. VK_EXT_debug_report : extension revision 6
  25. Devices count = 2
  26. GPU id : 0 (Intel(R) UHD Graphics 630)
  27. Layer-Device Extensions count = 0
  28. GPU id : 1 (Intel(R) UHD Graphics 630)
  29. Layer-Device Extensions count = 0
  30.  
  31. VK_LAYER_GOOGLE_unique_objects (Google Validation Layer) Vulkan version 1.1.108, layer version 1
  32. Layer Extensions count = 0
  33. Devices count = 2
  34. GPU id : 0 (Intel(R) UHD Graphics 630)
  35. Layer-Device Extensions count = 0
  36. GPU id : 1 (Intel(R) UHD Graphics 630)
  37. Layer-Device Extensions count = 0
  38.  
  39. VK_LAYER_KHRONOS_validation (LunarG Validation Layer) Vulkan version 1.1.108, layer version 1
  40. Layer Extensions count = 1
  41. VK_EXT_debug_report : extension revision 6
  42. Devices count = 2
  43. GPU id : 0 (Intel(R) UHD Graphics 630)
  44. Layer-Device Extensions count = 2
  45. VK_EXT_debug_marker : extension revision 4
  46. VK_EXT_validation_cache : extension revision 1
  47. GPU id : 1 (Intel(R) UHD Graphics 630)
  48. Layer-Device Extensions count = 2
  49. VK_EXT_debug_marker : extension revision 4
  50. VK_EXT_validation_cache : extension revision 1
  51.  
  52. VK_LAYER_LUNARG_api_dump (LunarG API dump layer) Vulkan version 1.1.108, layer version 2
  53. Layer Extensions count = 0
  54. Devices count = 2
  55. GPU id : 0 (Intel(R) UHD Graphics 630)
  56. Layer-Device Extensions count = 0
  57. GPU id : 1 (Intel(R) UHD Graphics 630)
  58. Layer-Device Extensions count = 0
  59.  
  60. VK_LAYER_LUNARG_core_validation (LunarG Validation Layer) Vulkan version 1.1.108, layer version 1
  61. Layer Extensions count = 1
  62. VK_EXT_debug_report : extension revision 6
  63. Devices count = 2
  64. GPU id : 0 (Intel(R) UHD Graphics 630)
  65. Layer-Device Extensions count = 2
  66. VK_EXT_debug_marker : extension revision 4
  67. VK_EXT_validation_cache : extension revision 1
  68. GPU id : 1 (Intel(R) UHD Graphics 630)
  69. Layer-Device Extensions count = 2
  70. VK_EXT_debug_marker : extension revision 4
  71. VK_EXT_validation_cache : extension revision 1
  72.  
  73. VK_LAYER_LUNARG_object_tracker (LunarG Validation Layer) Vulkan version 1.1.108, layer version 1
  74. Layer Extensions count = 1
  75. VK_EXT_debug_report : extension revision 6
  76. Devices count = 2
  77. GPU id : 0 (Intel(R) UHD Graphics 630)
  78. Layer-Device Extensions count = 1
  79. VK_EXT_debug_marker : extension revision 4
  80. GPU id : 1 (Intel(R) UHD Graphics 630)
  81. Layer-Device Extensions count = 1
  82. VK_EXT_debug_marker : extension revision 4
  83.  
  84. VK_LAYER_LUNARG_parameter_validation (LunarG Validation Layer) Vulkan version 1.1.108, layer version 1
  85. Layer Extensions count = 1
  86. VK_EXT_debug_report : extension revision 6
  87. Devices count = 2
  88. GPU id : 0 (Intel(R) UHD Graphics 630)
  89. Layer-Device Extensions count = 1
  90. VK_EXT_debug_marker : extension revision 4
  91. GPU id : 1 (Intel(R) UHD Graphics 630)
  92. Layer-Device Extensions count = 1
  93. VK_EXT_debug_marker : extension revision 4
  94.  
  95. VK_LAYER_LUNARG_standard_validation (LunarG Standard Validation) Vulkan version 1.1.108, layer version 1
  96. Layer Extensions count = 1
  97. VK_EXT_debug_report : extension revision 6
  98. Devices count = 2
  99. GPU id : 0 (Intel(R) UHD Graphics 630)
  100. Layer-Device Extensions count = 2
  101. VK_EXT_debug_marker : extension revision 4
  102. VK_EXT_validation_cache : extension revision 1
  103. GPU id : 1 (Intel(R) UHD Graphics 630)
  104. Layer-Device Extensions count = 2
  105. VK_EXT_debug_marker : extension revision 4
  106. VK_EXT_validation_cache : extension revision 1
  107.  
  108. Presentable Surfaces:
  109. =====================
  110. GPU id : 0 (Intel(R) UHD Graphics 630)
  111. Surface type : VK_MVK_macos_surface
  112. Formats: count = 3
  113. B8G8R8A8_UNORM
  114. B8G8R8A8_SRGB
  115. R16G16B16A16_SFLOAT
  116. Present Modes: count = 2
  117. FIFO_KHR
  118. IMMEDIATE_KHR
  119. VkSurfaceCapabilitiesKHR:
  120. minImageCount = 2
  121. maxImageCount = 3
  122. currentExtent:
  123. width = 256
  124. height = 256
  125. minImageExtent:
  126. width = 256
  127. height = 256
  128. maxImageExtent:
  129. width = 256
  130. height = 256
  131. maxImageArrayLayers = 1
  132. supportedTransform:
  133. VK_SURFACE_TRANSFORM_IDENTITY_BIT_KHR
  134. currentTransform:
  135. VK_SURFACE_TRANSFORM_IDENTITY_BIT_KHR
  136. supportedCompositeAlpha:
  137. VK_COMPOSITE_ALPHA_OPAQUE_BIT_KHR
  138. VK_COMPOSITE_ALPHA_PRE_MULTIPLIED_BIT_KHR
  139. VK_COMPOSITE_ALPHA_POST_MULTIPLIED_BIT_KHR
  140. supportedUsageFlags:
  141. VK_IMAGE_USAGE_TRANSFER_SRC_BIT
  142. VK_IMAGE_USAGE_TRANSFER_DST_BIT
  143. VK_IMAGE_USAGE_SAMPLED_BIT
  144. VK_IMAGE_USAGE_STORAGE_BIT
  145. VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT
  146.  
  147. GPU id : 1 (Intel(R) UHD Graphics 630)
  148. Surface type : VK_MVK_macos_surface
  149. Formats: count = 3
  150. B8G8R8A8_UNORM
  151. B8G8R8A8_SRGB
  152. R16G16B16A16_SFLOAT
  153. Present Modes: count = 2
  154. FIFO_KHR
  155. IMMEDIATE_KHR
  156. VkSurfaceCapabilitiesKHR:
  157. minImageCount = 2
  158. maxImageCount = 3
  159. currentExtent:
  160. width = 256
  161. height = 256
  162. minImageExtent:
  163. width = 256
  164. height = 256
  165. maxImageExtent:
  166. width = 256
  167. height = 256
  168. maxImageArrayLayers = 1
  169. supportedTransform:
  170. VK_SURFACE_TRANSFORM_IDENTITY_BIT_KHR
  171. currentTransform:
  172. VK_SURFACE_TRANSFORM_IDENTITY_BIT_KHR
  173. supportedCompositeAlpha:
  174. VK_COMPOSITE_ALPHA_OPAQUE_BIT_KHR
  175. VK_COMPOSITE_ALPHA_PRE_MULTIPLIED_BIT_KHR
  176. VK_COMPOSITE_ALPHA_POST_MULTIPLIED_BIT_KHR
  177. supportedUsageFlags:
  178. VK_IMAGE_USAGE_TRANSFER_SRC_BIT
  179. VK_IMAGE_USAGE_TRANSFER_DST_BIT
  180. VK_IMAGE_USAGE_SAMPLED_BIT
  181. VK_IMAGE_USAGE_STORAGE_BIT
  182. VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT
  183.  
  184.  
  185. Device Properties and Extensions :
  186. ==================================
  187. GPU0
  188. VkPhysicalDeviceProperties:
  189. ===========================
  190. apiVersion = 0x40006c (1.0.108)
  191. driverVersion = 10035 (0x2733)
  192. vendorID = 0x8086
  193. deviceID = 0x3e9b
  194. deviceType = INTEGRATED_GPU
  195. deviceName = Intel(R) UHD Graphics 630
  196. VkPhysicalDeviceLimits:
  197. -----------------------
  198. ...
  199.  
  200. VkPhysicalDeviceSparseProperties:
  201. ---------------------------------
  202. residencyStandard2DBlockShape = 0
  203. residencyStandard2DMultisampleBlockShape = 0
  204. residencyStandard3DBlockShape = 0
  205. residencyAlignedMipSize = 0
  206. residencyNonResidentStrict = 0
  207.  
  208. VkPhysicalDevicePointClippingProperties:
  209. ========================================
  210. pointClippingBehavior = 0
  211.  
  212. VkPhysicalDevicePushDescriptorProperties:
  213. =========================================
  214. maxPushDescriptors = 159
  215.  
  216. VkPhysicalDeviceMaintenance3Properties:
  217. =======================================
  218. maxPerSetDescriptors = 350
  219. maxMemoryAllocationSize = 2147483648
  220.  
  221. VkPhysicalDeviceIDProperties:
  222. =========================================
  223. deviceUUID = 00000000-0000-0000-0000-000000000000
  224. driverUUID = 00000000-0000-0000-0000-000000000000
  225. deviceLUIDValid = false
  226.  
  227. Device Extensions count = 35
  228. ...
  229.  
  230. VkQueueFamilyProperties[0]:
  231. ===========================
  232. queueFlags = GRAPHICS | COMPUTE | TRANSFER
  233. queueCount = 1
  234. timestampValidBits = 64
  235. minImageTransferGranularity = (1, 1, 1)
  236. present support = true
  237.  
  238. VkQueueFamilyProperties[1]:
  239. ===========================
  240. queueFlags = GRAPHICS | COMPUTE | TRANSFER
  241. queueCount = 1
  242. timestampValidBits = 64
  243. minImageTransferGranularity = (1, 1, 1)
  244. present support = true
  245.  
  246. VkQueueFamilyProperties[2]:
  247. ===========================
  248. queueFlags = GRAPHICS | COMPUTE | TRANSFER
  249. queueCount = 1
  250. timestampValidBits = 64
  251. minImageTransferGranularity = (1, 1, 1)
  252. present support = true
  253.  
  254. VkQueueFamilyProperties[3]:
  255. ===========================
  256. queueFlags = GRAPHICS | COMPUTE | TRANSFER
  257. queueCount = 1
  258. timestampValidBits = 64
  259. minImageTransferGranularity = (1, 1, 1)
  260. present support = true
  261.  
  262. VkPhysicalDeviceMemoryProperties:
  263. =================================
  264. memoryHeapCount = 1
  265. memoryHeaps[0] :
  266. size = 1610612736 (0x60000000) (1.50 GiB)
  267. budget = 1610612736
  268. usage = 524288
  269. flags:
  270. VK_MEMORY_HEAP_DEVICE_LOCAL_BIT
  271. memoryTypeCount = 3
  272. memoryTypes[0] :
  273. heapIndex = 0
  274. propertyFlags = 0x1:
  275. VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT
  276. usable for:
  277. OPTIMAL: color images, D16_UNORM, D32_SFLOAT, S8_UINT, D32_SFLOAT_S8_UINT
  278. LINEAR: None
  279. memoryTypes[1] :
  280. heapIndex = 0
  281. propertyFlags = 0xb:
  282. VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT
  283. VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT
  284. VK_MEMORY_PROPERTY_HOST_CACHED_BIT
  285. usable for:
  286. OPTIMAL: color images
  287. LINEAR: None
  288. memoryTypes[2] :
  289. heapIndex = 0
  290. propertyFlags = 0xf:
  291. VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT
  292. VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT
  293. VK_MEMORY_PROPERTY_HOST_COHERENT_BIT
  294. VK_MEMORY_PROPERTY_HOST_CACHED_BIT
  295. usable for:
  296. OPTIMAL: None
  297. LINEAR: None
  298.  
  299. VkPhysicalDeviceFeatures:
  300. =========================
  301. ...
  302.  
  303. VkPhysicalDevice8BitStorageFeatures:
  304. =====================================
  305. storageBuffer8BitAccess = 1
  306. uniformAndStorageBuffer8BitAccess = 1
  307. storagePushConstant8 = 1
  308.  
  309. VkPhysicalDevice16BitStorageFeatures:
  310. =====================================
  311. storageBuffer16BitAccess = 1
  312. uniformAndStorageBuffer16BitAccess = 1
  313. storagePushConstant16 = 1
  314. storageInputOutput16 = 1
  315.  
  316. VkPhysicalDeviceVariablePointerFeatures:
  317. ========================================
  318. variablePointersStorageBuffer = 1
  319. variablePointers = 1
  320.  
  321. VkPhysicalDeviceFloat16Int8Features:
  322. ====================================
  323. shaderFloat16 = 1
  324. shaderInt8 = 1
  325.  
  326. VkPhysicalDeviceHostQueryResetFeatures:
  327. =======================================
  328. hostQueryReset = 1
  329.  
  330. Format Properties:
  331. ==================
  332.  
  333. ...
  334.  
  335.  
  336. Device Properties and Extensions :
  337. ==================================
  338. GPU1
  339. VkPhysicalDeviceProperties:
  340. ===========================
  341. apiVersion = 0x40006c (1.0.108)
  342. driverVersion = 10035 (0x2733)
  343. vendorID = 0x8086
  344. deviceID = 0x3e9b
  345. deviceType = INTEGRATED_GPU
  346. deviceName = Intel(R) UHD Graphics 630
  347. VkPhysicalDeviceLimits:
  348. -----------------------
  349. ...
  350.  
  351. VkPhysicalDeviceSparseProperties:
  352. ---------------------------------
  353. residencyStandard2DBlockShape = 0
  354. residencyStandard2DMultisampleBlockShape = 0
  355. residencyStandard3DBlockShape = 0
  356. residencyAlignedMipSize = 0
  357. residencyNonResidentStrict = 0
  358.  
  359. VkPhysicalDevicePointClippingProperties:
  360. ========================================
  361. pointClippingBehavior = 0
  362.  
  363. VkPhysicalDevicePushDescriptorProperties:
  364. =========================================
  365. maxPushDescriptors = 159
  366.  
  367. VkPhysicalDeviceMaintenance3Properties:
  368. =======================================
  369. maxPerSetDescriptors = 350
  370. maxMemoryAllocationSize = 2147483648
  371.  
  372. VkPhysicalDeviceIDProperties:
  373. =========================================
  374. deviceUUID = 00000000-0000-0000-0000-000000000000
  375. driverUUID = 00000000-0000-0000-0000-000000000000
  376. deviceLUIDValid = false
  377.  
  378. Device Extensions count = 35
  379. ...
  380.  
  381. VkQueueFamilyProperties[0]:
  382. ===========================
  383. queueFlags = GRAPHICS | COMPUTE | TRANSFER
  384. queueCount = 1
  385. timestampValidBits = 64
  386. minImageTransferGranularity = (1, 1, 1)
  387. present support = true
  388.  
  389. VkQueueFamilyProperties[1]:
  390. ===========================
  391. queueFlags = GRAPHICS | COMPUTE | TRANSFER
  392. queueCount = 1
  393. timestampValidBits = 64
  394. minImageTransferGranularity = (1, 1, 1)
  395. present support = true
  396.  
  397. VkQueueFamilyProperties[2]:
  398. ===========================
  399. queueFlags = GRAPHICS | COMPUTE | TRANSFER
  400. queueCount = 1
  401. timestampValidBits = 64
  402. minImageTransferGranularity = (1, 1, 1)
  403. present support = true
  404.  
  405. VkQueueFamilyProperties[3]:
  406. ===========================
  407. queueFlags = GRAPHICS | COMPUTE | TRANSFER
  408. queueCount = 1
  409. timestampValidBits = 64
  410. minImageTransferGranularity = (1, 1, 1)
  411. present support = true
  412.  
  413. VkPhysicalDeviceMemoryProperties:
  414. =================================
  415. memoryHeapCount = 1
  416. memoryHeaps[0] :
  417. size = 1610612736 (0x60000000) (1.50 GiB)
  418. budget = 1610612736
  419. usage = 524288
  420. flags:
  421. VK_MEMORY_HEAP_DEVICE_LOCAL_BIT
  422. memoryTypeCount = 3
  423. memoryTypes[0] :
  424. heapIndex = 0
  425. propertyFlags = 0x1:
  426. VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT
  427. usable for:
  428. OPTIMAL: color images, D16_UNORM, D32_SFLOAT, S8_UINT, D32_SFLOAT_S8_UINT
  429. LINEAR: None
  430. memoryTypes[1] :
  431. heapIndex = 0
  432. propertyFlags = 0xb:
  433. VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT
  434. VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT
  435. VK_MEMORY_PROPERTY_HOST_CACHED_BIT
  436. usable for:
  437. OPTIMAL: color images
  438. LINEAR: None
  439. memoryTypes[2] :
  440. heapIndex = 0
  441. propertyFlags = 0xf:
  442. VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT
  443. VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT
  444. VK_MEMORY_PROPERTY_HOST_COHERENT_BIT
  445. VK_MEMORY_PROPERTY_HOST_CACHED_BIT
  446. usable for:
  447. OPTIMAL: None
  448. LINEAR: None
  449.  
  450. VkPhysicalDeviceFeatures:
  451. =========================
  452. ...
  453.  
  454. VkPhysicalDevice8BitStorageFeatures:
  455. =====================================
  456. storageBuffer8BitAccess = 1
  457. uniformAndStorageBuffer8BitAccess = 1
  458. storagePushConstant8 = 1
  459.  
  460. VkPhysicalDevice16BitStorageFeatures:
  461. =====================================
  462. storageBuffer16BitAccess = 1
  463. uniformAndStorageBuffer16BitAccess = 1
  464. storagePushConstant16 = 1
  465. storageInputOutput16 = 1
  466.  
  467. VkPhysicalDeviceVariablePointerFeatures:
  468. ========================================
  469. variablePointersStorageBuffer = 1
  470. variablePointers = 1
  471.  
  472. VkPhysicalDeviceFloat16Int8Features:
  473. ====================================
  474. shaderFloat16 = 1
  475. shaderInt8 = 1
  476.  
  477. VkPhysicalDeviceHostQueryResetFeatures:
  478. =======================================
  479. hostQueryReset = 1
  480.  
  481. Format Properties:
  482. ==================
  483.  
  484. ...
  485.  
  486. logout
  487. Saving session...
  488. ...copying shared history...
  489. ...saving history...truncating history files...
  490. ...completed.
  491. ```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement