Advertisement
Guest User

mangohud

a guest
Feb 18th, 2020
825
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.92 KB | None | 0 0
  1. diego@diego-To-be-filled-by-O-E-M:~$ vulkaninfo | head -n 200
  2. ===========
  3. VULKAN INFO
  4. ===========
  5.  
  6. Vulkan Instance Version: 1.1.70
  7.  
  8. WARNING: [Loader Message] Code 0 : Skipping manifest file /usr/share/vulkan/icd.d/nvidia_layers.json - The file has already been read once
  9. WARNING: [Loader Message] Code 0 : Skipping manifest file /usr/share/vulkan/icd.d/nvidia_icd.json - The file has already been read once
  10. WARNING: [Loader Message] Code 0 : loader_icd_scan: Can not find 'ICD' object in ICD JSON file /usr/share/vulkan/icd.d/nvidia_layers.json. Skipping ICD JSON
  11.  
  12.  
  13. Instance Extensions:
  14. ====================
  15. Instance Extensions count = 15
  16. VK_KHR_device_group_creation : extension revision 1
  17. VK_KHR_display : extension revision 21
  18. VK_KHR_external_fence_capabilities : extension revision 1
  19. VK_KHR_external_memory_capabilities : extension revision 1
  20. VK_KHR_external_semaphore_capabilities: extension revision 1
  21. VK_KHR_get_physical_device_properties2: extension revision 1
  22. VK_KHR_get_surface_capabilities2 : extension revision 1
  23. VK_KHR_surface : extension revision 25
  24. VK_KHR_xcb_surface : extension revision 6
  25. VK_KHR_xlib_surface : extension revision 6
  26. VK_EXT_acquire_xlib_display : extension revision 1
  27. VK_EXT_debug_report : extension revision 9
  28. VK_EXT_debug_utils : extension revision 1
  29. VK_EXT_direct_mode_display : extension revision 1
  30. VK_EXT_display_surface_counter : extension revision 1
  31. Layers: count = 7
  32. =======
  33. VK_LAYER_VALVE_steam_overlay_64 (Steam Overlay Layer) Vulkan version 1.1.73, layer version 1
  34. Layer Extensions count = 0
  35. Devices count = 1
  36. GPU id : 0 (GeForce GTX 1080)
  37. Layer-Device Extensions count = 0
  38.  
  39. MangoHud 64bit (Vulkan Hud Overlay) Vulkan version 1.1.125, layer version 1
  40. Layer Extensions count = 0
  41. Devices count = 1
  42. GPU id : 0 (GeForce GTX 1080)
  43. Layer-Device Extensions count = 0
  44.  
  45. MangoHud 32bit (Vulkan Hud Overlay) Vulkan version 1.1.125, layer version 1
  46. Layer Extensions count = 0
  47. Devices count = 1
  48. GPU id : 0 (GeForce GTX 1080)
  49. Layer-Device Extensions count = 0
  50.  
  51. VK_LAYER_VALVE_steam_overlay_32 (Steam Overlay Layer) Vulkan version 1.1.73, layer version 1
  52. Layer Extensions count = 0
  53. Devices count = 1
  54. GPU id : 0 (GeForce GTX 1080)
  55. Layer-Device Extensions count = 0
  56.  
  57. VK_LAYER_VALVE_steam_fossilize_64 (Steam Pipeline Caching Layer) Vulkan version 1.1.73, layer version 1
  58. Layer Extensions count = 0
  59. Devices count = 1
  60. GPU id : 0 (GeForce GTX 1080)
  61. Layer-Device Extensions count = 0
  62.  
  63. VK_LAYER_VALVE_steam_fossilize_32 (Steam Pipeline Caching Layer) Vulkan version 1.1.73, layer version 1
  64. Layer Extensions count = 0
  65. Devices count = 1
  66. GPU id : 0 (GeForce GTX 1080)
  67. Layer-Device Extensions count = 0
  68.  
  69. VK_LAYER_LUNARG_standard_validation (LunarG Standard Validation Layer) Vulkan version 1.0.70, layer version 1
  70. Layer Extensions count = 0
  71. Devices count = 1
  72. GPU id : 0 (GeForce GTX 1080)
  73. Layer-Device Extensions count = 0
  74.  
  75. Presentable Surfaces:
  76. =====================
  77. GPU id : 0 (GeForce GTX 1080)
  78. Surface type : VK_KHR_xcb_surface
  79. Formats: count = 2
  80. B8G8R8A8_UNORM
  81. B8G8R8A8_SRGB
  82. Present Modes: count = 3
  83. FIFO_KHR
  84. FIFO_RELAXED_KHR
  85. IMMEDIATE_KHR
  86.  
  87. VkSurfaceCapabilitiesKHR:
  88. =========================
  89. minImageCount = 2
  90. maxImageCount = 8
  91. currentExtent:
  92. width = 256
  93. height = 256
  94. minImageExtent:
  95. width = 256
  96. height = 256
  97. maxImageExtent:
  98. width = 256
  99. height = 256
  100. maxImageArrayLayers = 1
  101. supportedTransform:
  102. VK_SURFACE_TRANSFORM_IDENTITY_BIT_KHR
  103. currentTransform:
  104. VK_SURFACE_TRANSFORM_IDENTITY_BIT_KHR
  105. supportedCompositeAlpha:
  106. VK_COMPOSITE_ALPHA_OPAQUE_BIT_KHR
  107. supportedUsageFlags:
  108. VK_IMAGE_USAGE_TRANSFER_SRC_BIT
  109. VK_IMAGE_USAGE_TRANSFER_DST_BIT
  110. VK_IMAGE_USAGE_SAMPLED_BIT
  111. VK_IMAGE_USAGE_STORAGE_BIT
  112. VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT
  113. VK_IMAGE_USAGE_INPUT_ATTACHMENT_BIT
  114.  
  115. VkSurfaceCapabilities2EXT:
  116. ==========================
  117.  
  118. supportedSurfaceCounters:
  119. None
  120.  
  121.  
  122. Device Properties and Extensions :
  123. ==================================
  124. GPU0
  125. VkPhysicalDeviceProperties:
  126. ===========================
  127. apiVersion = 0x40106d (1.1.109)
  128. driverVersion = 1824866304 (0x6cc54000)
  129. vendorID = 0x10de
  130. deviceID = 0x1b80
  131. deviceType = DISCRETE_GPU
  132. deviceName = GeForce GTX 1080
  133. VkPhysicalDeviceLimits:
  134. -----------------------
  135. maxImageDimension1D = 32768
  136. maxImageDimension2D = 32768
  137. maxImageDimension3D = 16384
  138. maxImageDimensionCube = 32768
  139. maxImageArrayLayers = 2048
  140. maxTexelBufferElements = 0x8000000
  141. maxUniformBufferRange = 0x10000
  142. maxStorageBufferRange = 0xffffffff
  143. maxPushConstantsSize = 256
  144. maxMemoryAllocationCount = 4294967295
  145. maxSamplerAllocationCount = 4000
  146. bufferImageGranularity = 0x400
  147. sparseAddressSpaceSize = 0xffffffffffffffff
  148. maxBoundDescriptorSets = 32
  149. maxPerStageDescriptorSamplers = 1048576
  150. maxPerStageDescriptorUniformBuffers = 15
  151. maxPerStageDescriptorStorageBuffers = 1048576
  152. maxPerStageDescriptorSampledImages = 1048576
  153. maxPerStageDescriptorStorageImages = 1048576
  154. maxPerStageDescriptorInputAttachments = 1048576
  155. maxPerStageResources = 4294967295
  156. maxDescriptorSetSamplers = 1048576
  157. maxDescriptorSetUniformBuffers = 180
  158. maxDescriptorSetUniformBuffersDynamic = 15
  159. maxDescriptorSetStorageBuffers = 1048576
  160. maxDescriptorSetStorageBuffersDynamic = 16
  161. maxDescriptorSetSampledImages = 1048576
  162. maxDescriptorSetStorageImages = 1048576
  163. maxDescriptorSetInputAttachments = 1048576
  164. maxVertexInputAttributes = 32
  165. maxVertexInputBindings = 32
  166. maxVertexInputAttributeOffset = 0x7ff
  167. maxVertexInputBindingStride = 0x800
  168. maxVertexOutputComponents = 128
  169. maxTessellationGenerationLevel = 64
  170. maxTessellationPatchSize = 32
  171. maxTessellationControlPerVertexInputComponents = 128
  172. maxTessellationControlPerVertexOutputComponents = 128
  173. maxTessellationControlPerPatchOutputComponents = 120
  174. maxTessellationControlTotalOutputComponents = 4216
  175. maxTessellationEvaluationInputComponents = 128
  176. maxTessellationEvaluationOutputComponents = 128
  177. maxGeometryShaderInvocations = 32
  178. maxGeometryInputComponents = 128
  179. maxGeometryOutputComponents = 128
  180. maxGeometryOutputVertices = 1024
  181. maxGeometryTotalOutputComponents = 1024
  182. maxFragmentInputComponents = 128
  183. maxFragmentOutputAttachments = 8
  184. maxFragmentDualSrcAttachments = 1
  185. maxFragmentCombinedOutputResources = 16
  186. maxComputeSharedMemorySize = 0xc000
  187. maxComputeWorkGroupCount[0] = 2147483647
  188. maxComputeWorkGroupCount[1] = 65535
  189. maxComputeWorkGroupCount[2] = 65535
  190. maxComputeWorkGroupInvocations = 1536
  191. maxComputeWorkGroupSize[0] = 1536
  192. maxComputeWorkGroupSize[1] = 1024
  193. maxComputeWorkGroupSize[2] = 64
  194. subPixelPrecisionBits = 8
  195. subTexelPrecisionBits = 8
  196. mipmapPrecisionBits = 8
  197. maxDrawIndexedIndexValue = 4294967295
  198. maxDrawIndirectCount = 4294967295
  199. maxSamplerLodBias = 15.000000
  200. maxSamplerAnisotropy = 16.000000
  201. maxViewports = 16
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement