|
1 | 1 | {
|
2 |
| - "$schema": "https://schema.khronos.org/vulkan/profiles-0.8.0-250.json#", |
| 2 | + "$schema": "https://schema.khronos.org/vulkan/profiles-0.8.0-217.json#", |
3 | 3 | "capabilities": {
|
4 | 4 | "baseline": {
|
5 | 5 | "extensions": {
|
|
21 | 21 | "VK_AMD_shader_info": 1,
|
22 | 22 | "VK_AMD_shader_trinary_minmax": 1,
|
23 | 23 | "VK_EXT_4444_formats": 1,
|
24 |
| - "VK_EXT_attachment_feedback_loop_layout": 2, |
25 | 24 | "VK_EXT_border_color_swizzle": 1,
|
26 | 25 | "VK_EXT_calibrated_timestamps": 2,
|
27 | 26 | "VK_EXT_color_write_enable": 1,
|
28 | 27 | "VK_EXT_conditional_rendering": 2,
|
29 | 28 | "VK_EXT_conservative_rasterization": 1,
|
30 | 29 | "VK_EXT_custom_border_color": 12,
|
31 |
| - "VK_EXT_depth_clamp_zero_one": 1, |
32 | 30 | "VK_EXT_depth_clip_control": 1,
|
33 | 31 | "VK_EXT_depth_clip_enable": 1,
|
34 | 32 | "VK_EXT_depth_range_unrestricted": 1,
|
35 |
| - "VK_EXT_descriptor_buffer": 1, |
36 | 33 | "VK_EXT_descriptor_indexing": 2,
|
37 |
| - "VK_EXT_device_address_binding_report": 1, |
38 |
| - "VK_EXT_device_fault": 2, |
39 | 34 | "VK_EXT_extended_dynamic_state": 1,
|
40 | 35 | "VK_EXT_extended_dynamic_state2": 1,
|
41 |
| - "VK_EXT_extended_dynamic_state3": 2, |
42 | 36 | "VK_EXT_external_memory_host": 1,
|
43 | 37 | "VK_EXT_full_screen_exclusive": 4,
|
44 | 38 | "VK_EXT_global_priority": 2,
|
|
53 | 47 | "VK_EXT_load_store_op_none": 1,
|
54 | 48 | "VK_EXT_memory_budget": 1,
|
55 | 49 | "VK_EXT_memory_priority": 1,
|
56 |
| - "VK_EXT_mutable_descriptor_type": 1, |
57 | 50 | "VK_EXT_non_seamless_cube_map": 1,
|
58 | 51 | "VK_EXT_pageable_device_local_memory": 1,
|
59 | 52 | "VK_EXT_pipeline_creation_cache_control": 3,
|
|
72 | 65 | "VK_EXT_shader_atomic_float2": 1,
|
73 | 66 | "VK_EXT_shader_demote_to_helper_invocation": 1,
|
74 | 67 | "VK_EXT_shader_image_atomic_int64": 1,
|
75 |
| - "VK_EXT_shader_module_identifier": 1, |
76 | 68 | "VK_EXT_shader_stencil_export": 1,
|
77 | 69 | "VK_EXT_shader_subgroup_ballot": 1,
|
78 | 70 | "VK_EXT_shader_subgroup_vote": 1,
|
|
82 | 74 | "VK_EXT_tooling_info": 1,
|
83 | 75 | "VK_EXT_transform_feedback": 1,
|
84 | 76 | "VK_EXT_vertex_attribute_divisor": 3,
|
85 |
| - "VK_EXT_vertex_input_dynamic_state": 2, |
86 | 77 | "VK_EXT_ycbcr_image_arrays": 1,
|
87 | 78 | "VK_GOOGLE_decorate_string": 1,
|
88 | 79 | "VK_GOOGLE_hlsl_functionality1": 1,
|
|
107 | 98 | "VK_KHR_external_semaphore": 1,
|
108 | 99 | "VK_KHR_external_semaphore_win32": 1,
|
109 | 100 | "VK_KHR_format_feature_flags2": 2,
|
110 |
| - "VK_KHR_fragment_shader_barycentric": 1, |
111 | 101 | "VK_KHR_get_memory_requirements2": 1,
|
112 | 102 | "VK_KHR_global_priority": 1,
|
113 | 103 | "VK_KHR_image_format_list": 1,
|
|
142 | 132 | "VK_KHR_timeline_semaphore": 2,
|
143 | 133 | "VK_KHR_uniform_buffer_standard_layout": 1,
|
144 | 134 | "VK_KHR_variable_pointers": 1,
|
145 |
| - "VK_KHR_video_decode_queue": 7, |
146 |
| - "VK_KHR_video_queue": 8, |
147 | 135 | "VK_KHR_vulkan_memory_model": 3,
|
148 | 136 | "VK_KHR_win32_keyed_mutex": 1,
|
149 | 137 | "VK_KHR_workgroup_memory_explicit_layout": 1,
|
150 |
| - "VK_KHR_zero_initialize_workgroup_memory": 1, |
151 |
| - "VK_VALVE_mutable_descriptor_type": 1 |
| 138 | + "VK_KHR_zero_initialize_workgroup_memory": 1 |
152 | 139 | },
|
153 | 140 | "features": {
|
154 | 141 | "VkPhysicalDevice4444FormatsFeaturesEXT": {
|
155 | 142 | "formatA4R4G4B4": true,
|
156 | 143 | "formatA4B4G4R4": true
|
157 | 144 | },
|
158 |
| - "VkPhysicalDeviceAddressBindingReportFeaturesEXT": { |
159 |
| - "reportAddressBinding": true |
160 |
| - }, |
161 |
| - "VkPhysicalDeviceAttachmentFeedbackLoopLayoutFeaturesEXT": { |
162 |
| - "attachmentFeedbackLoopLayout": true |
163 |
| - }, |
164 | 145 | "VkPhysicalDeviceBorderColorSwizzleFeaturesEXT": {
|
165 | 146 | "borderColorSwizzle": true,
|
166 | 147 | "borderColorSwizzleFromImage": true
|
|
179 | 160 | "customBorderColors": true,
|
180 | 161 | "customBorderColorWithoutFormat": true
|
181 | 162 | },
|
182 |
| - "VkPhysicalDeviceDepthClampZeroOneFeaturesEXT": { |
183 |
| - "depthClampZeroOne": true |
184 |
| - }, |
185 | 163 | "VkPhysicalDeviceDepthClipControlFeaturesEXT": {
|
186 | 164 | "depthClipControl": true
|
187 | 165 | },
|
|
193 | 171 | "extendedDynamicState2LogicOp": false,
|
194 | 172 | "extendedDynamicState2PatchControlPoints": false
|
195 | 173 | },
|
196 |
| - "VkPhysicalDeviceExtendedDynamicState3FeaturesEXT": { |
197 |
| - "extendedDynamicState3TessellationDomainOrigin": true, |
198 |
| - "extendedDynamicState3DepthClampEnable": true, |
199 |
| - "extendedDynamicState3PolygonMode": true, |
200 |
| - "extendedDynamicState3RasterizationSamples": true, |
201 |
| - "extendedDynamicState3SampleMask": true, |
202 |
| - "extendedDynamicState3AlphaToCoverageEnable": true, |
203 |
| - "extendedDynamicState3AlphaToOneEnable": false, |
204 |
| - "extendedDynamicState3LogicOpEnable": true, |
205 |
| - "extendedDynamicState3ColorBlendEnable": true, |
206 |
| - "extendedDynamicState3ColorBlendEquation": true, |
207 |
| - "extendedDynamicState3ColorWriteMask": true, |
208 |
| - "extendedDynamicState3RasterizationStream": false, |
209 |
| - "extendedDynamicState3ConservativeRasterizationMode": true, |
210 |
| - "extendedDynamicState3ExtraPrimitiveOverestimationSize": true, |
211 |
| - "extendedDynamicState3DepthClipEnable": true, |
212 |
| - "extendedDynamicState3SampleLocationsEnable": true, |
213 |
| - "extendedDynamicState3ColorBlendAdvanced": false, |
214 |
| - "extendedDynamicState3ProvokingVertexMode": true, |
215 |
| - "extendedDynamicState3LineRasterizationMode": true, |
216 |
| - "extendedDynamicState3LineStippleEnable": true, |
217 |
| - "extendedDynamicState3DepthClipNegativeOneToOne": true, |
218 |
| - "extendedDynamicState3ViewportWScalingEnable": false, |
219 |
| - "extendedDynamicState3ViewportSwizzle": false, |
220 |
| - "extendedDynamicState3CoverageToColorEnable": false, |
221 |
| - "extendedDynamicState3CoverageToColorLocation": false, |
222 |
| - "extendedDynamicState3CoverageModulationMode": false, |
223 |
| - "extendedDynamicState3CoverageModulationTableEnable": false, |
224 |
| - "extendedDynamicState3CoverageModulationTable": false, |
225 |
| - "extendedDynamicState3CoverageReductionMode": false, |
226 |
| - "extendedDynamicState3RepresentativeFragmentTestEnable": false, |
227 |
| - "extendedDynamicState3ShadingRateImageEnable": false |
228 |
| - }, |
229 | 174 | "VkPhysicalDeviceExtendedDynamicStateFeaturesEXT": {
|
230 | 175 | "extendedDynamicState": true
|
231 | 176 | },
|
232 |
| - "VkPhysicalDeviceFaultFeaturesEXT": { |
233 |
| - "deviceFault": true, |
234 |
| - "deviceFaultVendorBinary": false |
235 |
| - }, |
236 | 177 | "VkPhysicalDeviceFeatures": {
|
237 | 178 | "alphaToOne": false,
|
238 | 179 | "depthBiasClamp": true,
|
|
290 | 231 | "vertexPipelineStoresAndAtomics": true,
|
291 | 232 | "wideLines": true
|
292 | 233 | },
|
293 |
| - "VkPhysicalDeviceFragmentShaderBarycentricFeaturesKHR": { |
294 |
| - "fragmentShaderBarycentric": true |
295 |
| - }, |
296 | 234 | "VkPhysicalDeviceGlobalPriorityQueryFeaturesEXT": {
|
297 | 235 | "globalPriorityQuery": true
|
298 | 236 | },
|
|
313 | 251 | "VkPhysicalDeviceMemoryPriorityFeaturesEXT": {
|
314 | 252 | "memoryPriority": true
|
315 | 253 | },
|
316 |
| - "VkPhysicalDeviceMutableDescriptorTypeFeaturesEXT": { |
317 |
| - "mutableDescriptorType": true |
318 |
| - }, |
319 | 254 | "VkPhysicalDeviceNonSeamlessCubeMapFeaturesEXT": {
|
320 | 255 | "nonSeamlessCubeMap": true
|
321 | 256 | },
|
|
371 | 306 | "shaderImageInt64Atomics": true,
|
372 | 307 | "sparseImageInt64Atomics": true
|
373 | 308 | },
|
374 |
| - "VkPhysicalDeviceShaderModuleIdentifierFeaturesEXT": { |
375 |
| - "shaderModuleIdentifier": true |
376 |
| - }, |
377 | 309 | "VkPhysicalDeviceShaderSubgroupUniformControlFlowFeaturesKHR": {
|
378 | 310 | "shaderSubgroupUniformControlFlow": true
|
379 | 311 | },
|
|
388 | 320 | "vertexAttributeInstanceRateDivisor": true,
|
389 | 321 | "vertexAttributeInstanceRateZeroDivisor": true
|
390 | 322 | },
|
391 |
| - "VkPhysicalDeviceVertexInputDynamicStateFeaturesEXT": { |
392 |
| - "vertexInputDynamicState": true |
393 |
| - }, |
394 | 323 | "VkPhysicalDeviceVulkan11Features": {
|
395 | 324 | "storageBuffer16BitAccess": true,
|
396 | 325 | "uniformAndStorageBuffer16BitAccess": true,
|
397 | 326 | "storagePushConstant16": false,
|
398 | 327 | "storageInputOutput16": true,
|
399 | 328 | "multiview": true,
|
400 |
| - "multiviewGeometryShader": true, |
401 | 329 | "multiviewTessellationShader": true,
|
402 | 330 | "variablePointersStorageBuffer": true,
|
403 | 331 | "variablePointers": true,
|
|
445 | 373 | "hostQueryReset": true,
|
446 | 374 | "timelineSemaphore": true,
|
447 | 375 | "bufferDeviceAddress": true,
|
448 |
| - "bufferDeviceAddressCaptureReplay": true, |
449 | 376 | "bufferDeviceAddressMultiDevice": true,
|
450 | 377 | "vulkanMemoryModel": true,
|
451 | 378 | "vulkanMemoryModelDeviceScope": true,
|
|
531 | 458 | "shaderStorageImageArrayNonUniformIndexingNative": true,
|
532 | 459 | "shaderUniformBufferArrayNonUniformIndexingNative": true
|
533 | 460 | },
|
534 |
| - "VkPhysicalDeviceExtendedDynamicState3PropertiesEXT": { |
535 |
| - "dynamicPrimitiveTopologyUnrestricted": true |
536 |
| - }, |
537 | 461 | "VkPhysicalDeviceExternalMemoryHostPropertiesEXT": {
|
538 | 462 | "minImportedHostPointerAlignment": 4096
|
539 | 463 | },
|
|
554 | 478 | "shaderSignedZeroInfNanPreserveFloat32": true,
|
555 | 479 | "shaderSignedZeroInfNanPreserveFloat64": true
|
556 | 480 | },
|
557 |
| - "VkPhysicalDeviceFragmentShaderBarycentricPropertiesKHR": { |
558 |
| - "triStripVertexOrderIndependentOfProvokingVertex": true |
559 |
| - }, |
560 | 481 | "VkPhysicalDeviceInlineUniformBlockPropertiesEXT": {
|
561 | 482 | "maxDescriptorSetInlineUniformBlocks": 16,
|
562 | 483 | "maxDescriptorSetUpdateAfterBindInlineUniformBlocks": 16,
|
|
582 | 503 | "sparseProperties": {
|
583 | 504 | "residencyNonResidentStrict": true,
|
584 | 505 | "residencyStandard2DBlockShape": true,
|
585 |
| - "residencyStandard3DBlockShape": true |
| 506 | + "residencyStandard3DBlockShape": true, |
| 507 | + "residencyStandard2DMultisampleBlockShape": false, |
| 508 | + "residencyAlignedMipSize": false |
586 | 509 | },
|
587 | 510 | "limits": {
|
588 | 511 | "bufferImageGranularity": 1,
|
|
634 | 557 | "maxFragmentInputComponents": 128,
|
635 | 558 | "maxFragmentOutputAttachments": 8,
|
636 | 559 | "maxFramebufferHeight": 16384,
|
637 |
| - "maxFramebufferLayers": 8192, |
| 560 | + "maxFramebufferLayers": 2048, |
638 | 561 | "maxFramebufferWidth": 16384,
|
639 | 562 | "maxGeometryInputComponents": 128,
|
640 | 563 | "maxGeometryOutputComponents": 128,
|
641 | 564 | "maxGeometryOutputVertices": 256,
|
642 | 565 | "maxGeometryShaderInvocations": 126,
|
643 | 566 | "maxGeometryTotalOutputComponents": 1024,
|
644 |
| - "maxImageArrayLayers": 8192, |
| 567 | + "maxImageArrayLayers": 2048, |
645 | 568 | "maxImageDimension1D": 16384,
|
646 | 569 | "maxImageDimension2D": 16384,
|
647 |
| - "maxImageDimension3D": 8192, |
| 570 | + "maxImageDimension3D": 2048, |
648 | 571 | "maxImageDimensionCube": 16384,
|
649 | 572 | "maxInterpolationOffset": 1,
|
650 | 573 | "maxMemoryAllocationCount": 4096,
|
|
752 | 675 | "lineWidthRange": [
|
753 | 676 | 0,
|
754 | 677 | 8191.88
|
755 |
| - ] |
| 678 | + ], |
| 679 | + "timestampPeriod": 10, |
| 680 | + "strictLines": false, |
| 681 | + "standardSampleLocations": true |
756 | 682 | }
|
757 | 683 | },
|
758 | 684 | "VkPhysicalDeviceProvokingVertexPropertiesEXT": {
|
|
776 | 702 | 1
|
777 | 703 | ],
|
778 | 704 | "sampleLocationSampleCounts": [
|
779 |
| - "VK_SAMPLE_COUNT_1_BIT", |
780 | 705 | "VK_SAMPLE_COUNT_2_BIT",
|
781 | 706 | "VK_SAMPLE_COUNT_4_BIT",
|
782 | 707 | "VK_SAMPLE_COUNT_8_BIT"
|
|
789 | 714 | "filterMinmaxSingleComponentFormats": true
|
790 | 715 | },
|
791 | 716 | "VkPhysicalDeviceShaderCoreProperties2AMD": {
|
792 |
| - "activeComputeUnitCount": 12, |
| 717 | + "activeComputeUnitCount": 8, |
793 | 718 | "shaderCoreFeatures": []
|
794 | 719 | },
|
795 | 720 | "VkPhysicalDeviceShaderCorePropertiesAMD": {
|
|
860 | 785 | "VkPhysicalDeviceSubgroupSizeControlPropertiesEXT": {
|
861 | 786 | "maxComputeWorkgroupSubgroups": 4294967295,
|
862 | 787 | "maxSubgroupSize": 64,
|
863 |
| - "minSubgroupSize": 32, |
| 788 | + "minSubgroupSize": 64, |
864 | 789 | "requiredSubgroupSizeStages": [
|
865 |
| - "VK_SHADER_STAGE_COMPUTE_BIT", |
866 | 790 | "VK_SHADER_STAGE_ALL"
|
867 | 791 | ]
|
868 | 792 | },
|
|
933 | 857 | "shaderRoundingModeRTZFloat32": true,
|
934 | 858 | "shaderRoundingModeRTZFloat64": true,
|
935 | 859 | "maxUpdateAfterBindDescriptorsInAllPools": 4294967295,
|
936 |
| - "robustBufferAccessUpdateAfterBind": true, |
937 | 860 | "maxPerStageDescriptorUpdateAfterBindSamplers": 4294967295,
|
938 | 861 | "maxPerStageDescriptorUpdateAfterBindUniformBuffers": 4294967295,
|
939 | 862 | "maxPerStageDescriptorUpdateAfterBindStorageBuffers": 4294967295,
|
|
972 | 895 | ]
|
973 | 896 | },
|
974 | 897 | "VkPhysicalDeviceVulkan13Properties": {
|
975 |
| - "minSubgroupSize": 32, |
| 898 | + "minSubgroupSize": 64, |
976 | 899 | "maxSubgroupSize": 64,
|
977 | 900 | "maxComputeWorkgroupSubgroups": 4294967295,
|
978 | 901 | "requiredSubgroupSizeStages": [
|
979 |
| - "VK_SHADER_STAGE_COMPUTE_BIT", |
980 | 902 | "VK_SHADER_STAGE_ALL"
|
981 | 903 | ],
|
982 | 904 | "maxInlineUniformBlockSize": 65536,
|
|
2707 | 2629 | "linearTilingFeatures": [
|
2708 | 2630 | "VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT",
|
2709 | 2631 | "VK_FORMAT_FEATURE_BLIT_SRC_BIT",
|
2710 |
| - "VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_LINEAR_BIT", |
2711 | 2632 | "VK_FORMAT_FEATURE_TRANSFER_SRC_BIT",
|
2712 | 2633 | "VK_FORMAT_FEATURE_TRANSFER_DST_BIT"
|
2713 | 2634 | ],
|
|
3721 | 3642 | }
|
3722 | 3643 | },
|
3723 | 3644 | "profiles": {
|
3724 |
| - "VP_LUNARG_merged_2023_08_21_23_38": { |
| 3645 | + "VP_LUNARG_merged_2024_03_14_09_06": { |
3725 | 3646 | "version": 1,
|
3726 |
| - "api-version": "1.3.250", |
| 3647 | + "api-version": "1.3.217", |
3727 | 3648 | "label": "AMD Windows Baseline",
|
3728 | 3649 | "description": "Minimum capabilities gathered from AMD GPUs on Windows",
|
3729 | 3650 | "contributors": {},
|
3730 | 3651 | "history": [
|
3731 | 3652 | {
|
3732 | 3653 | "revision": 1,
|
3733 |
| - "date": "2023-08-21", |
| 3654 | + "date": "2024-03-14", |
3734 | 3655 | "author": "LunarG Profiles Generation",
|
3735 | 3656 | "comment": "Generated profile"
|
3736 | 3657 | }
|
|
0 commit comments