From eeb792b5abfa36276546bcbb17029d1e83052d96 Mon Sep 17 00:00:00 2001 From: Mike Schuchardt Date: Wed, 7 Mar 2018 16:19:13 -0700 Subject: header: 1.1.70 update Change-Id: Ifa07a957e3c0e51c9b5c00b6c9d7fff04905c8ab --- scripts/validusage.json | 2160 ++++++++++++++++++++++++++--------------------- scripts/vk.xml | 38 +- scripts/vuid_mapping.py | 4 + 3 files changed, 1209 insertions(+), 993 deletions(-) (limited to 'scripts') diff --git a/scripts/validusage.json b/scripts/validusage.json index 1ccbc8da..18139bbd 100644 --- a/scripts/validusage.json +++ b/scripts/validusage.json @@ -1,9 +1,9 @@ { "version info": { "schema version": 2, - "api version": "1.0.69", - "comment": "from git branch: github-1.0 commit: ab08f0951ef1ad9b84db93f971e113c1d9d55609", - "date": "2018-02-19 23:19:49Z" + "api version": "1.1.70", + "comment": "from git branch: github-master commit: ab08f0951ef1ad9b84db93f971e113c1d9d55609", + "date": "2018-03-07 11:53:25Z" }, "validation": { "vkGetInstanceProcAddr": { @@ -30,6 +30,14 @@ } ] }, + "vkEnumerateInstanceVersion": { + "(VK_VERSION_1_1)": [ + { + "vuid": "VUID-vkEnumerateInstanceVersion-pApiVersion-parameter", + "text": " pApiVersion must be a valid pointer to a uint32_t value" + } + ] + }, "vkCreateInstance": { "core": [ { @@ -58,7 +66,7 @@ }, { "vuid": "VUID-VkInstanceCreateInfo-pNext-pNext", - "text": " Each pNext member of any structure (including this one) in the pNext chain must be either NULL or a pointer to a valid instance of VkDebugReportCallbackCreateInfoEXT or VkValidationFlagsEXT" + "text": " Each pNext member of any structure (including this one) in the pNext chain must be either NULL or a pointer to a valid instance of VkDebugReportCallbackCreateInfoEXT, VkDebugUtilsMessengerCreateInfoEXT, or VkValidationFlagsEXT" }, { "vuid": "VUID-VkInstanceCreateInfo-sType-unique", @@ -174,42 +182,42 @@ } ] }, - "vkGetPhysicalDeviceProperties2KHR": { - "(VK_KHR_get_physical_device_properties2)": [ + "vkGetPhysicalDeviceProperties2": { + "(VK_VERSION_1_1,VK_KHR_get_physical_device_properties2)": [ { - "vuid": "VUID-vkGetPhysicalDeviceProperties2KHR-physicalDevice-parameter", + "vuid": "VUID-vkGetPhysicalDeviceProperties2-physicalDevice-parameter", "text": " physicalDevice must be a valid VkPhysicalDevice handle" }, { - "vuid": "VUID-vkGetPhysicalDeviceProperties2KHR-pProperties-parameter", - "text": " pProperties must be a valid pointer to a VkPhysicalDeviceProperties2KHR structure" + "vuid": "VUID-vkGetPhysicalDeviceProperties2-pProperties-parameter", + "text": " pProperties must be a valid pointer to a VkPhysicalDeviceProperties2 structure" } ] }, - "VkPhysicalDeviceProperties2KHR": { - "(VK_KHR_get_physical_device_properties2)": [ + "VkPhysicalDeviceProperties2": { + "(VK_VERSION_1_1,VK_KHR_get_physical_device_properties2)": [ { - "vuid": "VUID-VkPhysicalDeviceProperties2KHR-sType-sType", - "text": " sType must be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PROPERTIES_2_KHR" + "vuid": "VUID-VkPhysicalDeviceProperties2-sType-sType", + "text": " sType must be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PROPERTIES_2" }, { - "vuid": "VUID-VkPhysicalDeviceProperties2KHR-pNext-pNext", - "text": " Each pNext member of any structure (including this one) in the pNext chain must be either NULL or a pointer to a valid instance of VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT, VkPhysicalDeviceConservativeRasterizationPropertiesEXT, VkPhysicalDeviceDiscardRectanglePropertiesEXT, VkPhysicalDeviceExternalMemoryHostPropertiesEXT, VkPhysicalDeviceIDPropertiesKHR, VkPhysicalDeviceMultiviewPerViewAttributesPropertiesNVX, VkPhysicalDeviceMultiviewPropertiesKHX, VkPhysicalDevicePointClippingPropertiesKHR, VkPhysicalDevicePushDescriptorPropertiesKHR, VkPhysicalDeviceSampleLocationsPropertiesEXT, or VkPhysicalDeviceSamplerFilterMinmaxPropertiesEXT" + "vuid": "VUID-VkPhysicalDeviceProperties2-pNext-pNext", + "text": " Each pNext member of any structure (including this one) in the pNext chain must be either NULL or a pointer to a valid instance of VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT, VkPhysicalDeviceConservativeRasterizationPropertiesEXT, VkPhysicalDeviceDiscardRectanglePropertiesEXT, VkPhysicalDeviceExternalMemoryHostPropertiesEXT, VkPhysicalDeviceIDProperties, VkPhysicalDeviceMaintenance3Properties, VkPhysicalDeviceMultiviewPerViewAttributesPropertiesNVX, VkPhysicalDeviceMultiviewProperties, VkPhysicalDevicePointClippingProperties, VkPhysicalDeviceProtectedMemoryProperties, VkPhysicalDevicePushDescriptorPropertiesKHR, VkPhysicalDeviceSampleLocationsPropertiesEXT, VkPhysicalDeviceSamplerFilterMinmaxPropertiesEXT, VkPhysicalDeviceSubgroupProperties, or VkPhysicalDeviceVertexAttributeDivisorPropertiesEXT" }, { - "vuid": "VUID-VkPhysicalDeviceProperties2KHR-sType-unique", + "vuid": "VUID-VkPhysicalDeviceProperties2-sType-unique", "text": " Each sType member in the pNext chain must be unique" } ] }, - "VkPhysicalDeviceIDPropertiesKHR": { - "(VK_KHR_get_physical_device_properties2)+(VK_KHR_external_memory_capabilities,VK_KHR_external_semaphore_capabilities,VK_KHR_external_fence_capabilities)": [ + "VkPhysicalDeviceIDProperties": { + "(VK_VERSION_1_1,VK_KHR_get_physical_device_properties2)+(VK_VERSION_1_1,VK_KHR_external_memory_capabilities,VK_KHR_external_semaphore_capabilities,VK_KHR_external_fence_capabilities)": [ { - "vuid": "VUID-VkPhysicalDeviceIDPropertiesKHR-sType-sType", - "text": " sType must be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_ID_PROPERTIES_KHR" + "vuid": "VUID-VkPhysicalDeviceIDProperties-sType-sType", + "text": " sType must be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_ID_PROPERTIES" }, { - "vuid": "VUID-VkPhysicalDeviceIDPropertiesKHR-pNext-pNext", + "vuid": "VUID-VkPhysicalDeviceIDProperties-pNext-pNext", "text": " pNext must be NULL" } ] @@ -230,47 +238,47 @@ } ] }, - "vkGetPhysicalDeviceQueueFamilyProperties2KHR": { - "(VK_KHR_get_physical_device_properties2)": [ + "vkGetPhysicalDeviceQueueFamilyProperties2": { + "(VK_VERSION_1_1,VK_KHR_get_physical_device_properties2)": [ { - "vuid": "VUID-vkGetPhysicalDeviceQueueFamilyProperties2KHR-physicalDevice-parameter", + "vuid": "VUID-vkGetPhysicalDeviceQueueFamilyProperties2-physicalDevice-parameter", "text": " physicalDevice must be a valid VkPhysicalDevice handle" }, { - "vuid": "VUID-vkGetPhysicalDeviceQueueFamilyProperties2KHR-pQueueFamilyPropertyCount-parameter", + "vuid": "VUID-vkGetPhysicalDeviceQueueFamilyProperties2-pQueueFamilyPropertyCount-parameter", "text": " pQueueFamilyPropertyCount must be a valid pointer to a uint32_t value" }, { - "vuid": "VUID-vkGetPhysicalDeviceQueueFamilyProperties2KHR-pQueueFamilyProperties-parameter", - "text": " If the value referenced by pQueueFamilyPropertyCount is not 0, and pQueueFamilyProperties is not NULL, pQueueFamilyProperties must be a valid pointer to an array of pQueueFamilyPropertyCount VkQueueFamilyProperties2KHR structures" + "vuid": "VUID-vkGetPhysicalDeviceQueueFamilyProperties2-pQueueFamilyProperties-parameter", + "text": " If the value referenced by pQueueFamilyPropertyCount is not 0, and pQueueFamilyProperties is not NULL, pQueueFamilyProperties must be a valid pointer to an array of pQueueFamilyPropertyCount VkQueueFamilyProperties2 structures" } ] }, - "VkQueueFamilyProperties2KHR": { - "(VK_KHR_get_physical_device_properties2)": [ + "VkQueueFamilyProperties2": { + "(VK_VERSION_1_1,VK_KHR_get_physical_device_properties2)": [ { - "vuid": "VUID-VkQueueFamilyProperties2KHR-sType-sType", - "text": " sType must be VK_STRUCTURE_TYPE_QUEUE_FAMILY_PROPERTIES_2_KHR" + "vuid": "VUID-VkQueueFamilyProperties2-sType-sType", + "text": " sType must be VK_STRUCTURE_TYPE_QUEUE_FAMILY_PROPERTIES_2" }, { - "vuid": "VUID-VkQueueFamilyProperties2KHR-pNext-pNext", + "vuid": "VUID-VkQueueFamilyProperties2-pNext-pNext", "text": " pNext must be NULL" } ] }, - "vkEnumeratePhysicalDeviceGroupsKHX": { - "(VK_KHX_device_group_creation)": [ + "vkEnumeratePhysicalDeviceGroups": { + "(VK_VERSION_1_1,VK_KHR_device_group_creation)": [ { - "vuid": "VUID-vkEnumeratePhysicalDeviceGroupsKHX-instance-parameter", + "vuid": "VUID-vkEnumeratePhysicalDeviceGroups-instance-parameter", "text": " instance must be a valid VkInstance handle" }, { - "vuid": "VUID-vkEnumeratePhysicalDeviceGroupsKHX-pPhysicalDeviceGroupCount-parameter", + "vuid": "VUID-vkEnumeratePhysicalDeviceGroups-pPhysicalDeviceGroupCount-parameter", "text": " pPhysicalDeviceGroupCount must be a valid pointer to a uint32_t value" }, { - "vuid": "VUID-vkEnumeratePhysicalDeviceGroupsKHX-pPhysicalDeviceGroupProperties-parameter", - "text": " If the value referenced by pPhysicalDeviceGroupCount is not 0, and pPhysicalDeviceGroupProperties is not NULL, pPhysicalDeviceGroupProperties must be a valid pointer to an array of pPhysicalDeviceGroupCount VkPhysicalDeviceGroupPropertiesKHX structures" + "vuid": "VUID-vkEnumeratePhysicalDeviceGroups-pPhysicalDeviceGroupProperties-parameter", + "text": " If the value referenced by pPhysicalDeviceGroupCount is not 0, and pPhysicalDeviceGroupProperties is not NULL, pPhysicalDeviceGroupProperties must be a valid pointer to an array of pPhysicalDeviceGroupCount VkPhysicalDeviceGroupProperties structures" } ] }, @@ -302,7 +310,7 @@ "core": [ { "vuid": "VUID-VkDeviceCreateInfo-queueFamilyIndex-00372", - "text": " The queueFamilyIndex member of each element of pQueueCreateInfos must be unique within pQueueCreateInfos" + "text": "" }, { "vuid": "VUID-VkDeviceCreateInfo-sType-sType", @@ -310,7 +318,7 @@ }, { "vuid": "VUID-VkDeviceCreateInfo-pNext-pNext", - "text": " Each pNext member of any structure (including this one) in the pNext chain must be either NULL or a pointer to a valid instance of VkDeviceGroupDeviceCreateInfoKHX, VkPhysicalDevice16BitStorageFeaturesKHR, VkPhysicalDeviceFeatures2KHR, VkPhysicalDeviceMultiviewFeaturesKHX, VkPhysicalDeviceSamplerYcbcrConversionFeaturesKHR, or VkPhysicalDeviceVariablePointerFeaturesKHR" + "text": " Each pNext member of any structure (including this one) in the pNext chain must be either NULL or a pointer to a valid instance of VkDeviceGroupDeviceCreateInfo, VkPhysicalDevice16BitStorageFeatures, VkPhysicalDeviceFeatures2, VkPhysicalDeviceMultiviewFeatures, VkPhysicalDeviceProtectedMemoryFeatures, VkPhysicalDeviceSamplerYcbcrConversionFeatures, or VkPhysicalDeviceVariablePointerFeatures" }, { "vuid": "VUID-VkDeviceCreateInfo-sType-unique", @@ -341,39 +349,39 @@ "text": " queueCreateInfoCount must be greater than 0" } ], - "(VK_KHR_get_physical_device_properties2)": [ + "(VK_VERSION_1_1,VK_KHR_get_physical_device_properties2)": [ { "vuid": "VUID-VkDeviceCreateInfo-pNext-00373", - "text": " If the pNext chain includes a VkPhysicalDeviceFeatures2KHR structure, then pEnabledFeatures must be NULL" + "text": " If the pNext chain includes a VkPhysicalDeviceFeatures2 structure, then pEnabledFeatures must be NULL" } ], - "(VK_KHR_maintenance1)+(VK_AMD_negative_viewport_height)": [ + "(VK_AMD_negative_viewport_height)+!(VK_VERSION_1_1)+(VK_VERSION_1_1,VK_KHR_maintenance1)": [ { "vuid": "VUID-VkDeviceCreateInfo-ppEnabledExtensionNames-00374", "text": " ppEnabledExtensionNames must not contain both VK_KHR_maintenance1 and VK_AMD_negative_viewport_height" } ] }, - "VkDeviceGroupDeviceCreateInfoKHX": { - "(VK_KHX_device_group_creation)": [ + "VkDeviceGroupDeviceCreateInfo": { + "(VK_VERSION_1_1,VK_KHR_device_group_creation)": [ { - "vuid": "VUID-VkDeviceGroupDeviceCreateInfoKHX-pPhysicalDevices-00375", + "vuid": "VUID-VkDeviceGroupDeviceCreateInfo-pPhysicalDevices-00375", "text": " Each element of pPhysicalDevices must be unique" }, { - "vuid": "VUID-VkDeviceGroupDeviceCreateInfoKHX-pPhysicalDevices-00376", - "text": " All elements of pPhysicalDevices must be in the same device group as enumerated by vkEnumeratePhysicalDeviceGroupsKHX" + "vuid": "VUID-VkDeviceGroupDeviceCreateInfo-pPhysicalDevices-00376", + "text": " All elements of pPhysicalDevices must be in the same device group as enumerated by vkEnumeratePhysicalDeviceGroups" }, { - "vuid": "VUID-VkDeviceGroupDeviceCreateInfoKHX-physicalDeviceCount-00377", + "vuid": "VUID-VkDeviceGroupDeviceCreateInfo-physicalDeviceCount-00377", "text": " If physicalDeviceCount is not 0, the physicalDevice parameter of vkCreateDevice must be an element of pPhysicalDevices." }, { - "vuid": "VUID-VkDeviceGroupDeviceCreateInfoKHX-sType-sType", - "text": " sType must be VK_STRUCTURE_TYPE_DEVICE_GROUP_DEVICE_CREATE_INFO_KHX" + "vuid": "VUID-VkDeviceGroupDeviceCreateInfo-sType-sType", + "text": " sType must be VK_STRUCTURE_TYPE_DEVICE_GROUP_DEVICE_CREATE_INFO" }, { - "vuid": "VUID-VkDeviceGroupDeviceCreateInfoKHX-pPhysicalDevices-parameter", + "vuid": "VUID-VkDeviceGroupDeviceCreateInfo-pPhysicalDevices-parameter", "text": " If physicalDeviceCount is not 0, pPhysicalDevices must be a valid pointer to an array of physicalDeviceCount valid VkPhysicalDevice handles" } ] @@ -425,8 +433,8 @@ "text": " pNext must be NULL or a pointer to a valid instance of VkDeviceQueueGlobalPriorityCreateInfoEXT" }, { - "vuid": "VUID-VkDeviceQueueCreateInfo-flags-zerobitmask", - "text": " flags must be 0" + "vuid": "VUID-VkDeviceQueueCreateInfo-flags-parameter", + "text": " flags must be a valid combination of VkDeviceQueueCreateFlagBits values" }, { "vuid": "VUID-VkDeviceQueueCreateInfo-pQueuePriorities-parameter", @@ -474,6 +482,42 @@ } ] }, + "vkGetDeviceQueue2": { + "(VK_VERSION_1_1)": [ + { + "vuid": "VUID-vkGetDeviceQueue2-device-parameter", + "text": " device must be a valid VkDevice handle" + }, + { + "vuid": "VUID-vkGetDeviceQueue2-pQueueInfo-parameter", + "text": " pQueueInfo must be a valid pointer to a valid VkDeviceQueueInfo2 structure" + }, + { + "vuid": "VUID-vkGetDeviceQueue2-pQueue-parameter", + "text": " pQueue must be a valid pointer to a VkQueue handle" + } + ] + }, + "VkDeviceQueueInfo2": { + "(VK_VERSION_1_1)": [ + { + "vuid": "VUID-VkDeviceQueueInfo2-sType-sType", + "text": " sType must be VK_STRUCTURE_TYPE_DEVICE_QUEUE_INFO_2" + }, + { + "vuid": "VUID-VkDeviceQueueInfo2-pNext-pNext", + "text": " pNext must be NULL" + }, + { + "vuid": "VUID-VkDeviceQueueInfo2-flags-parameter", + "text": " flags must be a valid combination of VkDeviceQueueCreateFlagBits values" + }, + { + "vuid": "VUID-VkDeviceQueueInfo2-flags-requiredbitmask", + "text": " flags must not be 0" + } + ] + }, "vkCreateCommandPool": { "core": [ { @@ -514,22 +558,22 @@ } ] }, - "vkTrimCommandPoolKHR": { - "(VK_KHR_maintenance1)": [ + "vkTrimCommandPool": { + "(VK_VERSION_1_1,VK_KHR_maintenance1)": [ { - "vuid": "VUID-vkTrimCommandPoolKHR-device-parameter", + "vuid": "VUID-vkTrimCommandPool-device-parameter", "text": " device must be a valid VkDevice handle" }, { - "vuid": "VUID-vkTrimCommandPoolKHR-commandPool-parameter", + "vuid": "VUID-vkTrimCommandPool-commandPool-parameter", "text": " commandPool must be a valid VkCommandPool handle" }, { - "vuid": "VUID-vkTrimCommandPoolKHR-flags-zerobitmask", + "vuid": "VUID-vkTrimCommandPool-flags-zerobitmask", "text": " flags must be 0" }, { - "vuid": "VUID-vkTrimCommandPoolKHR-commandPool-parent", + "vuid": "VUID-vkTrimCommandPool-commandPool-parent", "text": " commandPool must have been created, allocated, or retrieved from device" } ] @@ -730,7 +774,7 @@ }, { "vuid": "VUID-VkCommandBufferBeginInfo-pNext-pNext", - "text": " pNext must be NULL or a pointer to a valid instance of VkDeviceGroupCommandBufferBeginInfoKHX" + "text": " pNext must be NULL or a pointer to a valid instance of VkDeviceGroupCommandBufferBeginInfo" }, { "vuid": "VUID-VkCommandBufferBeginInfo-flags-parameter", @@ -884,7 +928,7 @@ }, { "vuid": "VUID-VkSubmitInfo-pNext-pNext", - "text": " Each pNext member of any structure (including this one) in the pNext chain must be either NULL or a pointer to a valid instance of VkD3D12FenceSubmitInfoKHR, VkDeviceGroupSubmitInfoKHX, VkWin32KeyedMutexAcquireReleaseInfoKHR, or VkWin32KeyedMutexAcquireReleaseInfoNV" + "text": " Each pNext member of any structure (including this one) in the pNext chain must be either NULL or a pointer to a valid instance of VkD3D12FenceSubmitInfoKHR, VkDeviceGroupSubmitInfo, VkProtectedSubmitInfo, VkWin32KeyedMutexAcquireReleaseInfoKHR, or VkWin32KeyedMutexAcquireReleaseInfoNV" }, { "vuid": "VUID-VkSubmitInfo-sType-unique", @@ -944,7 +988,7 @@ "(VK_KHR_win32_keyed_mutex)": [ { "vuid": "VUID-VkWin32KeyedMutexAcquireReleaseInfoKHR-pAcquireSyncs-00081", - "text": " Each member of pAcquireSyncs and pReleaseSyncs must be a device memory object imported by setting VkImportMemoryWin32HandleInfoKHR::handleType to VK_EXTERNAL_MEMORY_HANDLE_TYPE_D3D11_TEXTURE_BIT_KHR or VK_EXTERNAL_MEMORY_HANDLE_TYPE_D3D11_TEXTURE_KMT_BIT_KHR." + "text": " Each member of pAcquireSyncs and pReleaseSyncs must be a device memory object imported by setting VkImportMemoryWin32HandleInfoKHR::handleType to VK_EXTERNAL_MEMORY_HANDLE_TYPE_D3D11_TEXTURE_BIT or VK_EXTERNAL_MEMORY_HANDLE_TYPE_D3D11_TEXTURE_KMT_BIT." }, { "vuid": "VUID-VkWin32KeyedMutexAcquireReleaseInfoKHR-sType-sType", @@ -1008,42 +1052,54 @@ } ] }, - "VkDeviceGroupSubmitInfoKHX": { - "(VK_KHX_device_group)": [ + "VkProtectedSubmitInfo": { + "(VK_VERSION_1_1)": [ { - "vuid": "VUID-VkDeviceGroupSubmitInfoKHX-waitSemaphoreCount-00082", + "vuid": "VUID-VkProtectedSubmitInfo-sType-sType", + "text": " sType must be VK_STRUCTURE_TYPE_PROTECTED_SUBMIT_INFO" + }, + { + "vuid": "VUID-VkProtectedSubmitInfo-pNext-pNext", + "text": " pNext must be NULL" + } + ] + }, + "VkDeviceGroupSubmitInfo": { + "(VK_VERSION_1_1,VK_KHR_device_group)": [ + { + "vuid": "VUID-VkDeviceGroupSubmitInfo-waitSemaphoreCount-00082", "text": " waitSemaphoreCount must equal VkSubmitInfo::waitSemaphoreCount" }, { - "vuid": "VUID-VkDeviceGroupSubmitInfoKHX-commandBufferCount-00083", + "vuid": "VUID-VkDeviceGroupSubmitInfo-commandBufferCount-00083", "text": " commandBufferCount must equal VkSubmitInfo::commandBufferCount" }, { - "vuid": "VUID-VkDeviceGroupSubmitInfoKHX-signalSemaphoreCount-00084", + "vuid": "VUID-VkDeviceGroupSubmitInfo-signalSemaphoreCount-00084", "text": " signalSemaphoreCount must equal VkSubmitInfo::signalSemaphoreCount" }, { - "vuid": "VUID-VkDeviceGroupSubmitInfoKHX-pWaitSemaphoreDeviceIndices-00085", + "vuid": "VUID-VkDeviceGroupSubmitInfo-pWaitSemaphoreDeviceIndices-00085", "text": " All elements of pWaitSemaphoreDeviceIndices and pSignalSemaphoreDeviceIndices must be valid device indices" }, { - "vuid": "VUID-VkDeviceGroupSubmitInfoKHX-pCommandBufferDeviceMasks-00086", + "vuid": "VUID-VkDeviceGroupSubmitInfo-pCommandBufferDeviceMasks-00086", "text": " All elements of pCommandBufferDeviceMasks must be valid device masks" }, { - "vuid": "VUID-VkDeviceGroupSubmitInfoKHX-sType-sType", - "text": " sType must be VK_STRUCTURE_TYPE_DEVICE_GROUP_SUBMIT_INFO_KHX" + "vuid": "VUID-VkDeviceGroupSubmitInfo-sType-sType", + "text": " sType must be VK_STRUCTURE_TYPE_DEVICE_GROUP_SUBMIT_INFO" }, { - "vuid": "VUID-VkDeviceGroupSubmitInfoKHX-pWaitSemaphoreDeviceIndices-parameter", + "vuid": "VUID-VkDeviceGroupSubmitInfo-pWaitSemaphoreDeviceIndices-parameter", "text": " If waitSemaphoreCount is not 0, pWaitSemaphoreDeviceIndices must be a valid pointer to an array of waitSemaphoreCount uint32_t values" }, { - "vuid": "VUID-VkDeviceGroupSubmitInfoKHX-pCommandBufferDeviceMasks-parameter", + "vuid": "VUID-VkDeviceGroupSubmitInfo-pCommandBufferDeviceMasks-parameter", "text": " If commandBufferCount is not 0, pCommandBufferDeviceMasks must be a valid pointer to an array of commandBufferCount uint32_t values" }, { - "vuid": "VUID-VkDeviceGroupSubmitInfoKHX-pSignalSemaphoreDeviceIndices-parameter", + "vuid": "VUID-VkDeviceGroupSubmitInfo-pSignalSemaphoreDeviceIndices-parameter", "text": " If signalSemaphoreCount is not 0, pSignalSemaphoreDeviceIndices must be a valid pointer to an array of signalSemaphoreCount uint32_t values" } ] @@ -1156,50 +1212,50 @@ } ] }, - "VkDeviceGroupCommandBufferBeginInfoKHX": { - "(VK_KHX_device_group)": [ + "VkDeviceGroupCommandBufferBeginInfo": { + "(VK_VERSION_1_1,VK_KHR_device_group)": [ { - "vuid": "VUID-VkDeviceGroupCommandBufferBeginInfoKHX-deviceMask-00106", + "vuid": "VUID-VkDeviceGroupCommandBufferBeginInfo-deviceMask-00106", "text": " deviceMask must be a valid device mask value" }, { - "vuid": "VUID-VkDeviceGroupCommandBufferBeginInfoKHX-deviceMask-00107", + "vuid": "VUID-VkDeviceGroupCommandBufferBeginInfo-deviceMask-00107", "text": " deviceMask must not be zero" }, { - "vuid": "VUID-VkDeviceGroupCommandBufferBeginInfoKHX-sType-sType", - "text": " sType must be VK_STRUCTURE_TYPE_DEVICE_GROUP_COMMAND_BUFFER_BEGIN_INFO_KHX" + "vuid": "VUID-VkDeviceGroupCommandBufferBeginInfo-sType-sType", + "text": " sType must be VK_STRUCTURE_TYPE_DEVICE_GROUP_COMMAND_BUFFER_BEGIN_INFO" } ] }, - "vkCmdSetDeviceMaskKHX": { - "(VK_KHX_device_group)": [ + "vkCmdSetDeviceMask": { + "(VK_VERSION_1_1,VK_KHR_device_group)": [ { - "vuid": "VUID-vkCmdSetDeviceMaskKHX-deviceMask-00108", + "vuid": "VUID-vkCmdSetDeviceMask-deviceMask-00108", "text": " deviceMask must be a valid device mask value" }, { - "vuid": "VUID-vkCmdSetDeviceMaskKHX-deviceMask-00109", + "vuid": "VUID-vkCmdSetDeviceMask-deviceMask-00109", "text": " deviceMask must not be zero" }, { - "vuid": "VUID-vkCmdSetDeviceMaskKHX-deviceMask-00110", - "text": " deviceMask must not include any set bits that were not in the VkDeviceGroupCommandBufferBeginInfoKHX::deviceMask value when the command buffer began recording." + "vuid": "VUID-vkCmdSetDeviceMask-deviceMask-00110", + "text": " deviceMask must not include any set bits that were not in the VkDeviceGroupCommandBufferBeginInfo::deviceMask value when the command buffer began recording." }, { - "vuid": "VUID-vkCmdSetDeviceMaskKHX-deviceMask-00111", - "text": " If vkCmdSetDeviceMaskKHX is called inside a render pass instance, deviceMask must not include any set bits that were not in the VkDeviceGroupRenderPassBeginInfoKHX::deviceMask value when the render pass instance began recording." + "vuid": "VUID-vkCmdSetDeviceMask-deviceMask-00111", + "text": " If vkCmdSetDeviceMask is called inside a render pass instance, deviceMask must not include any set bits that were not in the VkDeviceGroupRenderPassBeginInfo::deviceMask value when the render pass instance began recording." }, { - "vuid": "VUID-vkCmdSetDeviceMaskKHX-commandBuffer-parameter", + "vuid": "VUID-vkCmdSetDeviceMask-commandBuffer-parameter", "text": " commandBuffer must be a valid VkCommandBuffer handle" }, { - "vuid": "VUID-vkCmdSetDeviceMaskKHX-commandBuffer-recording", + "vuid": "VUID-vkCmdSetDeviceMask-commandBuffer-recording", "text": " commandBuffer must be in the <<commandbuffers-lifecycle, recording state>>" }, { - "vuid": "VUID-vkCmdSetDeviceMaskKHX-commandBuffer-cmdpool", + "vuid": "VUID-vkCmdSetDeviceMask-commandBuffer-cmdpool", "text": " The VkCommandPool that commandBuffer was allocated from must support graphics, compute, or transfer operations" } ] @@ -1232,7 +1288,7 @@ }, { "vuid": "VUID-VkFenceCreateInfo-pNext-pNext", - "text": " Each pNext member of any structure (including this one) in the pNext chain must be either NULL or a pointer to a valid instance of VkExportFenceCreateInfoKHR or VkExportFenceWin32HandleInfoKHR" + "text": " Each pNext member of any structure (including this one) in the pNext chain must be either NULL or a pointer to a valid instance of VkExportFenceCreateInfo or VkExportFenceWin32HandleInfoKHR" }, { "vuid": "VUID-VkFenceCreateInfo-sType-unique", @@ -1244,23 +1300,23 @@ } ] }, - "VkExportFenceCreateInfoKHR": { - "(VK_KHR_external_fence)": [ + "VkExportFenceCreateInfo": { + "(VK_VERSION_1_1,VK_KHR_external_fence)": [ { - "vuid": "VUID-VkExportFenceCreateInfoKHR-handleTypes-01446", - "text": " The bits in handleTypes must be supported and compatible, as reported by VkExternalFencePropertiesKHR." + "vuid": "VUID-VkExportFenceCreateInfo-handleTypes-01446", + "text": " The bits in handleTypes must be supported and compatible, as reported by VkExternalFenceProperties." }, { - "vuid": "VUID-VkExportFenceCreateInfoKHR-sType-sType", - "text": " sType must be VK_STRUCTURE_TYPE_EXPORT_FENCE_CREATE_INFO_KHR" + "vuid": "VUID-VkExportFenceCreateInfo-sType-sType", + "text": " sType must be VK_STRUCTURE_TYPE_EXPORT_FENCE_CREATE_INFO" }, { - "vuid": "VUID-VkExportFenceCreateInfoKHR-pNext-pNext", + "vuid": "VUID-VkExportFenceCreateInfo-pNext-pNext", "text": " pNext must be NULL" }, { - "vuid": "VUID-VkExportFenceCreateInfoKHR-handleTypes-parameter", - "text": " handleTypes must be a valid combination of VkExternalFenceHandleTypeFlagBitsKHR values" + "vuid": "VUID-VkExportFenceCreateInfo-handleTypes-parameter", + "text": " handleTypes must be a valid combination of VkExternalFenceHandleTypeFlagBits values" } ] }, @@ -1268,7 +1324,7 @@ "(VK_KHR_external_fence_win32)": [ { "vuid": "VUID-VkExportFenceWin32HandleInfoKHR-handleTypes-01447", - "text": " If VkExportFenceCreateInfoKHR::handleTypes does not include VK_EXTERNAL_FENCE_HANDLE_TYPE_OPAQUE_WIN32_BIT_KHR, VkExportFenceWin32HandleInfoKHR must not be in the pNext chain of VkFenceCreateInfo." + "text": " If VkExportFenceCreateInfo::handleTypes does not include VK_EXTERNAL_FENCE_HANDLE_TYPE_OPAQUE_WIN32_BIT, VkExportFenceWin32HandleInfoKHR must not be in the pNext chain of VkFenceCreateInfo." }, { "vuid": "VUID-VkExportFenceWin32HandleInfoKHR-sType-sType", @@ -1304,7 +1360,7 @@ "(VK_KHR_external_fence_win32)": [ { "vuid": "VUID-VkFenceGetWin32HandleInfoKHR-handleType-01448", - "text": " handleType must have been included in VkExportFenceCreateInfoKHR::handleTypes when the fence’s current payload was created." + "text": " handleType must have been included in VkExportFenceCreateInfo::handleTypes when the fence’s current payload was created." }, { "vuid": "VUID-VkFenceGetWin32HandleInfoKHR-handleType-01449", @@ -1312,7 +1368,7 @@ }, { "vuid": "VUID-VkFenceGetWin32HandleInfoKHR-fence-01450", - "text": " fence must not currently have its payload replaced by an imported payload as described below in <<synchronization-fences-importing,Importing Fence Payloads>> unless that imported payload’s handle type was included in VkExternalFencePropertiesKHR::exportFromImportedHandleTypes for handleType." + "text": " fence must not currently have its payload replaced by an imported payload as described below in <<synchronization-fences-importing,Importing Fence Payloads>> unless that imported payload’s handle type was included in VkExternalFenceProperties::exportFromImportedHandleTypes for handleType." }, { "vuid": "VUID-VkFenceGetWin32HandleInfoKHR-handleType-01451", @@ -1336,7 +1392,7 @@ }, { "vuid": "VUID-VkFenceGetWin32HandleInfoKHR-handleType-parameter", - "text": " handleType must be a valid VkExternalFenceHandleTypeFlagBitsKHR value" + "text": " handleType must be a valid VkExternalFenceHandleTypeFlagBits value" } ] }, @@ -1360,7 +1416,7 @@ "(VK_KHR_external_fence_fd)": [ { "vuid": "VUID-VkFenceGetFdInfoKHR-handleType-01453", - "text": " handleType must have been included in VkExportFenceCreateInfoKHR::handleTypes when fence’s current payload was created." + "text": " handleType must have been included in VkExportFenceCreateInfo::handleTypes when fence’s current payload was created." }, { "vuid": "VUID-VkFenceGetFdInfoKHR-handleType-01454", @@ -1368,7 +1424,7 @@ }, { "vuid": "VUID-VkFenceGetFdInfoKHR-fence-01455", - "text": " fence must not currently have its payload replaced by an imported payload as described below in <<synchronization-fences-importing,Importing Fence Payloads>> unless that imported payload’s handle type was included in VkExternalFencePropertiesKHR::exportFromImportedHandleTypes for handleType." + "text": " fence must not currently have its payload replaced by an imported payload as described below in <<synchronization-fences-importing,Importing Fence Payloads>> unless that imported payload’s handle type was included in VkExternalFenceProperties::exportFromImportedHandleTypes for handleType." }, { "vuid": "VUID-VkFenceGetFdInfoKHR-handleType-01456", @@ -1388,7 +1444,7 @@ }, { "vuid": "VUID-VkFenceGetFdInfoKHR-handleType-parameter", - "text": " handleType must be a valid VkExternalFenceHandleTypeFlagBitsKHR value" + "text": " handleType must be a valid VkExternalFenceHandleTypeFlagBits value" } ] }, @@ -1580,7 +1636,7 @@ }, { "vuid": "VUID-VkImportFenceWin32HandleInfoKHR-handleType-01459", - "text": " If handleType is not VK_EXTERNAL_FENCE_HANDLE_TYPE_OPAQUE_WIN32_BIT_KHR, name must be NULL." + "text": " If handleType is not VK_EXTERNAL_FENCE_HANDLE_TYPE_OPAQUE_WIN32_BIT, name must be NULL." }, { "vuid": "VUID-VkImportFenceWin32HandleInfoKHR-handleType-01460", @@ -1616,11 +1672,11 @@ }, { "vuid": "VUID-VkImportFenceWin32HandleInfoKHR-flags-parameter", - "text": " flags must be a valid combination of VkFenceImportFlagBitsKHR values" + "text": " flags must be a valid combination of VkFenceImportFlagBits values" }, { "vuid": "VUID-VkImportFenceWin32HandleInfoKHR-handleType-parameter", - "text": " If handleType is not 0, handleType must be a valid VkExternalFenceHandleTypeFlagBitsKHR value" + "text": " If handleType is not 0, handleType must be a valid VkExternalFenceHandleTypeFlagBits value" } ] }, @@ -1664,11 +1720,11 @@ }, { "vuid": "VUID-VkImportFenceFdInfoKHR-flags-parameter", - "text": " flags must be a valid combination of VkFenceImportFlagBitsKHR values" + "text": " flags must be a valid combination of VkFenceImportFlagBits values" }, { "vuid": "VUID-VkImportFenceFdInfoKHR-handleType-parameter", - "text": " handleType must be a valid VkExternalFenceHandleTypeFlagBitsKHR value" + "text": " handleType must be a valid VkExternalFenceHandleTypeFlagBits value" } ] }, @@ -1700,7 +1756,7 @@ }, { "vuid": "VUID-VkSemaphoreCreateInfo-pNext-pNext", - "text": " Each pNext member of any structure (including this one) in the pNext chain must be either NULL or a pointer to a valid instance of VkExportSemaphoreCreateInfoKHR or VkExportSemaphoreWin32HandleInfoKHR" + "text": " Each pNext member of any structure (including this one) in the pNext chain must be either NULL or a pointer to a valid instance of VkExportSemaphoreCreateInfo or VkExportSemaphoreWin32HandleInfoKHR" }, { "vuid": "VUID-VkSemaphoreCreateInfo-sType-unique", @@ -1712,23 +1768,23 @@ } ] }, - "VkExportSemaphoreCreateInfoKHR": { - "(VK_KHR_external_semaphore)": [ + "VkExportSemaphoreCreateInfo": { + "(VK_VERSION_1_1,VK_KHR_external_semaphore)": [ { - "vuid": "VUID-VkExportSemaphoreCreateInfoKHR-handleTypes-01124", - "text": " The bits in handleTypes must be supported and compatible, as reported by VkExternalSemaphorePropertiesKHR." + "vuid": "VUID-VkExportSemaphoreCreateInfo-handleTypes-01124", + "text": " The bits in handleTypes must be supported and compatible, as reported by VkExternalSemaphoreProperties." }, { - "vuid": "VUID-VkExportSemaphoreCreateInfoKHR-sType-sType", - "text": " sType must be VK_STRUCTURE_TYPE_EXPORT_SEMAPHORE_CREATE_INFO_KHR" + "vuid": "VUID-VkExportSemaphoreCreateInfo-sType-sType", + "text": " sType must be VK_STRUCTURE_TYPE_EXPORT_SEMAPHORE_CREATE_INFO" }, { - "vuid": "VUID-VkExportSemaphoreCreateInfoKHR-pNext-pNext", + "vuid": "VUID-VkExportSemaphoreCreateInfo-pNext-pNext", "text": " pNext must be NULL" }, { - "vuid": "VUID-VkExportSemaphoreCreateInfoKHR-handleTypes-parameter", - "text": " handleTypes must be a valid combination of VkExternalSemaphoreHandleTypeFlagBitsKHR values" + "vuid": "VUID-VkExportSemaphoreCreateInfo-handleTypes-parameter", + "text": " handleTypes must be a valid combination of VkExternalSemaphoreHandleTypeFlagBits values" } ] }, @@ -1736,7 +1792,7 @@ "(VK_KHR_external_semaphore_win32)": [ { "vuid": "VUID-VkExportSemaphoreWin32HandleInfoKHR-handleTypes-01125", - "text": " If VkExportSemaphoreCreateInfoKHR::handleTypes does not include VK_EXTERNAL_SEMAPHORE_HANDLE_TYPE_OPAQUE_WIN32_BIT_KHR or VK_EXTERNAL_SEMAPHORE_HANDLE_TYPE_D3D12_FENCE_BIT_KHR, VkExportSemaphoreWin32HandleInfoKHR must not be in the pNext chain of VkSemaphoreCreateInfo." + "text": " If VkExportSemaphoreCreateInfo::handleTypes does not include VK_EXTERNAL_SEMAPHORE_HANDLE_TYPE_OPAQUE_WIN32_BIT or VK_EXTERNAL_SEMAPHORE_HANDLE_TYPE_D3D12_FENCE_BIT, VkExportSemaphoreWin32HandleInfoKHR must not be in the pNext chain of VkSemaphoreCreateInfo." }, { "vuid": "VUID-VkExportSemaphoreWin32HandleInfoKHR-sType-sType", @@ -1772,7 +1828,7 @@ "(VK_KHR_external_semaphore_win32)": [ { "vuid": "VUID-VkSemaphoreGetWin32HandleInfoKHR-handleType-01126", - "text": " handleType must have been included in VkExportSemaphoreCreateInfoKHR::handleTypes when the semaphore’s current payload was created." + "text": " handleType must have been included in VkExportSemaphoreCreateInfo::handleTypes when the semaphore’s current payload was created." }, { "vuid": "VUID-VkSemaphoreGetWin32HandleInfoKHR-handleType-01127", @@ -1780,7 +1836,7 @@ }, { "vuid": "VUID-VkSemaphoreGetWin32HandleInfoKHR-semaphore-01128", - "text": " semaphore must not currently have its payload replaced by an imported payload as described below in <<synchronization-semaphores-importing,Importing Semaphore Payloads>> unless that imported payload’s handle type was included in VkExternalSemaphorePropertiesKHR::exportFromImportedHandleTypes for handleType." + "text": " semaphore must not currently have its payload replaced by an imported payload as described below in <<synchronization-semaphores-importing,Importing Semaphore Payloads>> unless that imported payload’s handle type was included in VkExternalSemaphoreProperties::exportFromImportedHandleTypes for handleType." }, { "vuid": "VUID-VkSemaphoreGetWin32HandleInfoKHR-handleType-01129", @@ -1808,7 +1864,7 @@ }, { "vuid": "VUID-VkSemaphoreGetWin32HandleInfoKHR-handleType-parameter", - "text": " handleType must be a valid VkExternalSemaphoreHandleTypeFlagBitsKHR value" + "text": " handleType must be a valid VkExternalSemaphoreHandleTypeFlagBits value" } ] }, @@ -1832,11 +1888,11 @@ "(VK_KHR_external_semaphore_fd)": [ { "vuid": "VUID-VkSemaphoreGetFdInfoKHR-handleType-01132", - "text": " handleType must have been included in VkExportSemaphoreCreateInfoKHR::handleTypes when semaphore’s current payload was created." + "text": " handleType must have been included in VkExportSemaphoreCreateInfo::handleTypes when semaphore’s current payload was created." }, { "vuid": "VUID-VkSemaphoreGetFdInfoKHR-semaphore-01133", - "text": " semaphore must not currently have its payload replaced by an imported payload as described below in <<synchronization-semaphores-importing,Importing Semaphore Payloads>> unless that imported payload’s handle type was included in VkExternalSemaphorePropertiesKHR::exportFromImportedHandleTypes for handleType." + "text": " semaphore must not currently have its payload replaced by an imported payload as described below in <<synchronization-semaphores-importing,Importing Semaphore Payloads>> unless that imported payload’s handle type was included in VkExternalSemaphoreProperties::exportFromImportedHandleTypes for handleType." }, { "vuid": "VUID-VkSemaphoreGetFdInfoKHR-handleType-01134", @@ -1864,7 +1920,7 @@ }, { "vuid": "VUID-VkSemaphoreGetFdInfoKHR-handleType-parameter", - "text": " handleType must be a valid VkExternalSemaphoreHandleTypeFlagBitsKHR value" + "text": " handleType must be a valid VkExternalSemaphoreHandleTypeFlagBits value" } ] }, @@ -1920,7 +1976,7 @@ }, { "vuid": "VUID-VkImportSemaphoreWin32HandleInfoKHR-handleType-01466", - "text": " If handleType is not VK_EXTERNAL_SEMAPHORE_HANDLE_TYPE_OPAQUE_WIN32_BIT_KHR or VK_EXTERNAL_SEMAPHORE_HANDLE_TYPE_D3D12_FENCE_BIT_KHR, name must be NULL." + "text": " If handleType is not VK_EXTERNAL_SEMAPHORE_HANDLE_TYPE_OPAQUE_WIN32_BIT or VK_EXTERNAL_SEMAPHORE_HANDLE_TYPE_D3D12_FENCE_BIT, name must be NULL." }, { "vuid": "VUID-VkImportSemaphoreWin32HandleInfoKHR-handleType-01467", @@ -1956,11 +2012,11 @@ }, { "vuid": "VUID-VkImportSemaphoreWin32HandleInfoKHR-flags-parameter", - "text": " flags must be a valid combination of VkSemaphoreImportFlagBitsKHR values" + "text": " flags must be a valid combination of VkSemaphoreImportFlagBits values" }, { "vuid": "VUID-VkImportSemaphoreWin32HandleInfoKHR-handleType-parameter", - "text": " If handleType is not 0, handleType must be a valid VkExternalSemaphoreHandleTypeFlagBitsKHR value" + "text": " If handleType is not 0, handleType must be a valid VkExternalSemaphoreHandleTypeFlagBits value" } ] }, @@ -2004,11 +2060,11 @@ }, { "vuid": "VUID-VkImportSemaphoreFdInfoKHR-flags-parameter", - "text": " flags must be a valid combination of VkSemaphoreImportFlagBitsKHR values" + "text": " flags must be a valid combination of VkSemaphoreImportFlagBits values" }, { "vuid": "VUID-VkImportSemaphoreFdInfoKHR-handleType-parameter", - "text": " handleType must be a valid VkExternalSemaphoreHandleTypeFlagBitsKHR value" + "text": " handleType must be a valid VkExternalSemaphoreHandleTypeFlagBits value" } ] }, @@ -2179,7 +2235,7 @@ "text": " Both of commandBuffer, and event must have been created, allocated, or retrieved from the same VkDevice" } ], - "(VK_KHX_device_group)": [ + "(VK_VERSION_1_1,VK_KHR_device_group)": [ { "vuid": "VUID-vkCmdSetEvent-commandBuffer-01152", "text": " commandBuffer’s current device mask must include exactly one physical device." @@ -2237,7 +2293,7 @@ "text": " Both of commandBuffer, and event must have been created, allocated, or retrieved from the same VkDevice" } ], - "(VK_KHX_device_group)": [ + "(VK_VERSION_1_1,VK_KHR_device_group)": [ { "vuid": "VUID-vkCmdResetEvent-commandBuffer-01157", "text": " commandBuffer’s current device mask must include exactly one physical device." @@ -2335,7 +2391,7 @@ "text": " Both of commandBuffer, and the elements of pEvents must have been created, allocated, or retrieved from the same VkDevice" } ], - "(VK_KHX_device_group)": [ + "(VK_VERSION_1_1,VK_KHR_device_group)": [ { "vuid": "VUID-vkCmdWaitEvents-commandBuffer-01167", "text": " commandBuffer’s current device mask must include exactly one physical device." @@ -2461,10 +2517,10 @@ "text": " The VkCommandPool that commandBuffer was allocated from must support transfer, graphics, or compute operations" } ], - "(VK_KHX_multiview)": [ + "(VK_VERSION_1_1,VK_KHR_multiview)": [ { "vuid": "VUID-vkCmdPipelineBarrier-dependencyFlags-01186", - "text": " If vkCmdPipelineBarrier is called outside of a render pass instance, dependencyFlags must not include VK_DEPENDENCY_VIEW_LOCAL_BIT_KHX" + "text": " If vkCmdPipelineBarrier is called outside of a render pass instance, dependencyFlags must not include VK_DEPENDENCY_VIEW_LOCAL_BIT" } ] }, @@ -2527,7 +2583,7 @@ "text": " buffer must be a valid VkBuffer handle" } ], - "!(VK_KHR_external_memory)": [ + "!(VK_VERSION_1_1,VK_KHR_external_memory)": [ { "vuid": "VUID-VkBufferMemoryBarrier-buffer-01190", "text": " If buffer was created with a sharing mode of VK_SHARING_MODE_CONCURRENT, srcQueueFamilyIndex and dstQueueFamilyIndex must both be VK_QUEUE_FAMILY_IGNORED" @@ -2537,7 +2593,7 @@ "text": " If buffer was created with a sharing mode of VK_SHARING_MODE_EXCLUSIVE, srcQueueFamilyIndex and dstQueueFamilyIndex must either both be VK_QUEUE_FAMILY_IGNORED, or both be a valid queue family (see <<devsandqueues-queueprops>>)" } ], - "(VK_KHR_external_memory)": [ + "(VK_VERSION_1_1,VK_KHR_external_memory)": [ { "vuid": "VUID-VkBufferMemoryBarrier-buffer-01191", "text": " If buffer was created with a sharing mode of VK_SHARING_MODE_CONCURRENT, at least one of srcQueueFamilyIndex and dstQueueFamilyIndex must be VK_QUEUE_FAMILY_IGNORED" @@ -2651,7 +2707,7 @@ "text": " subresourceRange must be a valid VkImageSubresourceRange structure" } ], - "!(VK_KHR_external_memory)": [ + "!(VK_VERSION_1_1,VK_KHR_external_memory)": [ { "vuid": "VUID-VkImageMemoryBarrier-image-01199", "text": " If image was created with a sharing mode of VK_SHARING_MODE_CONCURRENT, srcQueueFamilyIndex and dstQueueFamilyIndex must both be VK_QUEUE_FAMILY_IGNORED" @@ -2661,7 +2717,7 @@ "text": " If image was created with a sharing mode of VK_SHARING_MODE_EXCLUSIVE, srcQueueFamilyIndex and dstQueueFamilyIndex must either both be VK_QUEUE_FAMILY_IGNORED, or both be a valid queue family (see <<devsandqueues-queueprops>>)." } ], - "(VK_KHR_external_memory)": [ + "(VK_VERSION_1_1,VK_KHR_external_memory)": [ { "vuid": "VUID-VkImageMemoryBarrier-image-01381", "text": " If image was created with a sharing mode of VK_SHARING_MODE_CONCURRENT, at least one of srcQueueFamilyIndex and dstQueueFamilyIndex must be VK_QUEUE_FAMILY_IGNORED" @@ -2683,7 +2739,7 @@ "text": " If image was created with a sharing mode of VK_SHARING_MODE_EXCLUSIVE and dstQueueFamilyIndex is not VK_QUEUE_FAMILY_IGNORED, it must be a valid queue family or a special queue family reserved for external memory transfers, as described in <<synchronization-queue-transfers>>." } ], - "(VK_KHR_sampler_ycbcr_conversion)": [ + "(VK_VERSION_1_1,VK_KHR_sampler_ycbcr_conversion)": [ { "vuid": "VUID-VkImageMemoryBarrier-image-01671", "text": " If image has a single-plane color format or is not disjoint, then the aspectMask member of subresourceRange must be VK_IMAGE_ASPECT_COLOR_BIT" @@ -2697,14 +2753,14 @@ "text": " If image has a multi-planar format with only two planes, then the aspectMask member of subresourceRange must not include VK_IMAGE_ASPECT_PLANE_2_BIT_KHR" } ], - "(VK_KHR_maintenance2)": [ + "(VK_VERSION_1_1,VK_KHR_maintenance2)": [ { "vuid": "VUID-VkImageMemoryBarrier-oldLayout-01658", - "text": " If either oldLayout or newLayout is VK_IMAGE_LAYOUT_DEPTH_READ_ONLY_STENCIL_ATTACHMENT_OPTIMAL_KHR then image must have been created with VK_IMAGE_USAGE_DEPTH_STENCIL_ATTACHMENT_BIT set" + "text": " If either oldLayout or newLayout is VK_IMAGE_LAYOUT_DEPTH_READ_ONLY_STENCIL_ATTACHMENT_OPTIMAL then image must have been created with VK_IMAGE_USAGE_DEPTH_STENCIL_ATTACHMENT_BIT set" }, { "vuid": "VUID-VkImageMemoryBarrier-oldLayout-01659", - "text": " If either oldLayout or newLayout is VK_IMAGE_LAYOUT_DEPTH_ATTACHMENT_STENCIL_READ_ONLY_OPTIMAL_KHR then image must have been created with VK_IMAGE_USAGE_DEPTH_STENCIL_ATTACHMENT_BIT set" + "text": " If either oldLayout or newLayout is VK_IMAGE_LAYOUT_DEPTH_ATTACHMENT_STENCIL_READ_ONLY_OPTIMAL then image must have been created with VK_IMAGE_USAGE_DEPTH_STENCIL_ATTACHMENT_BIT set" } ] }, @@ -2780,7 +2836,7 @@ }, { "vuid": "VUID-VkRenderPassCreateInfo-pNext-pNext", - "text": " Each pNext member of any structure (including this one) in the pNext chain must be either NULL or a pointer to a valid instance of VkRenderPassInputAttachmentAspectCreateInfoKHR or VkRenderPassMultiviewCreateInfoKHX" + "text": " Each pNext member of any structure (including this one) in the pNext chain must be either NULL or a pointer to a valid instance of VkRenderPassInputAttachmentAspectCreateInfo or VkRenderPassMultiviewCreateInfo" }, { "vuid": "VUID-VkRenderPassCreateInfo-sType-unique", @@ -2807,53 +2863,53 @@ "text": " subpassCount must be greater than 0" } ], - "(VK_KHR_maintenance2)": [ + "(VK_VERSION_1_1,VK_KHR_maintenance2)": [ { "vuid": "VUID-VkRenderPassCreateInfo-pAttachments-01566", - "text": " For any member of pAttachments with a loadOp equal to VK_ATTACHMENT_LOAD_OP_CLEAR, the first use of that attachment must not specify a layout equal to VK_IMAGE_LAYOUT_DEPTH_READ_ONLY_STENCIL_ATTACHMENT_OPTIMAL_KHR." + "text": " For any member of pAttachments with a loadOp equal to VK_ATTACHMENT_LOAD_OP_CLEAR, the first use of that attachment must not specify a layout equal to VK_IMAGE_LAYOUT_DEPTH_READ_ONLY_STENCIL_ATTACHMENT_OPTIMAL." }, { "vuid": "VUID-VkRenderPassCreateInfo-pAttachments-01567", - "text": " For any member of pAttachments with a stencilLoadOp equal to VK_ATTACHMENT_LOAD_OP_CLEAR, the first use of that attachment must not specify a layout equal to VK_IMAGE_LAYOUT_DEPTH_ATTACHMENT_STENCIL_READ_ONLY_OPTIMAL_KHR." + "text": " For any member of pAttachments with a stencilLoadOp equal to VK_ATTACHMENT_LOAD_OP_CLEAR, the first use of that attachment must not specify a layout equal to VK_IMAGE_LAYOUT_DEPTH_ATTACHMENT_STENCIL_READ_ONLY_OPTIMAL." } ] }, - "VkRenderPassMultiviewCreateInfoKHX": { - "(VK_KHX_multiview)": [ + "VkRenderPassMultiviewCreateInfo": { + "(VK_VERSION_1_1,VK_KHR_multiview)": [ { - "vuid": "VUID-VkRenderPassMultiviewCreateInfoKHX-subpassCount-00839", + "vuid": "VUID-VkRenderPassMultiviewCreateInfo-subpassCount-00839", "text": " If subpassCount is not zero, subpassCount must be equal to the subpassCount in the VkRenderPassCreateInfo structure at the start of the chain" }, { - "vuid": "VUID-VkRenderPassMultiviewCreateInfoKHX-dependencyCount-00840", + "vuid": "VUID-VkRenderPassMultiviewCreateInfo-dependencyCount-00840", "text": " If dependencyCount is not zero, dependencyCount must be equal to the dependencyCount in the VkRenderPassCreateInfo structure at the start of the chain" }, { - "vuid": "VUID-VkRenderPassMultiviewCreateInfoKHX-pCorrelationMasks-00841", + "vuid": "VUID-VkRenderPassMultiviewCreateInfo-pCorrelationMasks-00841", "text": " Each view index must not be set in more than one element of pCorrelationMasks" }, { - "vuid": "VUID-VkRenderPassMultiviewCreateInfoKHX-pViewOffsets-00842", + "vuid": "VUID-VkRenderPassMultiviewCreateInfo-pViewOffsets-00842", "text": " If an element of pViewOffsets is non-zero, the corresponding VkSubpassDependency structure must have different values of srcSubpass and dstSubpass." }, { - "vuid": "VUID-VkRenderPassMultiviewCreateInfoKHX-sType-sType", - "text": " sType must be VK_STRUCTURE_TYPE_RENDER_PASS_MULTIVIEW_CREATE_INFO_KHX" + "vuid": "VUID-VkRenderPassMultiviewCreateInfo-sType-sType", + "text": " sType must be VK_STRUCTURE_TYPE_RENDER_PASS_MULTIVIEW_CREATE_INFO" }, { - "vuid": "VUID-VkRenderPassMultiviewCreateInfoKHX-pNext-pNext", + "vuid": "VUID-VkRenderPassMultiviewCreateInfo-pNext-pNext", "text": " pNext must be NULL" }, { - "vuid": "VUID-VkRenderPassMultiviewCreateInfoKHX-pViewMasks-parameter", + "vuid": "VUID-VkRenderPassMultiviewCreateInfo-pViewMasks-parameter", "text": " If subpassCount is not 0, pViewMasks must be a valid pointer to an array of subpassCount uint32_t values" }, { - "vuid": "VUID-VkRenderPassMultiviewCreateInfoKHX-pViewOffsets-parameter", + "vuid": "VUID-VkRenderPassMultiviewCreateInfo-pViewOffsets-parameter", "text": " If dependencyCount is not 0, pViewOffsets must be a valid pointer to an array of dependencyCount int32_t values" }, { - "vuid": "VUID-VkRenderPassMultiviewCreateInfoKHX-pCorrelationMasks-parameter", + "vuid": "VUID-VkRenderPassMultiviewCreateInfo-pCorrelationMasks-parameter", "text": " If correlationMaskCount is not 0, pCorrelationMasks must be a valid pointer to an array of correlationMaskCount uint32_t values" } ] @@ -2902,28 +2958,28 @@ } ] }, - "VkRenderPassInputAttachmentAspectCreateInfoKHR": { - "(VK_KHR_maintenance2)": [ + "VkRenderPassInputAttachmentAspectCreateInfo": { + "(VK_VERSION_1_1,VK_KHR_maintenance2)": [ { - "vuid": "VUID-VkRenderPassInputAttachmentAspectCreateInfoKHR-sType-sType", - "text": " sType must be VK_STRUCTURE_TYPE_RENDER_PASS_INPUT_ATTACHMENT_ASPECT_CREATE_INFO_KHR" + "vuid": "VUID-VkRenderPassInputAttachmentAspectCreateInfo-sType-sType", + "text": " sType must be VK_STRUCTURE_TYPE_RENDER_PASS_INPUT_ATTACHMENT_ASPECT_CREATE_INFO" }, { - "vuid": "VUID-VkRenderPassInputAttachmentAspectCreateInfoKHR-pNext-pNext", + "vuid": "VUID-VkRenderPassInputAttachmentAspectCreateInfo-pNext-pNext", "text": " pNext must be NULL" }, { - "vuid": "VUID-VkRenderPassInputAttachmentAspectCreateInfoKHR-pAspectReferences-parameter", - "text": " pAspectReferences must be a valid pointer to an array of aspectReferenceCount valid VkInputAttachmentAspectReferenceKHR structures" + "vuid": "VUID-VkRenderPassInputAttachmentAspectCreateInfo-pAspectReferences-parameter", + "text": " pAspectReferences must be a valid pointer to an array of aspectReferenceCount valid VkInputAttachmentAspectReference structures" }, { - "vuid": "VUID-VkRenderPassInputAttachmentAspectCreateInfoKHR-aspectReferenceCount-arraylength", + "vuid": "VUID-VkRenderPassInputAttachmentAspectCreateInfo-aspectReferenceCount-arraylength", "text": " aspectReferenceCount must be greater than 0" } ] }, - "VkInputAttachmentAspectReferenceKHR": { - "(VK_KHR_maintenance2)": [ + "VkInputAttachmentAspectReference": { + "(VK_VERSION_1_1,VK_KHR_maintenance2)": [ { "vuid": "VUID-VkInputAttachmentAspectReferenceKHR-pCreateInfo-01568", "text": " There must be an input attachment at pCreateInfo::pSubpasses[subpass].pInputAttachments[inputAttachment]." @@ -2937,11 +2993,11 @@ "text": " aspectMask must be a subset of the aspect masks in the specified input attachment." }, { - "vuid": "VUID-VkInputAttachmentAspectReferenceKHR-aspectMask-parameter", + "vuid": "VUID-VkInputAttachmentAspectReference-aspectMask-parameter", "text": " aspectMask must be a valid combination of VkImageAspectFlagBits values" }, { - "vuid": "VUID-VkInputAttachmentAspectReferenceKHR-aspectMask-requiredbitmask", + "vuid": "VUID-VkInputAttachmentAspectReference-aspectMask-requiredbitmask", "text": " aspectMask must not be 0" } ] @@ -3135,18 +3191,18 @@ "text": " dependencyFlags must be a valid combination of VkDependencyFlagBits values" } ], - "(VK_KHX_multiview)": [ + "(VK_VERSION_1_1,VK_KHR_multiview)": [ { "vuid": "VUID-VkSubpassDependency-dependencyFlags-00870", - "text": " If dependencyFlags includes VK_DEPENDENCY_VIEW_LOCAL_BIT_KHX, then both srcSubpass and dstSubpass must not equal VK_SUBPASS_EXTERNAL" + "text": " If dependencyFlags includes VK_DEPENDENCY_VIEW_LOCAL_BIT, then both srcSubpass and dstSubpass must not equal VK_SUBPASS_EXTERNAL" }, { "vuid": "VUID-VkSubpassDependency-dependencyFlags-00871", - "text": " If dependencyFlags includes VK_DEPENDENCY_VIEW_LOCAL_BIT_KHX, then the render pass must have multiview enabled" + "text": " If dependencyFlags includes VK_DEPENDENCY_VIEW_LOCAL_BIT, then the render pass must have multiview enabled" }, { "vuid": "VUID-VkSubpassDependency-srcSubpass-00872", - "text": " If srcSubpass equals dstSubpass and that subpass has more than one bit set in the view mask, then dependencyFlags must include VK_DEPENDENCY_VIEW_LOCAL_BIT_KHX" + "text": " If srcSubpass equals dstSubpass and that subpass has more than one bit set in the view mask, then dependencyFlags must include VK_DEPENDENCY_VIEW_LOCAL_BIT" } ] }, @@ -3289,7 +3345,7 @@ "text": " Both of renderPass, and the elements of pAttachments that are valid handles must have been created, allocated, or retrieved from the same VkDevice" } ], - "(VK_KHR_maintenance1)": [ + "(VK_VERSION_1_1,VK_KHR_maintenance1)": [ { "vuid": "VUID-VkFramebufferCreateInfo-pAttachments-00891", "text": " Each element of pAttachments that is a 2D or 2D array image view taken from a 3D image must not be a depth/stencil format" @@ -3383,16 +3439,16 @@ "text": " commandBuffer must be a primary VkCommandBuffer" } ], - "!(VK_KHR_maintenance2)": [ + "!(VK_VERSION_1_1,VK_KHR_maintenance2)": [ { "vuid": "VUID-vkCmdBeginRenderPass-initialLayout-00896", "text": " If any of the initialLayout or finalLayout member of the VkAttachmentDescription structures or the layout member of the VkAttachmentReference structures specified when creating the render pass specified in the renderPass member of pRenderPassBegin is VK_IMAGE_LAYOUT_DEPTH_STENCIL_ATTACHMENT_OPTIMAL, or VK_IMAGE_LAYOUT_DEPTH_STENCIL_READ_ONLY_OPTIMAL then the corresponding attachment image subresource of the framebuffer specified in the framebuffer member of pRenderPassBegin must have been created with VK_IMAGE_USAGE_DEPTH_STENCIL_ATTACHMENT_BIT set" } ], - "(VK_KHR_maintenance2)": [ + "(VK_VERSION_1_1,VK_KHR_maintenance2)": [ { "vuid": "VUID-vkCmdBeginRenderPass-initialLayout-01758", - "text": " If any of the initialLayout or finalLayout member of the VkAttachmentDescription structures or the layout member of the VkAttachmentReference structures specified when creating the render pass specified in the renderPass member of pRenderPassBegin is VK_IMAGE_LAYOUT_DEPTH_READ_ONLY_STENCIL_ATTACHMENT_OPTIMAL_KHR, VK_IMAGE_LAYOUT_DEPTH_ATTACHMENT_STENCIL_READ_ONLY_OPTIMAL_KHR, VK_IMAGE_LAYOUT_DEPTH_STENCIL_ATTACHMENT_OPTIMAL, or VK_IMAGE_LAYOUT_DEPTH_STENCIL_READ_ONLY_OPTIMAL then the corresponding attachment image subresource of the framebuffer specified in the framebuffer member of pRenderPassBegin must have been created with VK_IMAGE_USAGE_DEPTH_STENCIL_ATTACHMENT_BIT set" + "text": " If any of the initialLayout or finalLayout member of the VkAttachmentDescription structures or the layout member of the VkAttachmentReference structures specified when creating the render pass specified in the renderPass member of pRenderPassBegin is VK_IMAGE_LAYOUT_DEPTH_READ_ONLY_STENCIL_ATTACHMENT_OPTIMAL, VK_IMAGE_LAYOUT_DEPTH_ATTACHMENT_STENCIL_READ_ONLY_OPTIMAL, VK_IMAGE_LAYOUT_DEPTH_STENCIL_ATTACHMENT_OPTIMAL, or VK_IMAGE_LAYOUT_DEPTH_STENCIL_READ_ONLY_OPTIMAL then the corresponding attachment image subresource of the framebuffer specified in the framebuffer member of pRenderPassBegin must have been created with VK_IMAGE_USAGE_DEPTH_STENCIL_ATTACHMENT_BIT set" } ] }, @@ -3416,7 +3472,7 @@ }, { "vuid": "VUID-VkRenderPassBeginInfo-pNext-pNext", - "text": " Each pNext member of any structure (including this one) in the pNext chain must be either NULL or a pointer to a valid instance of VkDeviceGroupRenderPassBeginInfoKHX or VkRenderPassSampleLocationsBeginInfoEXT" + "text": " Each pNext member of any structure (including this one) in the pNext chain must be either NULL or a pointer to a valid instance of VkDeviceGroupRenderPassBeginInfo or VkRenderPassSampleLocationsBeginInfoEXT" }, { "vuid": "VUID-VkRenderPassBeginInfo-sType-unique", @@ -3480,30 +3536,30 @@ } ] }, - "VkDeviceGroupRenderPassBeginInfoKHX": { - "(VK_KHX_device_group)": [ + "VkDeviceGroupRenderPassBeginInfo": { + "(VK_VERSION_1_1,VK_KHR_device_group)": [ { - "vuid": "VUID-VkDeviceGroupRenderPassBeginInfoKHX-deviceMask-00905", + "vuid": "VUID-VkDeviceGroupRenderPassBeginInfo-deviceMask-00905", "text": " deviceMask must be a valid device mask value" }, { - "vuid": "VUID-VkDeviceGroupRenderPassBeginInfoKHX-deviceMask-00906", + "vuid": "VUID-VkDeviceGroupRenderPassBeginInfo-deviceMask-00906", "text": " deviceMask must not be zero" }, { - "vuid": "VUID-VkDeviceGroupRenderPassBeginInfoKHX-deviceMask-00907", + "vuid": "VUID-VkDeviceGroupRenderPassBeginInfo-deviceMask-00907", "text": " deviceMask must be a subset of the command buffer’s initial device mask" }, { - "vuid": "VUID-VkDeviceGroupRenderPassBeginInfoKHX-deviceRenderAreaCount-00908", + "vuid": "VUID-VkDeviceGroupRenderPassBeginInfo-deviceRenderAreaCount-00908", "text": " deviceRenderAreaCount must either be zero or equal to the number of physical devices in the logical device." }, { - "vuid": "VUID-VkDeviceGroupRenderPassBeginInfoKHX-sType-sType", - "text": " sType must be VK_STRUCTURE_TYPE_DEVICE_GROUP_RENDER_PASS_BEGIN_INFO_KHX" + "vuid": "VUID-VkDeviceGroupRenderPassBeginInfo-sType-sType", + "text": " sType must be VK_STRUCTURE_TYPE_DEVICE_GROUP_RENDER_PASS_BEGIN_INFO" }, { - "vuid": "VUID-VkDeviceGroupRenderPassBeginInfoKHX-pDeviceRenderAreas-parameter", + "vuid": "VUID-VkDeviceGroupRenderPassBeginInfo-pDeviceRenderAreas-parameter", "text": " If deviceRenderAreaCount is not 0, pDeviceRenderAreas must be a valid pointer to an array of deviceRenderAreaCount VkRect2D structures" } ] @@ -3624,7 +3680,7 @@ }, { "vuid": "VUID-VkShaderModuleCreateInfo-pCode-01091", - "text": " If pCode declares any of the capabilities that are listed as not required by the implementation, the relevant feature must be enabled, as listed in the <<spirvenv-capabilities-table,SPIR-V Environment>> appendix" + "text": " If pCode declares any of the capabilities listed as optional in the <<spirvenv-capabilities-table,SPIR-V Environment>> appendix, the corresponding feature(s) must be enabled." }, { "vuid": "VUID-VkShaderModuleCreateInfo-sType-sType", @@ -4285,7 +4341,7 @@ "text": " Each of basePipelineHandle, layout, and renderPass that are valid handles must have been created, allocated, or retrieved from the same VkDevice" } ], - "!(VK_KHR_maintenance2)": [ + "!(VK_VERSION_1_1,VK_KHR_maintenance2)": [ { "vuid": "VUID-VkGraphicsPipelineCreateInfo-subpass-00743", "text": " If rasterization is not disabled and subpass uses a depth/stencil attachment in renderPass that has a layout of VK_IMAGE_LAYOUT_DEPTH_STENCIL_READ_ONLY_OPTIMAL in the VkAttachmentReference defined by subpass, the depthWriteEnable member of pDepthStencilState must be VK_FALSE" @@ -4295,18 +4351,18 @@ "text": " If rasterization is not disabled and subpass uses a depth/stencil attachment in renderPass that has a layout of VK_IMAGE_LAYOUT_DEPTH_STENCIL_READ_ONLY_OPTIMAL in the VkAttachmentReference defined by subpass, the failOp, passOp and depthFailOp members of each of the front and back members of pDepthStencilState must be VK_STENCIL_OP_KEEP" } ], - "(VK_KHR_maintenance2)": [ + "(VK_VERSION_1_1,VK_KHR_maintenance2)": [ { "vuid": "VUID-VkGraphicsPipelineCreateInfo-subpass-01756", - "text": " If rasterization is not disabled and subpass uses a depth/stencil attachment in renderPass that has a layout of VK_IMAGE_LAYOUT_DEPTH_STENCIL_READ_ONLY_OPTIMAL or VK_IMAGE_LAYOUT_DEPTH_READ_ONLY_STENCIL_ATTACHMENT_OPTIMAL_KHR in the VkAttachmentReference defined by subpass, the depthWriteEnable member of pDepthStencilState must be VK_FALSE" + "text": " If rasterization is not disabled and subpass uses a depth/stencil attachment in renderPass that has a layout of VK_IMAGE_LAYOUT_DEPTH_STENCIL_READ_ONLY_OPTIMAL or VK_IMAGE_LAYOUT_DEPTH_READ_ONLY_STENCIL_ATTACHMENT_OPTIMAL in the VkAttachmentReference defined by subpass, the depthWriteEnable member of pDepthStencilState must be VK_FALSE" }, { "vuid": "VUID-VkGraphicsPipelineCreateInfo-subpass-01757", - "text": " If rasterization is not disabled and subpass uses a depth/stencil attachment in renderPass that has a layout of VK_IMAGE_LAYOUT_DEPTH_STENCIL_READ_ONLY_OPTIMAL or VK_IMAGE_LAYOUT_DEPTH_ATTACHMENT_STENCIL_READ_ONLY_OPTIMAL_KHR in the VkAttachmentReference defined by subpass, the failOp, passOp and depthFailOp members of each of the front and back members of pDepthStencilState must be VK_STENCIL_OP_KEEP" + "text": " If rasterization is not disabled and subpass uses a depth/stencil attachment in renderPass that has a layout of VK_IMAGE_LAYOUT_DEPTH_STENCIL_READ_ONLY_OPTIMAL or VK_IMAGE_LAYOUT_DEPTH_ATTACHMENT_STENCIL_READ_ONLY_OPTIMAL in the VkAttachmentReference defined by subpass, the failOp, passOp and depthFailOp members of each of the front and back members of pDepthStencilState must be VK_STENCIL_OP_KEEP" }, { "vuid": "VUID-VkGraphicsPipelineCreateInfo-pStages-01565", - "text": " If pStages includes a fragment shader stage and an input attachment was referenced by the VkRenderPassInputAttachmentAspectCreateInfoKHR at renderPass create time, its shader code must not read from any aspect that was not specified in the aspectMask of the corresponding VkInputAttachmentAspectReferenceKHR structure." + "text": " If pStages includes a fragment shader stage and an input attachment was referenced by the VkRenderPassInputAttachmentAspectCreateInfo at renderPass create time, its shader code must not read from any aspect that was not specified in the aspectMask of the corresponding VkInputAttachmentAspectReference structure." } ], "!(VK_EXT_depth_range_unrestricted)": [ @@ -4361,7 +4417,7 @@ "text": " If subpass has any color attachments, then the rasterizationSamples member of pMultisampleState must be greater than or equal to the sample count for those subpass attachments" } ], - "(VK_KHX_multiview)": [ + "(VK_VERSION_1_1,VK_KHR_multiview)": [ { "vuid": "VUID-VkGraphicsPipelineCreateInfo-renderPass-00760", "text": " If the renderPass has multiview enabled and subpass has more than one bit set in the view mask and multiviewTessellationShader is not enabled, then pStages must not include tessellation shaders." @@ -4379,10 +4435,10 @@ "text": " If the renderPass has multiview enabled, then all shaders must not include variables decorated with the Layer built-in decoration in their interfaces." } ], - "(VK_KHX_device_group)": [ + "(VK_VERSION_1_1,VK_KHR_device_group)": [ { "vuid": "VUID-VkGraphicsPipelineCreateInfo-flags-00764", - "text": " flags must not contain the VK_PIPELINE_CREATE_DISPATCH_BASE_KHX flag." + "text": " flags must not contain the VK_PIPELINE_CREATE_DISPATCH_BASE flag." } ], "(VK_NV_clip_space_w_scaling)": [ @@ -4730,26 +4786,26 @@ } ] }, - "vkGetPhysicalDeviceMemoryProperties2KHR": { - "(VK_KHR_get_physical_device_properties2)": [ + "vkGetPhysicalDeviceMemoryProperties2": { + "(VK_VERSION_1_1,VK_KHR_get_physical_device_properties2)": [ { - "vuid": "VUID-vkGetPhysicalDeviceMemoryProperties2KHR-physicalDevice-parameter", + "vuid": "VUID-vkGetPhysicalDeviceMemoryProperties2-physicalDevice-parameter", "text": " physicalDevice must be a valid VkPhysicalDevice handle" }, { - "vuid": "VUID-vkGetPhysicalDeviceMemoryProperties2KHR-pMemoryProperties-parameter", - "text": " pMemoryProperties must be a valid pointer to a VkPhysicalDeviceMemoryProperties2KHR structure" + "vuid": "VUID-vkGetPhysicalDeviceMemoryProperties2-pMemoryProperties-parameter", + "text": " pMemoryProperties must be a valid pointer to a VkPhysicalDeviceMemoryProperties2 structure" } ] }, - "VkPhysicalDeviceMemoryProperties2KHR": { - "(VK_KHR_get_physical_device_properties2)": [ + "VkPhysicalDeviceMemoryProperties2": { + "(VK_VERSION_1_1,VK_KHR_get_physical_device_properties2)": [ { - "vuid": "VUID-VkPhysicalDeviceMemoryProperties2KHR-sType-sType", - "text": " sType must be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MEMORY_PROPERTIES_2_KHR" + "vuid": "VUID-VkPhysicalDeviceMemoryProperties2-sType-sType", + "text": " sType must be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MEMORY_PROPERTIES_2" }, { - "vuid": "VUID-VkPhysicalDeviceMemoryProperties2KHR-pNext-pNext", + "vuid": "VUID-VkPhysicalDeviceMemoryProperties2-pNext-pNext", "text": " pNext must be NULL" } ] @@ -4794,7 +4850,7 @@ }, { "vuid": "VUID-VkMemoryAllocateInfo-pNext-pNext", - "text": " Each pNext member of any structure (including this one) in the pNext chain must be either NULL or a pointer to a valid instance of VkDedicatedAllocationMemoryAllocateInfoNV, VkExportMemoryAllocateInfoKHR, VkExportMemoryAllocateInfoNV, VkExportMemoryWin32HandleInfoKHR, VkExportMemoryWin32HandleInfoNV, VkImportMemoryFdInfoKHR, VkImportMemoryHostPointerInfoEXT, VkImportMemoryWin32HandleInfoKHR, VkImportMemoryWin32HandleInfoNV, VkMemoryAllocateFlagsInfoKHX, or VkMemoryDedicatedAllocateInfoKHR" + "text": " Each pNext member of any structure (including this one) in the pNext chain must be either NULL or a pointer to a valid instance of VkDedicatedAllocationMemoryAllocateInfoNV, VkExportMemoryAllocateInfo, VkExportMemoryAllocateInfoNV, VkExportMemoryWin32HandleInfoKHR, VkExportMemoryWin32HandleInfoNV, VkImportMemoryFdInfoKHR, VkImportMemoryHostPointerInfoEXT, VkImportMemoryWin32HandleInfoKHR, VkImportMemoryWin32HandleInfoNV, VkMemoryAllocateFlagsInfo, or VkMemoryDedicatedAllocateInfo" }, { "vuid": "VUID-VkMemoryAllocateInfo-sType-unique", @@ -4804,13 +4860,13 @@ "(VK_KHR_external_memory)+(VK_KHR_dedicated_allocation,VK_NV_dedicated_allocation)": [ { "vuid": "VUID-VkMemoryAllocateInfo-pNext-00639", - "text": " If the pNext chain contains an instance of VkExportMemoryAllocateInfoKHR, and any of the handle types specified in VkExportMemoryAllocateInfoKHR::handleTypes require a dedicated allocation, as reported by vkGetPhysicalDeviceImageFormatProperties2KHR in VkExternalImageFormatPropertiesKHR::externalMemoryProperties::externalMemoryFeatures or VkExternalBufferPropertiesKHR::externalMemoryProperties::externalMemoryFeatures, the pNext chain must contain an instance of ifdef::VK_KHR_dedicated_allocation[VkMemoryDedicatedAllocateInfoKHR] ifdef::VK_KHR_dedicated_allocation+VK_NV_dedicated_allocation[or] ifdef::VK_NV_dedicated_allocation[VkDedicatedAllocationMemoryAllocateInfoNV] with either its image or buffer field set to a value other than VK_NULL_HANDLE." + "text": " If the pNext chain contains an instance of VkExportMemoryAllocateInfo, and any of the handle types specified in VkExportMemoryAllocateInfo::handleTypes require a dedicated allocation, as reported by vkGetPhysicalDeviceImageFormatProperties2 in VkExternalImageFormatProperties::externalMemoryProperties::externalMemoryFeatures or VkExternalBufferProperties::externalMemoryProperties::externalMemoryFeatures, the pNext chain must contain an instance of ifdef::VK_KHR_dedicated_allocation[VkMemoryDedicatedAllocateInfo]" } ], - "(VK_KHR_external_memory+VK_NV_external_memory)": [ + "(VK_KHR_external_memory)+(VK_NV_external_memory)": [ { "vuid": "VUID-VkMemoryAllocateInfo-pNext-00640", - "text": " If the pNext chain contains an instance of VkExportMemoryAllocateInfoKHR, it must not contain an instance of VkExportMemoryAllocateInfoNV or VkExportMemoryWin32HandleInfoNV." + "text": " If the pNext chain contains an instance of VkExportMemoryAllocateInfo, it must not contain an instance of VkExportMemoryAllocateInfoNV or VkExportMemoryWin32HandleInfoNV." } ], "(VK_KHR_external_memory_win32+VK_NV_external_memory_win32)": [ @@ -4829,10 +4885,10 @@ "text": " If the parameters define an import operation and the external handle is a POSIX file descriptor created outside of the Vulkan API, the value of memoryTypeIndex must be one of those returned by vkGetMemoryFdPropertiesKHR." } ], - "(VK_KHR_external_memory+VK_KHX_device_group)": [ + "(VK_KHR_external_memory+VK_KHR_device_group)": [ { "vuid": "VUID-VkMemoryAllocateInfo-None-00643", - "text": " If the parameters define an import operation and the external handle specified was created by the Vulkan API, the device mask specified by VkMemoryAllocateFlagsInfoKHX must match that specified when the memory object being imported was allocated." + "text": " If the parameters define an import operation and the external handle specified was created by the Vulkan API, the device mask specified by VkMemoryAllocateFlagsInfo must match that specified when the memory object being imported was allocated." }, { "vuid": "VUID-VkMemoryAllocateInfo-None-00644", @@ -4850,11 +4906,11 @@ }, { "vuid": "VUID-VkMemoryAllocateInfo-allocationSize-00646", - "text": " If the parameters define an import operation and the external handle type is VK_EXTERNAL_MEMORY_HANDLE_TYPE_D3D11_TEXTURE_BIT_KHR, VK_EXTERNAL_MEMORY_HANDLE_TYPE_D3D11_TEXTURE_KMT_BIT_KHR, or VK_EXTERNAL_MEMORY_HANDLE_TYPE_D3D12_RESOURCE_BIT_KHR, allocationSize must match the size reported in the memory requirements of the image or buffer member of the instance of VkDedicatedAllocationMemoryAllocateInfoNV included in the pNext chain." + "text": " If the parameters define an import operation and the external handle type is VK_EXTERNAL_MEMORY_HANDLE_TYPE_D3D11_TEXTURE_BIT, VK_EXTERNAL_MEMORY_HANDLE_TYPE_D3D11_TEXTURE_KMT_BIT, or VK_EXTERNAL_MEMORY_HANDLE_TYPE_D3D12_RESOURCE_BIT, allocationSize must match the size reported in the memory requirements of the image or buffer member of the instance of VkDedicatedAllocationMemoryAllocateInfoNV included in the pNext chain." }, { "vuid": "VUID-VkMemoryAllocateInfo-allocationSize-00647", - "text": " If the parameters define an import operation and the external handle type is VK_EXTERNAL_MEMORY_HANDLE_TYPE_D3D12_HEAP_BIT_KHR, allocationSize must match the size specified when creating the Direct3D 12 heap from which the external handle was extracted." + "text": " If the parameters define an import operation and the external handle type is VK_EXTERNAL_MEMORY_HANDLE_TYPE_D3D12_HEAP_BIT, allocationSize must match the size specified when creating the Direct3D 12 heap from which the external handle was extracted." } ], "(VK_EXT_external_memory_host)": [ @@ -4868,60 +4924,60 @@ } ] }, - "VkMemoryDedicatedAllocateInfoKHR": { - "(VK_KHR_dedicated_allocation)": [ + "VkMemoryDedicatedAllocateInfo": { + "(VK_VERSION_1_1,VK_KHR_dedicated_allocation)": [ { - "vuid": "VUID-VkMemoryDedicatedAllocateInfoKHR-image-01432", + "vuid": "VUID-VkMemoryDedicatedAllocateInfo-image-01432", "text": " At least one of image and buffer must be VK_NULL_HANDLE" }, { - "vuid": "VUID-VkMemoryDedicatedAllocateInfoKHR-image-01433", + "vuid": "VUID-VkMemoryDedicatedAllocateInfo-image-01433", "text": " If image is not VK_NULL_HANDLE, VkMemoryAllocateInfo::allocationSize must equal the VkMemoryRequirements::size of the image" }, { - "vuid": "VUID-VkMemoryDedicatedAllocateInfoKHR-image-01434", - "text": " If image is not VK_NULL_HANDLE, image must have been created without VK_IMAGE_CREATE_SPARSE_BINDING_BIT set in VkImageCreateInfo::flags" + "vuid": "VUID-VkMemoryDedicatedAllocateInfo-image-01434", + "text": " If image is not VK_NULL_HANDLE, image must have been created without VK_IMAGE_CREATE_SPARSE_BINDING_BIT set in VkImageCreateInfo::flags" }, { - "vuid": "VUID-VkMemoryDedicatedAllocateInfoKHR-buffer-01435", + "vuid": "VUID-VkMemoryDedicatedAllocateInfo-buffer-01435", "text": " If buffer is not VK_NULL_HANDLE, VkMemoryAllocateInfo::allocationSize must equal the VkMemoryRequirements::size of the buffer" }, { - "vuid": "VUID-VkMemoryDedicatedAllocateInfoKHR-buffer-01436", + "vuid": "VUID-VkMemoryDedicatedAllocateInfo-buffer-01436", "text": " If buffer is not VK_NULL_HANDLE, buffer must have been created without VK_BUFFER_CREATE_SPARSE_BINDING_BIT set in VkBufferCreateInfo::flags" }, { - "vuid": "VUID-VkMemoryDedicatedAllocateInfoKHR-sType-sType", - "text": " sType must be VK_STRUCTURE_TYPE_MEMORY_DEDICATED_ALLOCATE_INFO_KHR" + "vuid": "VUID-VkMemoryDedicatedAllocateInfo-sType-sType", + "text": " sType must be VK_STRUCTURE_TYPE_MEMORY_DEDICATED_ALLOCATE_INFO" }, { - "vuid": "VUID-VkMemoryDedicatedAllocateInfoKHR-pNext-pNext", + "vuid": "VUID-VkMemoryDedicatedAllocateInfo-pNext-pNext", "text": " pNext must be NULL" }, { - "vuid": "VUID-VkMemoryDedicatedAllocateInfoKHR-image-parameter", + "vuid": "VUID-VkMemoryDedicatedAllocateInfo-image-parameter", "text": " If image is not VK_NULL_HANDLE, image must be a valid VkImage handle" }, { - "vuid": "VUID-VkMemoryDedicatedAllocateInfoKHR-buffer-parameter", + "vuid": "VUID-VkMemoryDedicatedAllocateInfo-buffer-parameter", "text": " If buffer is not VK_NULL_HANDLE, buffer must be a valid VkBuffer handle" }, { - "vuid": "VUID-VkMemoryDedicatedAllocateInfoKHR-commonparent", + "vuid": "VUID-VkMemoryDedicatedAllocateInfo-commonparent", "text": " Both of buffer, and image that are valid handles must have been created, allocated, or retrieved from the same VkDevice" } ], - "(VK_KHR_dedicated_allocation)+(VK_KHR_external_memory_win32,VK_KHR_external_memory_fd)": [ + "(VK_VERSION_1_1,VK_KHR_dedicated_allocation)+(VK_KHR_external_memory_win32,VK_KHR_external_memory_fd)": [ { - "vuid": "VUID-VkMemoryDedicatedAllocateInfoKHR-image-01437", + "vuid": "VUID-VkMemoryDedicatedAllocateInfo-image-01437", "text": " If image is not VK_NULL_HANDLE and VkMemoryAllocateInfo defines a memory import operation, the memory being imported must also be a dedicated image allocation and image must be identical to the image associated with the imported memory." }, { - "vuid": "VUID-VkMemoryDedicatedAllocateInfoKHR-buffer-01438", + "vuid": "VUID-VkMemoryDedicatedAllocateInfo-buffer-01438", "text": " If buffer is not VK_NULL_HANDLE and VkMemoryAllocateInfo defines a memory import operation, the memory being imported must also be a dedicated buffer allocation and buffer must be identical to the buffer associated with the imported memory." } ], - "(VK_KHR_dedicated_allocation)+(VK_KHR_sampler_ycbcr_conversion)": [ + "(VK_VERSION_1_1,VK_KHR_dedicated_allocation)+(VK_KHR_sampler_ycbcr_conversion)": [ { "vuid": "VUID-VkMemoryDedicatedAllocateInfoKHR-image-01797", "text": " If image is not VK_NULL_HANDLE, image must not have been created with VK_IMAGE_CREATE_DISJOINT_BIT_KHR set in VkImageCreateInfo::flags" @@ -4978,23 +5034,23 @@ } ] }, - "VkExportMemoryAllocateInfoKHR": { - "(VK_KHR_external_memory)": [ + "VkExportMemoryAllocateInfo": { + "(VK_VERSION_1_1,VK_KHR_external_memory)": [ { - "vuid": "VUID-VkExportMemoryAllocateInfoKHR-handleTypes-00656", - "text": " The bits in handleTypes must be supported and compatible, as reported by VkExternalImageFormatPropertiesKHR or VkExternalBufferPropertiesKHR." + "vuid": "VUID-VkExportMemoryAllocateInfo-handleTypes-00656", + "text": " The bits in handleTypes must be supported and compatible, as reported by VkExternalImageFormatProperties or VkExternalBufferProperties." }, { - "vuid": "VUID-VkExportMemoryAllocateInfoKHR-sType-sType", - "text": " sType must be VK_STRUCTURE_TYPE_EXPORT_MEMORY_ALLOCATE_INFO_KHR" + "vuid": "VUID-VkExportMemoryAllocateInfo-sType-sType", + "text": " sType must be VK_STRUCTURE_TYPE_EXPORT_MEMORY_ALLOCATE_INFO" }, { - "vuid": "VUID-VkExportMemoryAllocateInfoKHR-pNext-pNext", + "vuid": "VUID-VkExportMemoryAllocateInfo-pNext-pNext", "text": " pNext must be NULL" }, { - "vuid": "VUID-VkExportMemoryAllocateInfoKHR-handleTypes-parameter", - "text": " handleTypes must be a valid combination of VkExternalMemoryHandleTypeFlagBitsKHR values" + "vuid": "VUID-VkExportMemoryAllocateInfo-handleTypes-parameter", + "text": " handleTypes must be a valid combination of VkExternalMemoryHandleTypeFlagBits values" } ] }, @@ -5002,7 +5058,7 @@ "(VK_KHR_external_memory_win32)": [ { "vuid": "VUID-VkExportMemoryWin32HandleInfoKHR-handleTypes-00657", - "text": " If VkExportMemoryAllocateInfoKHR::handleTypes does not include VK_EXTERNAL_MEMORY_HANDLE_TYPE_OPAQUE_WIN32_BIT_KHR, VK_EXTERNAL_MEMORY_HANDLE_TYPE_D3D11_TEXTURE_BIT_KHR, VK_EXTERNAL_MEMORY_HANDLE_TYPE_D3D12_HEAP_BIT_KHR, or VK_EXTERNAL_MEMORY_HANDLE_TYPE_D3D12_RESOURCE_BIT_KHR, VkExportMemoryWin32HandleInfoKHR must not be in the pNext chain of VkMemoryAllocateInfo." + "text": " If VkExportMemoryAllocateInfo::handleTypes does not include VK_EXTERNAL_MEMORY_HANDLE_TYPE_OPAQUE_WIN32_BIT, VK_EXTERNAL_MEMORY_HANDLE_TYPE_D3D11_TEXTURE_BIT, VK_EXTERNAL_MEMORY_HANDLE_TYPE_D3D12_HEAP_BIT, or VK_EXTERNAL_MEMORY_HANDLE_TYPE_D3D12_RESOURCE_BIT, VkExportMemoryWin32HandleInfoKHR must not be in the pNext chain of VkMemoryAllocateInfo." }, { "vuid": "VUID-VkExportMemoryWin32HandleInfoKHR-sType-sType", @@ -5022,7 +5078,7 @@ "(VK_KHR_external_memory_win32)": [ { "vuid": "VUID-VkImportMemoryWin32HandleInfoKHR-handleType-00658", - "text": " If handleType is not 0, it must be supported for import, as reported by VkExternalImageFormatPropertiesKHR or VkExternalBufferPropertiesKHR." + "text": " If handleType is not 0, it must be supported for import, as reported by VkExternalImageFormatProperties or VkExternalBufferProperties." }, { "vuid": "VUID-VkImportMemoryWin32HandleInfoKHR-handle-00659", @@ -5034,7 +5090,7 @@ }, { "vuid": "VUID-VkImportMemoryWin32HandleInfoKHR-handleType-01439", - "text": " If handleType is not VK_EXTERNAL_MEMORY_HANDLE_TYPE_OPAQUE_WIN32_BIT_KHR, VK_EXTERNAL_MEMORY_HANDLE_TYPE_D3D11_TEXTURE_BIT_KHR, VK_EXTERNAL_MEMORY_HANDLE_TYPE_D3D12_HEAP_BIT_KHR, or VK_EXTERNAL_MEMORY_HANDLE_TYPE_D3D12_RESOURCE_BIT_KHR, name must be NULL." + "text": " If handleType is not VK_EXTERNAL_MEMORY_HANDLE_TYPE_OPAQUE_WIN32_BIT, VK_EXTERNAL_MEMORY_HANDLE_TYPE_D3D11_TEXTURE_BIT, VK_EXTERNAL_MEMORY_HANDLE_TYPE_D3D12_HEAP_BIT, or VK_EXTERNAL_MEMORY_HANDLE_TYPE_D3D12_RESOURCE_BIT, name must be NULL." }, { "vuid": "VUID-VkImportMemoryWin32HandleInfoKHR-handleType-01440", @@ -5066,7 +5122,7 @@ }, { "vuid": "VUID-VkImportMemoryWin32HandleInfoKHR-handleType-parameter", - "text": " If handleType is not 0, handleType must be a valid VkExternalMemoryHandleTypeFlagBitsKHR value" + "text": " If handleType is not 0, handleType must be a valid VkExternalMemoryHandleTypeFlagBits value" } ] }, @@ -5090,7 +5146,7 @@ "(VK_KHR_external_memory_win32)": [ { "vuid": "VUID-VkMemoryGetWin32HandleInfoKHR-handleType-00662", - "text": " handleType must have been included in VkExportMemoryAllocateInfoKHR::handleTypes when memory was created." + "text": " handleType must have been included in VkExportMemoryAllocateInfo::handleTypes when memory was created." }, { "vuid": "VUID-VkMemoryGetWin32HandleInfoKHR-handleType-00663", @@ -5114,7 +5170,7 @@ }, { "vuid": "VUID-VkMemoryGetWin32HandleInfoKHR-handleType-parameter", - "text": " handleType must be a valid VkExternalMemoryHandleTypeFlagBitsKHR value" + "text": " handleType must be a valid VkExternalMemoryHandleTypeFlagBits value" } ] }, @@ -5134,7 +5190,7 @@ }, { "vuid": "VUID-vkGetMemoryWin32HandlePropertiesKHR-handleType-parameter", - "text": " handleType must be a valid VkExternalMemoryHandleTypeFlagBitsKHR value" + "text": " handleType must be a valid VkExternalMemoryHandleTypeFlagBits value" }, { "vuid": "VUID-vkGetMemoryWin32HandlePropertiesKHR-pMemoryWin32HandleProperties-parameter", @@ -5146,7 +5202,11 @@ "(VK_KHR_external_memory_fd)": [ { "vuid": "VUID-VkImportMemoryFdInfoKHR-handleType-00667", - "text": " If handleType is not 0, it must be supported for import, as reported by VkExternalImageFormatPropertiesKHR or VkExternalBufferPropertiesKHR." + "text": " If handleType is not 0, it must be supported for import, as reported by VkExternalImageFormatProperties or VkExternalBufferProperties." + }, + { + "vuid": "VUID-VkImportMemoryFdInfoKHR-fd-00668", + "text": " The memory from which fd was exported must have been created on the same underlying physical device as device." }, { "vuid": "VUID-VkImportMemoryFdInfoKHR-handleType-00669", @@ -5174,7 +5234,7 @@ }, { "vuid": "VUID-VkImportMemoryFdInfoKHR-handleType-parameter", - "text": " If handleType is not 0, handleType must be a valid VkExternalMemoryHandleTypeFlagBitsKHR value" + "text": " If handleType is not 0, handleType must be a valid VkExternalMemoryHandleTypeFlagBits value" } ] }, @@ -5198,7 +5258,7 @@ "(VK_KHR_external_memory_fd)": [ { "vuid": "VUID-VkMemoryGetFdInfoKHR-handleType-00671", - "text": " handleType must have been included in VkExportMemoryAllocateInfoKHR::handleTypes when memory was created." + "text": " handleType must have been included in VkExportMemoryAllocateInfo::handleTypes when memory was created." }, { "vuid": "VUID-VkMemoryGetFdInfoKHR-handleType-00672", @@ -5218,7 +5278,7 @@ }, { "vuid": "VUID-VkMemoryGetFdInfoKHR-handleType-parameter", - "text": " handleType must be a valid VkExternalMemoryHandleTypeFlagBitsKHR value" + "text": " handleType must be a valid VkExternalMemoryHandleTypeFlagBits value" } ] }, @@ -5238,7 +5298,7 @@ }, { "vuid": "VUID-vkGetMemoryFdPropertiesKHR-handleType-parameter", - "text": " handleType must be a valid VkExternalMemoryHandleTypeFlagBitsKHR value" + "text": " handleType must be a valid VkExternalMemoryHandleTypeFlagBits value" }, { "vuid": "VUID-vkGetMemoryFdPropertiesKHR-pMemoryFdProperties-parameter", @@ -5278,7 +5338,7 @@ }, { "vuid": "VUID-VkImportMemoryHostPointerInfoEXT-handleType-parameter", - "text": " handleType must be a valid VkExternalMemoryHandleTypeFlagBitsKHR value" + "text": " handleType must be a valid VkExternalMemoryHandleTypeFlagBits value" } ] }, @@ -5306,7 +5366,7 @@ }, { "vuid": "VUID-vkGetMemoryHostPointerPropertiesEXT-handleType-parameter", - "text": " handleType must be a valid VkExternalMemoryHandleTypeFlagBitsKHR value" + "text": " handleType must be a valid VkExternalMemoryHandleTypeFlagBits value" }, { "vuid": "VUID-vkGetMemoryHostPointerPropertiesEXT-pMemoryHostPointerProperties-parameter", @@ -5414,23 +5474,23 @@ } ] }, - "VkMemoryAllocateFlagsInfoKHX": { - "(VK_KHX_device_group)": [ + "VkMemoryAllocateFlagsInfo": { + "(VK_VERSION_1_1,VK_KHR_device_group)": [ { - "vuid": "VUID-VkMemoryAllocateFlagsInfoKHX-deviceMask-00675", - "text": " If VK_MEMORY_ALLOCATE_DEVICE_MASK_BIT_KHX is set, deviceMask must be a valid device mask." + "vuid": "VUID-VkMemoryAllocateFlagsInfo-deviceMask-00675", + "text": " If VK_MEMORY_ALLOCATE_DEVICE_MASK_BIT is set, deviceMask must be a valid device mask." }, { - "vuid": "VUID-VkMemoryAllocateFlagsInfoKHX-deviceMask-00676", - "text": " If VK_MEMORY_ALLOCATE_DEVICE_MASK_BIT_KHX is set, deviceMask must not be zero" + "vuid": "VUID-VkMemoryAllocateFlagsInfo-deviceMask-00676", + "text": " If VK_MEMORY_ALLOCATE_DEVICE_MASK_BIT is set, deviceMask must not be zero" }, { - "vuid": "VUID-VkMemoryAllocateFlagsInfoKHX-sType-sType", - "text": " sType must be VK_STRUCTURE_TYPE_MEMORY_ALLOCATE_FLAGS_INFO_KHX" + "vuid": "VUID-VkMemoryAllocateFlagsInfo-sType-sType", + "text": " sType must be VK_STRUCTURE_TYPE_MEMORY_ALLOCATE_FLAGS_INFO" }, { - "vuid": "VUID-VkMemoryAllocateFlagsInfoKHX-flags-parameter", - "text": " flags must be a valid combination of VkMemoryAllocateFlagBitsKHX values" + "vuid": "VUID-VkMemoryAllocateFlagsInfo-flags-parameter", + "text": " flags must be a valid combination of VkMemoryAllocateFlagBits values" } ] }, @@ -5501,7 +5561,7 @@ "text": " memory must have been created, allocated, or retrieved from device" } ], - "(VK_KHX_device_group)": [ + "(VK_KHR_device_group)": [ { "vuid": "VUID-vkMapMemory-memory-00683", "text": " memory must not have been allocated with multiple instances." @@ -5624,31 +5684,35 @@ } ] }, - "vkGetDeviceGroupPeerMemoryFeaturesKHX": { - "(VK_KHX_device_group)": [ + "vkGetDeviceGroupPeerMemoryFeatures": { + "(VK_VERSION_1_1,VK_KHR_device_group)": [ { - "vuid": "VUID-vkGetDeviceGroupPeerMemoryFeaturesKHX-heapIndex-00691", + "vuid": "VUID-vkGetDeviceGroupPeerMemoryFeatures-heapIndex-00691", "text": " heapIndex must be less than memoryHeapCount" }, { - "vuid": "VUID-vkGetDeviceGroupPeerMemoryFeaturesKHX-localDeviceIndex-00692", + "vuid": "VUID-vkGetDeviceGroupPeerMemoryFeatures-localDeviceIndex-00692", "text": " localDeviceIndex must be a valid device index" }, { - "vuid": "VUID-vkGetDeviceGroupPeerMemoryFeaturesKHX-remoteDeviceIndex-00693", + "vuid": "VUID-vkGetDeviceGroupPeerMemoryFeatures-remoteDeviceIndex-00693", "text": " remoteDeviceIndex must be a valid device index" }, { - "vuid": "VUID-vkGetDeviceGroupPeerMemoryFeaturesKHX-localDeviceIndex-00694", + "vuid": "VUID-vkGetDeviceGroupPeerMemoryFeatures-localDeviceIndex-00694", "text": " localDeviceIndex must not equal remoteDeviceIndex" }, { - "vuid": "VUID-vkGetDeviceGroupPeerMemoryFeaturesKHX-device-parameter", + "vuid": "VUID-vkGetDeviceGroupPeerMemoryFeatures-device-parameter", "text": " device must be a valid VkDevice handle" }, { - "vuid": "VUID-vkGetDeviceGroupPeerMemoryFeaturesKHX-pPeerMemoryFeatures-parameter", - "text": " pPeerMemoryFeatures must be a valid pointer to a VkPeerMemoryFeatureFlagsKHX value" + "vuid": "VUID-vkGetDeviceGroupPeerMemoryFeatures-pPeerMemoryFeatures-parameter", + "text": " pPeerMemoryFeatures must be a valid pointer to a VkPeerMemoryFeatureFlags value" + }, + { + "vuid": "VUID-vkGetDeviceGroupPeerMemoryFeatures-pPeerMemoryFeatures-requiredbitmask", + "text": " pPeerMemoryFeatures must not be 0" } ] }, @@ -5712,7 +5776,7 @@ }, { "vuid": "VUID-VkBufferCreateInfo-pNext-pNext", - "text": " Each pNext member of any structure (including this one) in the pNext chain must be either NULL or a pointer to a valid instance of VkDedicatedAllocationBufferCreateInfoNV or VkExternalMemoryBufferCreateInfoKHR" + "text": " Each pNext member of any structure (including this one) in the pNext chain must be either NULL or a pointer to a valid instance of VkDedicatedAllocationBufferCreateInfoNV or VkExternalMemoryBufferCreateInfo" }, { "vuid": "VUID-VkBufferCreateInfo-sType-unique", @@ -5735,22 +5799,22 @@ "text": " sharingMode must be a valid VkSharingMode value" } ], - "!(VK_KHR_get_physical_device_properties2)": [ + "!(VK_VERSION_1_1,VK_KHR_get_physical_device_properties2)": [ { "vuid": "VUID-VkBufferCreateInfo-sharingMode-01391", "text": " If sharingMode is VK_SHARING_MODE_CONCURRENT, each element of pQueueFamilyIndices must be unique and must be less than pQueueFamilyPropertyCount returned by vkGetPhysicalDeviceQueueFamilyProperties for the physicalDevice that was used to create device" } ], - "(VK_KHR_get_physical_device_properties2)": [ + "(VK_VERSION_1_1,VK_KHR_get_physical_device_properties2)": [ { "vuid": "VUID-VkBufferCreateInfo-sharingMode-01419", - "text": " If sharingMode is VK_SHARING_MODE_CONCURRENT, each element of pQueueFamilyIndices must be unique and must be less than pQueueFamilyPropertyCount returned by either vkGetPhysicalDeviceQueueFamilyProperties or vkGetPhysicalDeviceQueueFamilyProperties2KHR for the physicalDevice that was used to create device" + "text": " If sharingMode is VK_SHARING_MODE_CONCURRENT, each element of pQueueFamilyIndices must be unique and must be less than pQueueFamilyPropertyCount returned by either vkGetPhysicalDeviceQueueFamilyProperties or vkGetPhysicalDeviceQueueFamilyProperties2 for the physicalDevice that was used to create device" } ], - "(VK_KHR_external_memory)": [ + "(VK_VERSION_1_1,VK_KHR_external_memory)": [ { "vuid": "VUID-VkBufferCreateInfo-pNext-00920", - "text": " If the pNext chain contains an instance of VkExternalMemoryBufferCreateInfoKHR, its handleTypes member must only contain bits that are also in VkExternalBufferPropertiesKHR::externalMemoryProperties.compatibleHandleTypes, as returned by vkGetPhysicalDeviceExternalBufferPropertiesKHR with pExternalBufferInfo\\->handleType equal to any one of the handle types specified in VkExternalMemoryBufferCreateInfoKHR::handleTypes" + "text": " If the pNext chain contains an instance of VkExternalMemoryBufferCreateInfo, its handleTypes member must only contain bits that are also in VkExternalBufferProperties::externalMemoryProperties.pname:compatibleHandleTypes, as returned by vkGetPhysicalDeviceExternalBufferProperties with pExternalBufferInfo\\->handleType equal to any one of the handle types specified in VkExternalMemoryBufferCreateInfo::handleTypes" } ], "(VK_NV_dedicated_allocation)": [ @@ -5768,19 +5832,19 @@ } ] }, - "VkExternalMemoryBufferCreateInfoKHR": { - "(VK_KHR_external_memory)": [ + "VkExternalMemoryBufferCreateInfo": { + "(VK_VERSION_1_1,VK_KHR_external_memory)": [ { - "vuid": "VUID-VkExternalMemoryBufferCreateInfoKHR-sType-sType", - "text": " sType must be VK_STRUCTURE_TYPE_EXTERNAL_MEMORY_BUFFER_CREATE_INFO_KHR" + "vuid": "VUID-VkExternalMemoryBufferCreateInfo-sType-sType", + "text": " sType must be VK_STRUCTURE_TYPE_EXTERNAL_MEMORY_BUFFER_CREATE_INFO" }, { - "vuid": "VUID-VkExternalMemoryBufferCreateInfoKHR-pNext-pNext", + "vuid": "VUID-VkExternalMemoryBufferCreateInfo-pNext-pNext", "text": " pNext must be NULL" }, { - "vuid": "VUID-VkExternalMemoryBufferCreateInfoKHR-handleTypes-parameter", - "text": " handleTypes must be a valid combination of VkExternalMemoryHandleTypeFlagBitsKHR values" + "vuid": "VUID-VkExternalMemoryBufferCreateInfo-handleTypes-parameter", + "text": " handleTypes must be a valid combination of VkExternalMemoryHandleTypeFlagBits values" } ] }, @@ -6156,7 +6220,7 @@ }, { "vuid": "VUID-VkImageCreateInfo-pNext-pNext", - "text": " Each pNext member of any structure (including this one) in the pNext chain must be either NULL or a pointer to a valid instance of VkDedicatedAllocationImageCreateInfoNV, VkExternalMemoryImageCreateInfoKHR, VkExternalMemoryImageCreateInfoNV, VkImageFormatListCreateInfoKHR, or VkImageSwapchainCreateInfoKHX" + "text": " Each pNext member of any structure (including this one) in the pNext chain must be either NULL or a pointer to a valid instance of VkDedicatedAllocationImageCreateInfoNV, VkExternalMemoryImageCreateInfo, VkExternalMemoryImageCreateInfoNV, VkImageFormatListCreateInfoKHR, or VkImageSwapchainCreateInfoKHR" }, { "vuid": "VUID-VkImageCreateInfo-sType-unique", @@ -6199,34 +6263,34 @@ "text": " initialLayout must be a valid VkImageLayout value" } ], - "!(VK_KHR_get_physical_device_properties2)": [ + "!(VK_VERSION_1_1,VK_KHR_get_physical_device_properties2)": [ { "vuid": "VUID-VkImageCreateInfo-sharingMode-01392", "text": " If sharingMode is VK_SHARING_MODE_CONCURRENT, each element of pQueueFamilyIndices must be unique and must be less than pQueueFamilyPropertyCount returned by vkGetPhysicalDeviceQueueFamilyProperties for the physicalDevice that was used to create device" } ], - "(VK_KHR_get_physical_device_properties2)": [ + "(VK_VERSION_1_1,VK_KHR_get_physical_device_properties2)": [ { "vuid": "VUID-VkImageCreateInfo-sharingMode-01420", - "text": " If sharingMode is VK_SHARING_MODE_CONCURRENT, each element of pQueueFamilyIndices must be unique and must be less than pQueueFamilyPropertyCount returned by either vkGetPhysicalDeviceQueueFamilyProperties or vkGetPhysicalDeviceQueueFamilyProperties2KHR for the physicalDevice that was used to create device" + "text": " If sharingMode is VK_SHARING_MODE_CONCURRENT, each element of pQueueFamilyIndices must be unique and must be less than pQueueFamilyPropertyCount returned by either vkGetPhysicalDeviceQueueFamilyProperties or vkGetPhysicalDeviceQueueFamilyProperties2 for the physicalDevice that was used to create device" } ], - "(VK_KHR_maintenance1)": [ + "(VK_VERSION_1_1,VK_KHR_maintenance1)": [ { "vuid": "VUID-VkImageCreateInfo-flags-00950", - "text": " If flags contains VK_IMAGE_CREATE_2D_ARRAY_COMPATIBLE_BIT_KHR, imageType must be VK_IMAGE_TYPE_3D" + "text": " If flags contains VK_IMAGE_CREATE_2D_ARRAY_COMPATIBLE_BIT, imageType must be VK_IMAGE_TYPE_3D" } ], - "(VK_NV_external_memory+VK_KHR_external_memory)": [ + "(VK_VERSION_1_1,VK_KHR_external_memory)+(VK_NV_external_memory)": [ { "vuid": "VUID-VkImageCreateInfo-pNext-00988", - "text": " If the pNext chain contains an instance of VkExternalMemoryImageCreateInfoNV, it must not contain an instance of VkExternalMemoryImageCreateInfoKHR." + "text": " If the pNext chain contains an instance of VkExternalMemoryImageCreateInfoNV, it must not contain an instance of VkExternalMemoryImageCreateInfo." } ], - "(VK_KHR_external_memory)": [ + "(VK_VERSION_1_1,VK_KHR_external_memory)": [ { "vuid": "VUID-VkImageCreateInfo-pNext-00990", - "text": " If the pNext chain contains an instance of VkExternalMemoryImageCreateInfoKHR, its handleTypes member must only contain bits that are also in VkExternalImageFormatPropertiesKHR::externalMemoryProperties::compatibleHandleTypes, as returned by vkGetPhysicalDeviceImageFormatProperties2KHR with format, imageType, tiling, usage, and flags equal to those in this structure, and with an instance of VkPhysicalDeviceExternalImageFormatInfoKHR in the pNext chain, with a handleType equal to any one of the handle types specified in VkExternalMemoryImageCreateInfoKHR::handleTypes" + "text": " If the pNext chain contains an instance of VkExternalMemoryImageCreateInfo, its handleTypes member must only contain bits that are also in VkExternalImageFormatProperties::externalMemoryProperties::compatibleHandleTypes, as returned by vkGetPhysicalDeviceImageFormatProperties2 with format, imageType, tiling, usage, and flags equal to those in this structure, and with an instance of VkPhysicalDeviceExternalImageFormatInfo in the pNext chain, with a handleType equal to any one of the handle types specified in VkExternalMemoryImageCreateInfo::handleTypes" } ], "(VK_NV_external_memory+VK_NV_external_memory_capabilities)": [ @@ -6235,48 +6299,48 @@ "text": " If the pNext chain contains an instance of VkExternalMemoryImageCreateInfoNV, its handleTypes member must only contain bits that are also in VkExternalImageFormatPropertiesNV::externalMemoryProperties::compatibleHandleTypes, as returned by vkGetPhysicalDeviceExternalImageFormatPropertiesNV with format, imageType, tiling, usage, and flags equal to those in this structure, and with externalHandleType equal to any one of the handle types specified in VkExternalMemoryImageCreateInfoNV::handleTypes" } ], - "(VK_KHX_device_group)": [ + "(VK_VERSION_1_1,VK_KHR_device_group)": [ { "vuid": "VUID-VkImageCreateInfo-physicalDeviceCount-01421", - "text": " If the logical device was created with VkDeviceGroupDeviceCreateInfoKHX::physicalDeviceCount equal to 1, flags must not contain VK_IMAGE_CREATE_BIND_SFR_BIT_KHX" + "text": " If the logical device was created with VkDeviceGroupDeviceCreateInfo::physicalDeviceCount equal to 1, flags must not contain VK_IMAGE_CREATE_SPLIT_INSTANCE_BIND_REGIONS_BIT" }, { "vuid": "VUID-VkImageCreateInfo-flags-00992", - "text": " If flags contains VK_IMAGE_CREATE_BIND_SFR_BIT_KHX, then mipLevels must be one, arrayLayers must be one, imageType must be VK_IMAGE_TYPE_2D, and tiling must be VK_IMAGE_TILING_OPTIMAL" + "text": " If flags contains VK_IMAGE_CREATE_SPLIT_INSTANCE_BIND_REGIONS_BIT, then mipLevels must be one, arrayLayers must be one, imageType must be VK_IMAGE_TYPE_2D, and tiling must be VK_IMAGE_TILING_OPTIMAL" } ], - "(VK_KHR_maintenance2)": [ + "(VK_VERSION_1_1,VK_KHR_maintenance2)": [ { "vuid": "VUID-VkImageCreateInfo-flags-01572", - "text": " If flags contains VK_IMAGE_CREATE_BLOCK_TEXEL_VIEW_COMPATIBLE_BIT_KHR, then format must be a <<appendix-compressedtex-bc,block-compressed image format>>, an <<appendix-compressedtex-etc2, ETC compressed image format>>, or an <<appendix-compressedtex-astc, ASTC compressed image format>>." + "text": " If flags contains VK_IMAGE_CREATE_BLOCK_TEXEL_VIEW_COMPATIBLE_BIT, then format must be a <<appendix-compressedtex-bc,block-compressed image format>>, an <<appendix-compressedtex-etc2, ETC compressed image format>>, or an <<appendix-compressedtex-astc, ASTC compressed image format>>." }, { "vuid": "VUID-VkImageCreateInfo-flags-01573", - "text": " If flags contains VK_IMAGE_CREATE_BLOCK_TEXEL_VIEW_COMPATIBLE_BIT_KHR, then flags must also contain VK_IMAGE_CREATE_MUTABLE_FORMAT_BIT." + "text": " If flags contains VK_IMAGE_CREATE_BLOCK_TEXEL_VIEW_COMPATIBLE_BIT, then flags must also contain VK_IMAGE_CREATE_MUTABLE_FORMAT_BIT." } ], - "(VK_KHR_external_memory,VK_NV_external_memory)": [ + "(VK_VERSION_1_1,VK_KHR_external_memory,VK_NV_external_memory)": [ { "vuid": "VUID-VkImageCreateInfo-pNext-01443", - "text": " If the pNext chain includes a ifdef::VK_KHR_external_memory[VkExternalMemoryImageCreateInfoKHR] ifdef::VK_KHR_external_memory+VK_NV_external_memory[or] ifdef::VK_NV_external_memory[VkExternalMemoryImageCreateInfoNV] structure whose handleTypes member is not 0, initialLayout must be VK_IMAGE_LAYOUT_UNDEFINED" + "text": " If the pNext chain includes a ifdef::VK_VERSION_1_1,VK_KHR_external_memory[VkExternalMemoryImageCreateInfo]" } ], - "(VK_KHR_sampler_ycbcr_conversion)": [ + "(VK_VERSION_1_1,VK_KHR_sampler_ycbcr_conversion)": [ { "vuid": "VUID-VkImageCreateInfo-format-01574", "text": " If the image format is one of those listed in <<features-formats-requiring-sampler-ycbcr-conversion>>:" }, { "vuid": "VUID-VkImageCreateInfo-tiling-01575", - "text": " If tiling is VK_IMAGE_TILING_OPTIMAL, format is a multi-planar format, and VkFormatProperties::optimalTilingFeatures (as returned by vkGetPhysicalDeviceFormatProperties with the same value of format) does not include VK_FORMAT_FEATURE_DISJOINT_BIT_KHR, flags must not contain VK_IMAGE_CREATE_DISJOINT_BIT_KHR" + "text": " If tiling is VK_IMAGE_TILING_OPTIMAL, format is a multi-planar format, and VkFormatProperties::optimalTilingFeatures (as returned by vkGetPhysicalDeviceFormatProperties with the same value of format) does not include VK_FORMAT_FEATURE_DISJOINT_BIT, flags must not contain VK_IMAGE_CREATE_DISJOINT_BIT" }, { "vuid": "VUID-VkImageCreateInfo-tiling-01576", - "text": " If tiling is VK_IMAGE_TILING_LINEAR, format is a multi-planar format, and VkFormatProperties::linearTilingFeatures (as returned by vkGetPhysicalDeviceFormatProperties with the same value of format) does not include VK_FORMAT_FEATURE_DISJOINT_BIT_KHR, flags must not contain VK_IMAGE_CREATE_DISJOINT_BIT_KHR" + "text": " If tiling is VK_IMAGE_TILING_LINEAR, format is a multi-planar format, and VkFormatProperties::linearTilingFeatures (as returned by vkGetPhysicalDeviceFormatProperties with the same value of format) does not include VK_FORMAT_FEATURE_DISJOINT_BIT, flags must not contain VK_IMAGE_CREATE_DISJOINT_BIT" }, { "vuid": "VUID-VkImageCreateInfo-format-01577", - "text": " If format is not a multi-planar format, and flags does not include VK_IMAGE_CREATE_ALIAS_BIT_KHR, flags must not contain VK_IMAGE_CREATE_DISJOINT_BIT_KHR" + "text": " If format is not a multi-planar format, and flags does not include VK_IMAGE_CREATE_ALIAS_BIT, flags must not contain VK_IMAGE_CREATE_DISJOINT_BIT" } ], "(VK_EXT_sample_locations)": [ @@ -6298,22 +6362,22 @@ } ] }, - "VkExternalMemoryImageCreateInfoKHR": { - "(VK_KHR_external_memory)": [ + "VkExternalMemoryImageCreateInfo": { + "(VK_VERSION_1_1,VK_KHR_external_memory)": [ { - "vuid": "VUID-VkExternalMemoryImageCreateInfoKHR-sType-sType", - "text": " sType must be VK_STRUCTURE_TYPE_EXTERNAL_MEMORY_IMAGE_CREATE_INFO_KHR" + "vuid": "VUID-VkExternalMemoryImageCreateInfo-sType-sType", + "text": " sType must be VK_STRUCTURE_TYPE_EXTERNAL_MEMORY_IMAGE_CREATE_INFO" }, { - "vuid": "VUID-VkExternalMemoryImageCreateInfoKHR-pNext-pNext", + "vuid": "VUID-VkExternalMemoryImageCreateInfo-pNext-pNext", "text": " pNext must be NULL" }, { - "vuid": "VUID-VkExternalMemoryImageCreateInfoKHR-handleTypes-parameter", - "text": " handleTypes must be a valid combination of VkExternalMemoryHandleTypeFlagBitsKHR values" + "vuid": "VUID-VkExternalMemoryImageCreateInfo-handleTypes-parameter", + "text": " handleTypes must be a valid combination of VkExternalMemoryHandleTypeFlagBits values" }, { - "vuid": "VUID-VkExternalMemoryImageCreateInfoKHR-handleTypes-requiredbitmask", + "vuid": "VUID-VkExternalMemoryImageCreateInfo-handleTypes-requiredbitmask", "text": " handleTypes must not be 0" } ] @@ -6334,18 +6398,18 @@ } ] }, - "VkImageSwapchainCreateInfoKHX": { - "(VK_KHX_device_group)": [ + "VkImageSwapchainCreateInfoKHR": { + "(VK_VERSION_1_1,VK_KHR_device_group)+(VK_KHR_swapchain)": [ { - "vuid": "VUID-VkImageSwapchainCreateInfoKHX-swapchain-00995", + "vuid": "VUID-VkImageSwapchainCreateInfoKHR-swapchain-00995", "text": " If swapchain is not VK_NULL_HANDLE, the fields of VkImageCreateInfo must match the <<swapchain-wsi-image-create-info, implied image creation parameters>> of the swapchain" }, { - "vuid": "VUID-VkImageSwapchainCreateInfoKHX-sType-sType", - "text": " sType must be VK_STRUCTURE_TYPE_IMAGE_SWAPCHAIN_CREATE_INFO_KHX" + "vuid": "VUID-VkImageSwapchainCreateInfoKHR-sType-sType", + "text": " sType must be VK_STRUCTURE_TYPE_IMAGE_SWAPCHAIN_CREATE_INFO_KHR" }, { - "vuid": "VUID-VkImageSwapchainCreateInfoKHX-swapchain-parameter", + "vuid": "VUID-VkImageSwapchainCreateInfoKHR-swapchain-parameter", "text": " If swapchain is not VK_NULL_HANDLE, swapchain must be a valid VkSwapchainKHR handle" } ] @@ -6417,14 +6481,14 @@ "text": " image must have been created, allocated, or retrieved from device" } ], - "(VK_KHR_sampler_ycbcr_conversion)": [ + "(VK_VERSION_1_1,VK_KHR_sampler_ycbcr_conversion)": [ { "vuid": "VUID-vkGetImageSubresourceLayout-format-01581", - "text": " If the format of image is a <<features-formats-requiring-sampler-ycbcr-conversion,multi-planar format>> with two planes, the aspectMask member of pSubresource must be VK_IMAGE_ASPECT_PLANE_0_BIT_KHR or VK_IMAGE_ASPECT_PLANE_1_BIT_KHR" + "text": " If the format of image is a <<features-formats-requiring-sampler-ycbcr-conversion,multi-planar format>> with two planes, the aspectMask member of pSubresource must be VK_IMAGE_ASPECT_PLANE_0_BIT or VK_IMAGE_ASPECT_PLANE_1_BIT" }, { "vuid": "VUID-vkGetImageSubresourceLayout-format-01582", - "text": " If the format of image is a <<features-formats-requiring-sampler-ycbcr-conversion,multi-planar format>> with three planes, the aspectMask member of pSubresource must be VK_IMAGE_ASPECT_PLANE_0_BIT_KHR, VK_IMAGE_ASPECT_PLANE_1_BIT_KHR or VK_IMAGE_ASPECT_PLANE_2_BIT_KHR" + "text": " If the format of image is a <<features-formats-requiring-sampler-ycbcr-conversion,multi-planar format>> with three planes, the aspectMask member of pSubresource must be VK_IMAGE_ASPECT_PLANE_0_BIT, VK_IMAGE_ASPECT_PLANE_1_BIT or VK_IMAGE_ASPECT_PLANE_2_BIT" } ] }, @@ -6572,7 +6636,7 @@ }, { "vuid": "VUID-VkImageViewCreateInfo-pNext-pNext", - "text": " Each pNext member of any structure (including this one) in the pNext chain must be either NULL or a pointer to a valid instance of VkImageViewUsageCreateInfoKHR or VkSamplerYcbcrConversionInfoKHR" + "text": " Each pNext member of any structure (including this one) in the pNext chain must be either NULL or a pointer to a valid instance of VkImageViewUsageCreateInfo or VkSamplerYcbcrConversionInfo" }, { "vuid": "VUID-VkImageViewCreateInfo-sType-unique", @@ -6603,29 +6667,29 @@ "text": " subresourceRange must be a valid VkImageSubresourceRange structure" } ], - "(VK_KHR_maintenance1)": [ + "(VK_VERSION_1_1,VK_KHR_maintenance1)": [ { "vuid": "VUID-VkImageViewCreateInfo-image-01005", - "text": " If image was created with VK_IMAGE_TYPE_3D but without VK_IMAGE_CREATE_2D_ARRAY_COMPATIBLE_BIT_KHR set then viewType must not be VK_IMAGE_VIEW_TYPE_2D or VK_IMAGE_VIEW_TYPE_2D_ARRAY" + "text": " If image was created with VK_IMAGE_TYPE_3D but without VK_IMAGE_CREATE_2D_ARRAY_COMPATIBLE_BIT set then viewType must not be VK_IMAGE_VIEW_TYPE_2D or VK_IMAGE_VIEW_TYPE_2D_ARRAY" }, { "vuid": "VUID-VkImageViewCreateInfo-image-01482", - "text": " If image is not a 3D image created with VK_IMAGE_CREATE_2D_ARRAY_COMPATIBLE_BIT_KHR set, or viewType is not VK_IMAGE_VIEW_TYPE_2D or VK_IMAGE_VIEW_TYPE_2D_ARRAY, subresourceRange::baseArrayLayer must be less than the arrayLayers specified in VkImageCreateInfo when image was created" + "text": " If image is not a 3D image created with VK_IMAGE_CREATE_2D_ARRAY_COMPATIBLE_BIT set, or viewType is not VK_IMAGE_VIEW_TYPE_2D or VK_IMAGE_VIEW_TYPE_2D_ARRAY, subresourceRange::baseArrayLayer must be less than the arrayLayers specified in VkImageCreateInfo when image was created" }, { "vuid": "VUID-VkImageViewCreateInfo-subresourceRange-01483", - "text": " If subresourceRange::layerCount is not VK_REMAINING_ARRAY_LAYERS, image is not a 3D image created with VK_IMAGE_CREATE_2D_ARRAY_COMPATIBLE_BIT_KHR set, or viewType is not VK_IMAGE_VIEW_TYPE_2D or VK_IMAGE_VIEW_TYPE_2D_ARRAY, subresourceRange::layerCount must be non-zero and subresourceRange::baseArrayLayer + subresourceRange::layerCount must be less than or equal to the arrayLayers specified in VkImageCreateInfo when image was created" + "text": " If subresourceRange::layerCount is not VK_REMAINING_ARRAY_LAYERS, image is not a 3D image created with VK_IMAGE_CREATE_2D_ARRAY_COMPATIBLE_BIT set, or viewType is not VK_IMAGE_VIEW_TYPE_2D or VK_IMAGE_VIEW_TYPE_2D_ARRAY, subresourceRange::layerCount must be non-zero and subresourceRange::baseArrayLayer + subresourceRange::layerCount must be less than or equal to the arrayLayers specified in VkImageCreateInfo when image was created" }, { "vuid": "VUID-VkImageViewCreateInfo-image-01484", - "text": " If image is a 3D image created with VK_IMAGE_CREATE_2D_ARRAY_COMPATIBLE_BIT_KHR set, and viewType is VK_IMAGE_VIEW_TYPE_2D or VK_IMAGE_VIEW_TYPE_2D_ARRAY, subresourceRange::baseArrayLayer must be less than the extent.depth specified in VkImageCreateInfo when image was created" + "text": " If image is a 3D image created with VK_IMAGE_CREATE_2D_ARRAY_COMPATIBLE_BIT set, and viewType is VK_IMAGE_VIEW_TYPE_2D or VK_IMAGE_VIEW_TYPE_2D_ARRAY, subresourceRange::baseArrayLayer must be less than the extent.depth specified in VkImageCreateInfo when image was created" }, { "vuid": "VUID-VkImageViewCreateInfo-subresourceRange-01485", - "text": " If subresourceRange::layerCount is not VK_REMAINING_ARRAY_LAYERS, image is a 3D image created with VK_IMAGE_CREATE_2D_ARRAY_COMPATIBLE_BIT_KHR set, and viewType is VK_IMAGE_VIEW_TYPE_2D or VK_IMAGE_VIEW_TYPE_2D_ARRAY, subresourceRange::layerCount must be non-zero and subresourceRange::baseArrayLayer + subresourceRange::layerCount must be less than or equal to the extent.depth specified in VkImageCreateInfo when image was created" + "text": " If subresourceRange::layerCount is not VK_REMAINING_ARRAY_LAYERS, image is a 3D image created with VK_IMAGE_CREATE_2D_ARRAY_COMPATIBLE_BIT set, and viewType is VK_IMAGE_VIEW_TYPE_2D or VK_IMAGE_VIEW_TYPE_2D_ARRAY, subresourceRange::layerCount must be non-zero and subresourceRange::baseArrayLayer + subresourceRange::layerCount must be less than or equal to the extent.depth specified in VkImageCreateInfo when image was created" } ], - "!(VK_KHR_maintenance1)": [ + "!(VK_VERSION_1_1,VK_KHR_maintenance1)": [ { "vuid": "VUID-VkImageViewCreateInfo-subresourceRange-01480", "text": " subresourceRange.baseArrayLayer must be less than the arrayLayers specified in VkImageCreateInfo when image was created" @@ -6635,32 +6699,32 @@ "text": " If subresourceRange.layerCount is not VK_REMAINING_ARRAY_LAYERS, subresourceRange.baseArrayLayer + subresourceRange.layerCount must be less than or equal to the arrayLayers specified in VkImageCreateInfo when image was created" } ], - "(VK_KHR_maintenance2)+!(VK_KHR_sampler_ycbcr_conversion)": [ + "(VK_VERSION_1_1,VK_KHR_maintenance2)+!(VK_VERSION_1_1,VK_KHR_sampler_ycbcr_conversion)": [ { "vuid": "VUID-VkImageViewCreateInfo-image-01759", - "text": " If image was created with the VK_IMAGE_CREATE_MUTABLE_FORMAT_BIT flag, but without the VK_IMAGE_CREATE_BLOCK_TEXEL_VIEW_COMPATIBLE_BIT_KHR flag, format must be compatible with the format used to create image, as defined in <<features-formats-compatibility-classes,Format Compatibility Classes>>" + "text": " If image was created with the VK_IMAGE_CREATE_MUTABLE_FORMAT_BIT flag, but without the VK_IMAGE_CREATE_BLOCK_TEXEL_VIEW_COMPATIBLE_BIT flag, format must be compatible with the format used to create image, as defined in <<features-formats-compatibility-classes,Format Compatibility Classes>>" } ], - "!(VK_KHR_maintenance2)+(VK_KHR_sampler_ycbcr_conversion)": [ + "!(VK_VERSION_1_1,VK_KHR_maintenance2)+(VK_VERSION_1_1,VK_KHR_sampler_ycbcr_conversion)": [ { "vuid": "VUID-VkImageViewCreateInfo-image-01760", "text": " If image was created with the VK_IMAGE_CREATE_MUTABLE_FORMAT_BIT flag, and if the format of the image is not a <<features-formats-requiring-sampler-ycbcr-conversion,multi-planar>> format, format must be compatible with the format used to create image, as defined in <<features-formats-compatibility-classes,Format Compatibility Classes>>" } ], - "(VK_KHR_maintenance2)+(VK_KHR_sampler_ycbcr_conversion)": [ + "(VK_VERSION_1_1,VK_KHR_maintenance2)+(VK_VERSION_1_1,VK_KHR_sampler_ycbcr_conversion)": [ { "vuid": "VUID-VkImageViewCreateInfo-image-01761", - "text": " If image was created with the VK_IMAGE_CREATE_MUTABLE_FORMAT_BIT flag, but without the VK_IMAGE_CREATE_BLOCK_TEXEL_VIEW_COMPATIBLE_BIT_KHR flag, and if the format of the image is not a <<features-formats-requiring-sampler-ycbcr-conversion,multi-planar>> format, format must be compatible with the format used to create image, as defined in <<features-formats-compatibility-classes,Format Compatibility Classes>>" + "text": " If image was created with the VK_IMAGE_CREATE_MUTABLE_FORMAT_BIT flag, but without the VK_IMAGE_CREATE_BLOCK_TEXEL_VIEW_COMPATIBLE_BIT flag, and if the format of the image is not a <<features-formats-requiring-sampler-ycbcr-conversion,multi-planar>> format, format must be compatible with the format used to create image, as defined in <<features-formats-compatibility-classes,Format Compatibility Classes>>" } ], - "(VK_KHR_maintenance2)": [ + "(VK_VERSION_1_1,VK_KHR_maintenance2)": [ { "vuid": "VUID-VkImageViewCreateInfo-image-01583", - "text": " If image was created with the VK_IMAGE_CREATE_BLOCK_TEXEL_VIEW_COMPATIBLE_BIT_KHR flag, format must be compatible with, or must be an uncompressed format that is size-compatible with, the format used to create image." + "text": " If image was created with the VK_IMAGE_CREATE_BLOCK_TEXEL_VIEW_COMPATIBLE_BIT flag, format must be compatible with, or must be an uncompressed format that is size-compatible with, the format used to create image." }, { "vuid": "VUID-VkImageViewCreateInfo-image-01584", - "text": " If image was created with the VK_IMAGE_CREATE_BLOCK_TEXEL_VIEW_COMPATIBLE_BIT_KHR flag, the levelCount and layerCount members of subresourceRange must both be 1." + "text": " If image was created with the VK_IMAGE_CREATE_BLOCK_TEXEL_VIEW_COMPATIBLE_BIT flag, the levelCount and layerCount members of subresourceRange must both be 1." } ], "(VK_KHR_image_format_list)": [ @@ -6669,43 +6733,43 @@ "text": " If a VkImageFormatListCreateInfoKHR structure was included in the pNext chain of the VkImageCreateInfo struct used when creating image and the viewFormatCount field of VkImageFormatListCreateInfoKHR is not zero then format must be one of the formats in VkImageFormatListCreateInfoKHR::pViewFormats." } ], - "(VK_KHR_sampler_ycbcr_conversion)": [ + "(VK_VERSION_1_1,VK_KHR_sampler_ycbcr_conversion)": [ { "vuid": "VUID-VkImageViewCreateInfo-image-01586", - "text": " If image was created with the VK_IMAGE_CREATE_MUTABLE_FORMAT_BIT flag, if the format of the image is a <<features-formats-requiring-sampler-ycbcr-conversion,multi-planar>> format, and if subresourceRange.aspectMask is one of VK_IMAGE_ASPECT_PLANE_0_BIT_KHR, VK_IMAGE_ASPECT_PLANE_1_BIT_KHR, or VK_IMAGE_ASPECT_PLANE_2_BIT_KHR, then format must be compatible with the VkFormat for the plane of the image format indicated by subresourceRange.aspectMask, as defined in <<features-formats-compatible-planes>>" + "text": " If image was created with the VK_IMAGE_CREATE_MUTABLE_FORMAT_BIT flag, if the format of the image is a <<features-formats-requiring-sampler-ycbcr-conversion,multi-planar>> format, and if subresourceRange.aspectMask is one of VK_IMAGE_ASPECT_PLANE_0_BIT, VK_IMAGE_ASPECT_PLANE_1_BIT, or VK_IMAGE_ASPECT_PLANE_2_BIT, then format must be compatible with the VkFormat for the plane of the image format indicated by subresourceRange.aspectMask, as defined in <<features-formats-compatible-planes>>" }, { "vuid": "VUID-VkImageViewCreateInfo-image-01762", "text": " If image was not created with the VK_IMAGE_CREATE_MUTABLE_FORMAT_BIT flag," } ], - "!(VK_KHR_sampler_ycbcr_conversion)": [ + "!(VK_VERSION_1_1,VK_KHR_sampler_ycbcr_conversion)": [ { "vuid": "VUID-VkImageViewCreateInfo-image-01019", "text": " If image was not created with the VK_IMAGE_CREATE_MUTABLE_FORMAT_BIT flag, format must be identical to the format used to create image" } ] }, - "VkImageViewUsageCreateInfoKHR": { - "(VK_KHR_maintenance2)": [ + "VkImageViewUsageCreateInfo": { + "(VK_VERSION_1_1,VK_KHR_maintenance2)": [ { "vuid": "VUID-VkImageViewUsageCreateInfoKHR-usage-01587", "text": " usage must not include any set bits that were not set in the usage member of the VkImageCreateInfo structure used to create the image this image view is created from." }, { - "vuid": "VUID-VkImageViewUsageCreateInfoKHR-sType-sType", - "text": " sType must be VK_STRUCTURE_TYPE_IMAGE_VIEW_USAGE_CREATE_INFO_KHR" + "vuid": "VUID-VkImageViewUsageCreateInfo-sType-sType", + "text": " sType must be VK_STRUCTURE_TYPE_IMAGE_VIEW_USAGE_CREATE_INFO" }, { - "vuid": "VUID-VkImageViewUsageCreateInfoKHR-pNext-pNext", + "vuid": "VUID-VkImageViewUsageCreateInfo-pNext-pNext", "text": " pNext must be NULL" }, { - "vuid": "VUID-VkImageViewUsageCreateInfoKHR-usage-parameter", + "vuid": "VUID-VkImageViewUsageCreateInfo-usage-parameter", "text": " usage must be a valid combination of VkImageUsageFlagBits values" }, { - "vuid": "VUID-VkImageViewUsageCreateInfoKHR-usage-requiredbitmask", + "vuid": "VUID-VkImageViewUsageCreateInfo-usage-requiredbitmask", "text": " usage must not be 0" } ] @@ -6729,7 +6793,7 @@ "text": " aspectMask must not be 0" } ], - "(VK_KHR_sampler_ycbcr_conversion)": [ + "(VK_VERSION_1_1,VK_KHR_sampler_ycbcr_conversion)": [ { "vuid": "VUID-VkImageSubresourceRange-aspectMask-01670", "text": " If aspectMask includes VK_IMAGE_ASPECT_COLOR_BIT, then it must not include any of VK_IMAGE_ASPECT_PLANE_0_BIT_KHR, VK_IMAGE_ASPECT_PLANE_1_BIT_KHR, or VK_IMAGE_ASPECT_PLANE_2_BIT_KHR" @@ -6809,12 +6873,6 @@ ] }, "vkGetImageMemoryRequirements": { - "(VK_KHR_sampler_ycbcr_conversion)": [ - { - "vuid": "VUID-vkGetImageMemoryRequirements-image-01588", - "text": " image must not have been created with the VK_IMAGE_CREATE_DISJOINT_BIT_KHR flag set" - } - ], "core": [ { "vuid": "VUID-vkGetImageMemoryRequirements-device-parameter", @@ -6834,120 +6892,120 @@ } ] }, - "vkGetBufferMemoryRequirements2KHR": { - "(VK_KHR_get_memory_requirements2)": [ + "vkGetBufferMemoryRequirements2": { + "(VK_VERSION_1_1,VK_KHR_get_memory_requirements2)": [ { - "vuid": "VUID-vkGetBufferMemoryRequirements2KHR-device-parameter", + "vuid": "VUID-vkGetBufferMemoryRequirements2-device-parameter", "text": " device must be a valid VkDevice handle" }, { - "vuid": "VUID-vkGetBufferMemoryRequirements2KHR-pInfo-parameter", - "text": " pInfo must be a valid pointer to a valid VkBufferMemoryRequirementsInfo2KHR structure" + "vuid": "VUID-vkGetBufferMemoryRequirements2-pInfo-parameter", + "text": " pInfo must be a valid pointer to a valid VkBufferMemoryRequirementsInfo2 structure" }, { - "vuid": "VUID-vkGetBufferMemoryRequirements2KHR-pMemoryRequirements-parameter", - "text": " pMemoryRequirements must be a valid pointer to a VkMemoryRequirements2KHR structure" + "vuid": "VUID-vkGetBufferMemoryRequirements2-pMemoryRequirements-parameter", + "text": " pMemoryRequirements must be a valid pointer to a VkMemoryRequirements2 structure" } ] }, - "VkBufferMemoryRequirementsInfo2KHR": { - "(VK_KHR_get_memory_requirements2)": [ + "VkBufferMemoryRequirementsInfo2": { + "(VK_VERSION_1_1,VK_KHR_get_memory_requirements2)": [ { - "vuid": "VUID-VkBufferMemoryRequirementsInfo2KHR-sType-sType", - "text": " sType must be VK_STRUCTURE_TYPE_BUFFER_MEMORY_REQUIREMENTS_INFO_2_KHR" + "vuid": "VUID-VkBufferMemoryRequirementsInfo2-sType-sType", + "text": " sType must be VK_STRUCTURE_TYPE_BUFFER_MEMORY_REQUIREMENTS_INFO_2" }, { - "vuid": "VUID-VkBufferMemoryRequirementsInfo2KHR-pNext-pNext", + "vuid": "VUID-VkBufferMemoryRequirementsInfo2-pNext-pNext", "text": " pNext must be NULL" }, { - "vuid": "VUID-VkBufferMemoryRequirementsInfo2KHR-buffer-parameter", + "vuid": "VUID-VkBufferMemoryRequirementsInfo2-buffer-parameter", "text": " buffer must be a valid VkBuffer handle" } ] }, - "vkGetImageMemoryRequirements2KHR": { - "(VK_KHR_get_memory_requirements2)": [ + "vkGetImageMemoryRequirements2": { + "(VK_VERSION_1_1,VK_KHR_get_memory_requirements2)": [ { - "vuid": "VUID-vkGetImageMemoryRequirements2KHR-device-parameter", + "vuid": "VUID-vkGetImageMemoryRequirements2-device-parameter", "text": " device must be a valid VkDevice handle" }, { - "vuid": "VUID-vkGetImageMemoryRequirements2KHR-pInfo-parameter", - "text": " pInfo must be a valid pointer to a valid VkImageMemoryRequirementsInfo2KHR structure" + "vuid": "VUID-vkGetImageMemoryRequirements2-pInfo-parameter", + "text": " pInfo must be a valid pointer to a valid VkImageMemoryRequirementsInfo2 structure" }, { - "vuid": "VUID-vkGetImageMemoryRequirements2KHR-pMemoryRequirements-parameter", - "text": " pMemoryRequirements must be a valid pointer to a VkMemoryRequirements2KHR structure" + "vuid": "VUID-vkGetImageMemoryRequirements2-pMemoryRequirements-parameter", + "text": " pMemoryRequirements must be a valid pointer to a VkMemoryRequirements2 structure" } ] }, - "VkImageMemoryRequirementsInfo2KHR": { - "(VK_KHR_get_memory_requirements2)+(VK_KHR_sampler_ycbcr_conversion)": [ + "VkImageMemoryRequirementsInfo2": { + "(VK_VERSION_1_1,VK_KHR_get_memory_requirements2)+(VK_VERSION_1_1,VK_KHR_sampler_ycbcr_conversion)": [ { "vuid": "VUID-VkImageMemoryRequirementsInfo2KHR-image-01589", - "text": " If image was created with a multi-planar format and the VK_IMAGE_CREATE_DISJOINT_BIT_KHR flag, there must be a VkImagePlaneMemoryRequirementsInfoKHR in the pNext chain of the VkImageMemoryRequirementsInfo2KHR structure" + "text": " If image was created with a multi-planar format and the VK_IMAGE_CREATE_DISJOINT_BIT flag, there must be a VkImagePlaneMemoryRequirementsInfo in the pNext chain of the VkImageMemoryRequirementsInfo2 structure" }, { "vuid": "VUID-VkImageMemoryRequirementsInfo2KHR-image-01590", - "text": " If image was not created with the VK_IMAGE_CREATE_DISJOINT_BIT_KHR flag, there must not be a VkImagePlaneMemoryRequirementsInfoKHR in the pNext chain of the VkImageMemoryRequirementsInfo2KHR structure" + "text": " If image was not created with the VK_IMAGE_CREATE_DISJOINT_BIT flag, there must not be a VkImagePlaneMemoryRequirementsInfo in the pNext chain of the VkImageMemoryRequirementsInfo2 structure" }, { "vuid": "VUID-VkImageMemoryRequirementsInfo2KHR-image-01591", - "text": " If image was created with a single-plane format, there must not be a VkImagePlaneMemoryRequirementsInfoKHR in the pNext chain of the VkImageMemoryRequirementsInfo2KHR structure" + "text": " If image was created with a single-plane format, there must not be a VkImagePlaneMemoryRequirementsInfo in the pNext chain of the VkImageMemoryRequirementsInfo2 structure" } ], - "(VK_KHR_get_memory_requirements2)": [ + "(VK_VERSION_1_1,VK_KHR_get_memory_requirements2)": [ { - "vuid": "VUID-VkImageMemoryRequirementsInfo2KHR-sType-sType", - "text": " sType must be VK_STRUCTURE_TYPE_IMAGE_MEMORY_REQUIREMENTS_INFO_2_KHR" + "vuid": "VUID-VkImageMemoryRequirementsInfo2-sType-sType", + "text": " sType must be VK_STRUCTURE_TYPE_IMAGE_MEMORY_REQUIREMENTS_INFO_2" }, { - "vuid": "VUID-VkImageMemoryRequirementsInfo2KHR-pNext-pNext", - "text": " pNext must be NULL or a pointer to a valid instance of VkImagePlaneMemoryRequirementsInfoKHR" + "vuid": "VUID-VkImageMemoryRequirementsInfo2-pNext-pNext", + "text": " pNext must be NULL or a pointer to a valid instance of VkImagePlaneMemoryRequirementsInfo" }, { - "vuid": "VUID-VkImageMemoryRequirementsInfo2KHR-image-parameter", + "vuid": "VUID-VkImageMemoryRequirementsInfo2-image-parameter", "text": " image must be a valid VkImage handle" } ] }, - "VkImagePlaneMemoryRequirementsInfoKHR": { - "(VK_KHR_get_memory_requirements2)+(VK_KHR_sampler_ycbcr_conversion)": [ + "VkImagePlaneMemoryRequirementsInfo": { + "(VK_VERSION_1_1,VK_KHR_get_memory_requirements2)+(VK_VERSION_1_1,VK_KHR_sampler_ycbcr_conversion)": [ { "vuid": "VUID-VkImagePlaneMemoryRequirementsInfoKHR-planeAspect-01592", - "text": " planeAspect must be an aspect that exists in the format; that is, for a two-plane image planeAspect must be VK_IMAGE_ASPECT_PLANE_0_BIT_KHR or VK_IMAGE_ASPECT_PLANE_1_BIT_KHR, and for a three-plane image planeAspect must be VK_IMAGE_ASPECT_PLANE_0_BIT_KHR, VK_IMAGE_ASPECT_PLANE_1_BIT_KHR or VK_IMAGE_ASPECT_PLANE_2_BIT_KHR" + "text": " planeAspect must be an aspect that exists in the format; that is, for a two-plane image planeAspect must be VK_IMAGE_ASPECT_PLANE_0_BIT or VK_IMAGE_ASPECT_PLANE_1_BIT, and for a three-plane image planeAspect must be VK_IMAGE_ASPECT_PLANE_0_BIT, VK_IMAGE_ASPECT_PLANE_1_BIT or VK_IMAGE_ASPECT_PLANE_2_BIT" }, { - "vuid": "VUID-VkImagePlaneMemoryRequirementsInfoKHR-sType-sType", - "text": " sType must be VK_STRUCTURE_TYPE_IMAGE_PLANE_MEMORY_REQUIREMENTS_INFO_KHR" + "vuid": "VUID-VkImagePlaneMemoryRequirementsInfo-sType-sType", + "text": " sType must be VK_STRUCTURE_TYPE_IMAGE_PLANE_MEMORY_REQUIREMENTS_INFO" }, { - "vuid": "VUID-VkImagePlaneMemoryRequirementsInfoKHR-planeAspect-parameter", + "vuid": "VUID-VkImagePlaneMemoryRequirementsInfo-planeAspect-parameter", "text": " planeAspect must be a valid VkImageAspectFlagBits value" } ] }, - "VkMemoryRequirements2KHR": { - "(VK_KHR_get_memory_requirements2)": [ + "VkMemoryRequirements2": { + "(VK_VERSION_1_1,VK_KHR_get_memory_requirements2)": [ { - "vuid": "VUID-VkMemoryRequirements2KHR-sType-sType", - "text": " sType must be VK_STRUCTURE_TYPE_MEMORY_REQUIREMENTS_2_KHR" + "vuid": "VUID-VkMemoryRequirements2-sType-sType", + "text": " sType must be VK_STRUCTURE_TYPE_MEMORY_REQUIREMENTS_2" }, { - "vuid": "VUID-VkMemoryRequirements2KHR-pNext-pNext", - "text": " pNext must be NULL or a pointer to a valid instance of VkMemoryDedicatedRequirementsKHR" + "vuid": "VUID-VkMemoryRequirements2-pNext-pNext", + "text": " pNext must be NULL or a pointer to a valid instance of VkMemoryDedicatedRequirements" } ] }, - "VkMemoryDedicatedRequirementsKHR": { - "(VK_KHR_dedicated_allocation)": [ + "VkMemoryDedicatedRequirements": { + "(VK_VERSION_1_1,VK_KHR_dedicated_allocation)": [ { - "vuid": "VUID-VkMemoryDedicatedRequirementsKHR-sType-sType", - "text": " sType must be VK_STRUCTURE_TYPE_MEMORY_DEDICATED_REQUIREMENTS_KHR" + "vuid": "VUID-VkMemoryDedicatedRequirements-sType-sType", + "text": " sType must be VK_STRUCTURE_TYPE_MEMORY_DEDICATED_REQUIREMENTS" }, { - "vuid": "VUID-VkMemoryDedicatedRequirementsKHR-pNext-pNext", + "vuid": "VUID-VkMemoryDedicatedRequirements-pNext-pNext", "text": " pNext must be NULL" } ] @@ -7011,10 +7069,10 @@ "text": " memory must have been created, allocated, or retrieved from device" } ], - "(VK_KHR_dedicated_allocation)": [ + "(VK_VERSION_1_1,VK_KHR_dedicated_allocation)": [ { "vuid": "VUID-vkBindBufferMemory-buffer-01444", - "text": " If buffer requires a dedicated allocation(as reported by vkGetBufferMemoryRequirements2KHR in VkMemoryDedicatedRequirementsKHR::requiresDedicatedAllocation for image), memory must have been created with VkMemoryDedicatedAllocateInfoKHR::buffer equal to buffer" + "text": " If buffer requires a dedicated allocation(as reported by vkGetBufferMemoryRequirements2 in VkMemoryDedicatedRequirements::requiresDedicatedAllocation for image), memory must have been created with VkMemoryDedicatedAllocateInfo::buffer equal to buffer" }, { "vuid": "VUID-vkBindBufferMemory-memory-01508", @@ -7027,31 +7085,31 @@ "text": " If buffer was created with VkDedicatedAllocationBufferCreateInfoNV::dedicatedAllocation equal to VK_TRUE, memory must have been created with VkDedicatedAllocationMemoryAllocateInfoNV::buffer equal to a buffer handle created with identical creation parameters to buffer and memoryOffset must be zero" } ], - "(VK_NV_dedicated_allocation)+!(VK_KHR_dedicated_allocation)": [ + "(VK_NV_dedicated_allocation)+!(VK_VERSION_1_1,VK_KHR_dedicated_allocation)": [ { "vuid": "VUID-vkBindBufferMemory-buffer-01039", "text": " If buffer was not created with VkDedicatedAllocationBufferCreateInfoNV::dedicatedAllocation equal to VK_TRUE, memory must not have been allocated dedicated for a specific buffer or image" } ] }, - "vkBindBufferMemory2KHR": { - "(VK_KHR_bind_memory2)": [ + "vkBindBufferMemory2": { + "(VK_VERSION_1_1,VK_KHR_bind_memory2)": [ { - "vuid": "VUID-vkBindBufferMemory2KHR-device-parameter", + "vuid": "VUID-vkBindBufferMemory2-device-parameter", "text": " device must be a valid VkDevice handle" }, { - "vuid": "VUID-vkBindBufferMemory2KHR-pBindInfos-parameter", - "text": " pBindInfos must be a valid pointer to an array of bindInfoCount valid VkBindBufferMemoryInfoKHR structures" + "vuid": "VUID-vkBindBufferMemory2-pBindInfos-parameter", + "text": " pBindInfos must be a valid pointer to an array of bindInfoCount valid VkBindBufferMemoryInfo structures" }, { - "vuid": "VUID-vkBindBufferMemory2KHR-bindInfoCount-arraylength", + "vuid": "VUID-vkBindBufferMemory2-bindInfoCount-arraylength", "text": " bindInfoCount must be greater than 0" } ] }, - "VkBindBufferMemoryInfoKHR": { - "(VK_KHR_bind_memory2)": [ + "VkBindBufferMemoryInfo": { + "(VK_VERSION_1_1,VK_KHR_bind_memory2)": [ { "vuid": "VUID-VkBindBufferMemoryInfoKHR-buffer-01593", "text": " buffer must not already be backed by a memory object" @@ -7089,80 +7147,80 @@ "text": " The size member of the VkMemoryRequirements structure returned from a call to vkGetBufferMemoryRequirements with buffer must be less than or equal to the size of memory minus memoryOffset" }, { - "vuid": "VUID-VkBindBufferMemoryInfoKHR-sType-sType", - "text": " sType must be VK_STRUCTURE_TYPE_BIND_BUFFER_MEMORY_INFO_KHR" + "vuid": "VUID-VkBindBufferMemoryInfo-sType-sType", + "text": " sType must be VK_STRUCTURE_TYPE_BIND_BUFFER_MEMORY_INFO" }, { - "vuid": "VUID-VkBindBufferMemoryInfoKHR-pNext-pNext", - "text": " pNext must be NULL or a pointer to a valid instance of VkBindBufferMemoryDeviceGroupInfoKHX" + "vuid": "VUID-VkBindBufferMemoryInfo-pNext-pNext", + "text": " pNext must be NULL or a pointer to a valid instance of VkBindBufferMemoryDeviceGroupInfo" }, { - "vuid": "VUID-VkBindBufferMemoryInfoKHR-buffer-parameter", + "vuid": "VUID-VkBindBufferMemoryInfo-buffer-parameter", "text": " buffer must be a valid VkBuffer handle" }, { - "vuid": "VUID-VkBindBufferMemoryInfoKHR-memory-parameter", + "vuid": "VUID-VkBindBufferMemoryInfo-memory-parameter", "text": " memory must be a valid VkDeviceMemory handle" }, { - "vuid": "VUID-VkBindBufferMemoryInfoKHR-commonparent", + "vuid": "VUID-VkBindBufferMemoryInfo-commonparent", "text": " Both of buffer, and memory must have been created, allocated, or retrieved from the same VkDevice" } ], - "(VK_KHR_bind_memory2)+(VK_KHR_dedicated_allocation)": [ + "(VK_VERSION_1_1,VK_KHR_bind_memory2)+(VK_VERSION_1_1,VK_KHR_dedicated_allocation)": [ { "vuid": "VUID-VkBindBufferMemoryInfoKHR-buffer-01602", - "text": " If buffer requires a dedicated allocation(as reported by vkGetBufferMemoryRequirements2KHR in VkMemoryDedicatedRequirementsKHR::requiresDedicatedAllocation for image), memory must have been created with VkMemoryDedicatedAllocateInfoKHR::buffer equal to buffer and memoryOffset must be zero" + "text": " If buffer requires a dedicated allocation(as reported by vkGetBufferMemoryRequirements2 in VkMemoryDedicatedRequirements::requiresDedicatedAllocation for image), memory must have been created with VkMemoryDedicatedAllocateInfo::buffer equal to buffer and memoryOffset must be zero" } ], - "(VK_KHR_bind_memory2)+(VK_NV_dedicated_allocation)": [ + "(VK_VERSION_1_1,VK_KHR_bind_memory2)+(VK_NV_dedicated_allocation)": [ { "vuid": "VUID-VkBindBufferMemoryInfoKHR-buffer-01603", "text": " If buffer was created with VkDedicatedAllocationBufferCreateInfoNV::dedicatedAllocation equal to VK_TRUE, memory must have been created with VkDedicatedAllocationMemoryAllocateInfoNV::buffer equal to buffer and memoryOffset must be zero" } ], - "(VK_KHR_bind_memory2)+(VK_NV_dedicated_allocation)+!(VK_KHR_dedicated_allocation)": [ + "(VK_VERSION_1_1,VK_KHR_bind_memory2)+(VK_NV_dedicated_allocation)+!(VK_VERSION_1_1,VK_KHR_dedicated_allocation)": [ { "vuid": "VUID-VkBindBufferMemoryInfoKHR-buffer-01604", "text": " If buffer was not created with VkDedicatedAllocationBufferCreateInfoNV::dedicatedAllocation equal to VK_TRUE, memory must not have been allocated dedicated for a specific buffer or image" } ], - "(VK_KHR_bind_memory2)+(VK_KHX_device_group)": [ + "(VK_VERSION_1_1,VK_KHR_bind_memory2)+(VK_VERSION_1_1,VK_KHR_device_group)": [ { "vuid": "VUID-VkBindBufferMemoryInfoKHR-pNext-01605", - "text": " If the pNext chain includes VkBindBufferMemoryDeviceGroupInfoKHX, all instances of memory specified by VkBindBufferMemoryDeviceGroupInfoKHX::pDeviceIndices must have been allocated" + "text": " If the pNext chain includes VkBindBufferMemoryDeviceGroupInfo, all instances of memory specified by VkBindBufferMemoryDeviceGroupInfo::pDeviceIndices must have been allocated" } ] }, - "VkBindBufferMemoryDeviceGroupInfoKHX": { - "(VK_KHR_bind_memory2)+(VK_KHX_device_group)": [ + "VkBindBufferMemoryDeviceGroupInfo": { + "(VK_VERSION_1_1,VK_KHR_bind_memory2)+(VK_VERSION_1_1,VK_KHR_device_group)": [ { - "vuid": "VUID-VkBindBufferMemoryDeviceGroupInfoKHX-deviceIndexCount-01606", + "vuid": "VUID-VkBindBufferMemoryDeviceGroupInfoKHR-deviceIndexCount-01606", "text": " deviceIndexCount must either be zero or equal to the number of physical devices in the logical device" }, { - "vuid": "VUID-VkBindBufferMemoryDeviceGroupInfoKHX-pDeviceIndices-01607", + "vuid": "VUID-VkBindBufferMemoryDeviceGroupInfoKHR-pDeviceIndices-01607", "text": " All elements of pDeviceIndices must be valid device indices" }, { - "vuid": "VUID-VkBindBufferMemoryDeviceGroupInfoKHX-sType-sType", - "text": " sType must be VK_STRUCTURE_TYPE_BIND_BUFFER_MEMORY_DEVICE_GROUP_INFO_KHX" + "vuid": "VUID-VkBindBufferMemoryDeviceGroupInfo-sType-sType", + "text": " sType must be VK_STRUCTURE_TYPE_BIND_BUFFER_MEMORY_DEVICE_GROUP_INFO" }, { - "vuid": "VUID-VkBindBufferMemoryDeviceGroupInfoKHX-pNext-pNext", + "vuid": "VUID-VkBindBufferMemoryDeviceGroupInfo-pNext-pNext", "text": " pNext must be NULL" }, { - "vuid": "VUID-VkBindBufferMemoryDeviceGroupInfoKHX-pDeviceIndices-parameter", + "vuid": "VUID-VkBindBufferMemoryDeviceGroupInfo-pDeviceIndices-parameter", "text": " If deviceIndexCount is not 0, pDeviceIndices must be a valid pointer to an array of deviceIndexCount uint32_t values" } ] }, "vkBindImageMemory": { - "(VK_KHR_sampler_ycbcr_conversion)": [ + "(VK_VERSION_1_1,VK_KHR_sampler_ycbcr_conversion)": [ { "vuid": "VUID-vkBindImageMemory-image-01608", - "text": " image must not have been created with the VK_IMAGE_CREATE_DISJOINT_BIT_KHR set." + "text": " image must not have been created with the VK_IMAGE_CREATE_DISJOINT_BIT set." } ], "core": [ @@ -7211,10 +7269,10 @@ "text": " memory must have been created, allocated, or retrieved from device" } ], - "(VK_KHR_dedicated_allocation)": [ + "(VK_VERSION_1_1,VK_KHR_dedicated_allocation)": [ { "vuid": "VUID-vkBindImageMemory-image-01445", - "text": " If image requires a dedicated allocation (as reported by vkGetImageMemoryRequirements2KHR in VkMemoryDedicatedRequirementsKHR::requiresDedicatedAllocation for image), memory must have been created with VkMemoryDedicatedAllocateInfoKHR::image equal to image" + "text": " If image requires a dedicated allocation (as reported by vkGetImageMemoryRequirements2 in VkMemoryDedicatedRequirements::requiresDedicatedAllocation for image), memory must have been created with VkMemoryDedicatedAllocateInfo::image equal to image" }, { "vuid": "VUID-vkBindImageMemory-memory-01509", @@ -7227,31 +7285,31 @@ "text": " If image was created with VkDedicatedAllocationImageCreateInfoNV::dedicatedAllocation equal to VK_TRUE, memory must have been created with VkDedicatedAllocationMemoryAllocateInfoNV::image equal to an image handle created with identical creation parameters to image and memoryOffset must be zero" } ], - "(VK_NV_dedicated_allocation)+!(VK_KHR_dedicated_allocation)": [ + "(VK_NV_dedicated_allocation)+!(VK_VERSION_1_1,VK_KHR_dedicated_allocation)": [ { "vuid": "VUID-vkBindImageMemory-image-01051", "text": " If image was not created with VkDedicatedAllocationImageCreateInfoNV::dedicatedAllocation equal to VK_TRUE, memory must not have been allocated dedicated for a specific buffer or image" } ] }, - "vkBindImageMemory2KHR": { - "(VK_KHR_bind_memory2)": [ + "vkBindImageMemory2": { + "(VK_VERSION_1_1,VK_KHR_bind_memory2)": [ { - "vuid": "VUID-vkBindImageMemory2KHR-device-parameter", + "vuid": "VUID-vkBindImageMemory2-device-parameter", "text": " device must be a valid VkDevice handle" }, { - "vuid": "VUID-vkBindImageMemory2KHR-pBindInfos-parameter", - "text": " pBindInfos must be a valid pointer to an array of bindInfoCount valid VkBindImageMemoryInfoKHR structures" + "vuid": "VUID-vkBindImageMemory2-pBindInfos-parameter", + "text": " pBindInfos must be a valid pointer to an array of bindInfoCount valid VkBindImageMemoryInfo structures" }, { - "vuid": "VUID-vkBindImageMemory2KHR-bindInfoCount-arraylength", + "vuid": "VUID-vkBindImageMemory2-bindInfoCount-arraylength", "text": " bindInfoCount must be greater than 0" } ] }, - "VkBindImageMemoryInfoKHR": { - "(VK_KHR_bind_memory2)": [ + "VkBindImageMemoryInfo": { + "(VK_VERSION_1_1,VK_KHR_bind_memory2)": [ { "vuid": "VUID-VkBindImageMemoryInfoKHR-image-01609", "text": " image must not already be backed by a memory object" @@ -7265,27 +7323,27 @@ "text": " memoryOffset must be less than the size of memory" }, { - "vuid": "VUID-VkBindImageMemoryInfoKHR-sType-sType", - "text": " sType must be VK_STRUCTURE_TYPE_BIND_IMAGE_MEMORY_INFO_KHR" + "vuid": "VUID-VkBindImageMemoryInfo-sType-sType", + "text": " sType must be VK_STRUCTURE_TYPE_BIND_IMAGE_MEMORY_INFO" }, { - "vuid": "VUID-VkBindImageMemoryInfoKHR-pNext-pNext", - "text": " Each pNext member of any structure (including this one) in the pNext chain must be either NULL or a pointer to a valid instance of VkBindImageMemoryDeviceGroupInfoKHX, VkBindImageMemorySwapchainInfoKHX, or VkBindImagePlaneMemoryInfoKHR" + "vuid": "VUID-VkBindImageMemoryInfo-pNext-pNext", + "text": " Each pNext member of any structure (including this one) in the pNext chain must be either NULL or a pointer to a valid instance of VkBindImageMemoryDeviceGroupInfo, VkBindImageMemorySwapchainInfoKHR, or VkBindImagePlaneMemoryInfo" }, { - "vuid": "VUID-VkBindImageMemoryInfoKHR-sType-unique", + "vuid": "VUID-VkBindImageMemoryInfo-sType-unique", "text": " Each sType member in the pNext chain must be unique" }, { - "vuid": "VUID-VkBindImageMemoryInfoKHR-image-parameter", + "vuid": "VUID-VkBindImageMemoryInfo-image-parameter", "text": " image must be a valid VkImage handle" }, { - "vuid": "VUID-VkBindImageMemoryInfoKHR-commonparent", + "vuid": "VUID-VkBindImageMemoryInfo-commonparent", "text": " Both of image, and memory that are valid handles must have been created, allocated, or retrieved from the same VkDevice" } ], - "(VK_KHR_bind_memory2)+!(VK_KHR_sampler_ycbcr_conversion)": [ + "(VK_VERSION_1_1,VK_KHR_bind_memory2)+!(VK_VERSION_1_1,VK_KHR_sampler_ycbcr_conversion)": [ { "vuid": "VUID-VkBindImageMemoryInfoKHR-memory-01612", "text": " memory must have been allocated using one of the memory types allowed in the memoryTypeBits member of the VkMemoryRequirements structure returned from a call to vkGetImageMemoryRequirements with image" @@ -7299,180 +7357,180 @@ "text": " The difference of the size of memory and memoryOffset must be greater than or equal to the size member of the VkMemoryRequirements structure returned from a call to vkGetImageMemoryRequirements with the same image" } ], - "(VK_KHR_bind_memory2)+(VK_KHR_sampler_ycbcr_conversion)": [ + "(VK_VERSION_1_1,VK_KHR_bind_memory2)+(VK_VERSION_1_1,VK_KHR_sampler_ycbcr_conversion)": [ { "vuid": "VUID-VkBindImageMemoryInfoKHR-pNext-01615", - "text": " If the pNext chain does not include an instance of the VkBindImagePlaneMemoryInfoKHR structure, memory must have been allocated using one of the memory types allowed in the memoryTypeBits member of the VkMemoryRequirements structure returned from a call to vkGetImageMemoryRequirements2KHR with image" + "text": " If the pNext chain does not include an instance of the VkBindImagePlaneMemoryInfo structure, memory must have been allocated using one of the memory types allowed in the memoryTypeBits member of the VkMemoryRequirements structure returned from a call to vkGetImageMemoryRequirements2 with image" }, { "vuid": "VUID-VkBindImageMemoryInfoKHR-pNext-01616", - "text": " If the pNext chain does not include an instance of the VkBindImagePlaneMemoryInfoKHR structure, memoryOffset must be an integer multiple of the alignment member of the VkMemoryRequirements structure returned from a call to vkGetImageMemoryRequirements2KHR with image" + "text": " If the pNext chain does not include an instance of the VkBindImagePlaneMemoryInfo structure, memoryOffset must be an integer multiple of the alignment member of the VkMemoryRequirements structure returned from a call to vkGetImageMemoryRequirements2 with image" }, { "vuid": "VUID-VkBindImageMemoryInfoKHR-pNext-01617", - "text": " If the pNext chain does not include an instance of the VkBindImagePlaneMemoryInfoKHR structure, the difference of the size of memory and memoryOffset must be greater than or equal to the size member of the VkMemoryRequirements structure returned from a call to vkGetImageMemoryRequirements2KHR with the same image" + "text": " If the pNext chain does not include an instance of the VkBindImagePlaneMemoryInfo structure, the difference of the size of memory and memoryOffset must be greater than or equal to the size member of the VkMemoryRequirements structure returned from a call to vkGetImageMemoryRequirements2 with the same image" }, { "vuid": "VUID-VkBindImageMemoryInfoKHR-pNext-01618", - "text": " If the pNext chain includes an instance of the VkBindImagePlaneMemoryInfoKHR structure, image must have been created with the VK_IMAGE_CREATE_DISJOINT_BIT_KHR bit set." + "text": " If the pNext chain includes an instance of the VkBindImagePlaneMemoryInfo structure, image must have been created with the VK_IMAGE_CREATE_DISJOINT_BIT bit set." }, { "vuid": "VUID-VkBindImageMemoryInfoKHR-pNext-01619", - "text": " If the pNext chain includes an instance of the VkBindImagePlaneMemoryInfoKHR structure, memory must have been allocated using one of the memory types allowed in the memoryTypeBits member of the VkMemoryRequirements structure returned from a call to vkGetImageMemoryRequirements2KHR with image and the correct planeAspect for this plane in the VkImagePlaneMemoryRequirementsInfoKHR structure attached to the VkImageMemoryRequirementsInfo2KHR’s pNext chain" + "text": " If the pNext chain includes an instance of the VkBindImagePlaneMemoryInfo structure, memory must have been allocated using one of the memory types allowed in the memoryTypeBits member of the VkMemoryRequirements structure returned from a call to vkGetImageMemoryRequirements2 with image and the correct planeAspect for this plane in the VkImagePlaneMemoryRequirementsInfo structure attached to the VkImageMemoryRequirementsInfo2’s pNext chain" }, { "vuid": "VUID-VkBindImageMemoryInfoKHR-pNext-01620", - "text": " If the pNext chain includes an instance of the VkBindImagePlaneMemoryInfoKHR structure, memoryOffset must be an integer multiple of the alignment member of the VkMemoryRequirements structure returned from a call to vkGetImageMemoryRequirements2KHR with image and the correct planeAspect for this plane in the VkImagePlaneMemoryRequirementsInfoKHR structure attached to the VkImageMemoryRequirementsInfo2KHR’s pNext chain" + "text": " If the pNext chain includes an instance of the VkBindImagePlaneMemoryInfo structure, memoryOffset must be an integer multiple of the alignment member of the VkMemoryRequirements structure returned from a call to vkGetImageMemoryRequirements2 with image and the correct planeAspect for this plane in the VkImagePlaneMemoryRequirementsInfo structure attached to the VkImageMemoryRequirementsInfo2’s pNext chain" }, { "vuid": "VUID-VkBindImageMemoryInfoKHR-pNext-01621", - "text": " If the pNext chain includes an instance of the VkBindImagePlaneMemoryInfoKHR structure, the difference of the size of memory and memoryOffset must be greater than or equal to the size member of the VkMemoryRequirements structure returned from a call to vkGetImageMemoryRequirements2KHR with the same image and the correct planeAspect for this plane in the VkImagePlaneMemoryRequirementsInfoKHR structure attached to the VkImageMemoryRequirementsInfo2KHR’s pNext chain" + "text": " If the pNext chain includes an instance of the VkBindImagePlaneMemoryInfo structure, the difference of the size of memory and memoryOffset must be greater than or equal to the size member of the VkMemoryRequirements structure returned from a call to vkGetImageMemoryRequirements2 with the same image and the correct planeAspect for this plane in the VkImagePlaneMemoryRequirementsInfo structure attached to the VkImageMemoryRequirementsInfo2’s pNext chain" } ], - "(VK_KHR_bind_memory2)+(VK_KHR_dedicated_allocation)": [ + "(VK_VERSION_1_1,VK_KHR_bind_memory2)+(VK_VERSION_1_1,VK_KHR_dedicated_allocation)": [ { "vuid": "VUID-VkBindImageMemoryInfoKHR-image-01622", - "text": " If image requires a dedicated allocation (as reported by vkGetImageMemoryRequirements2KHR in VkMemoryDedicatedRequirementsKHR::requiresDedicatedAllocation for image), memory must have been created with VkMemoryDedicatedAllocateInfoKHR::image equal to image and memoryOffset must be zero" + "text": " If image requires a dedicated allocation (as reported by vkGetImageMemoryRequirements2 in VkMemoryDedicatedRequirements::requiresDedicatedAllocation for image), memory must have been created with VkMemoryDedicatedAllocateInfo::image equal to image and memoryOffset must be zero" } ], - "(VK_KHR_bind_memory2)+(VK_NV_dedicated_allocation)": [ + "(VK_VERSION_1_1,VK_KHR_bind_memory2)+(VK_NV_dedicated_allocation)": [ { "vuid": "VUID-VkBindImageMemoryInfoKHR-image-01623", "text": " If image was created with VkDedicatedAllocationImageCreateInfoNV::dedicatedAllocation equal to VK_TRUE, memory must have been created with VkDedicatedAllocationMemoryAllocateInfoNV::image equal to image and memoryOffset must be zero" } ], - "(VK_KHR_bind_memory2)+(VK_NV_dedicated_allocation)+!(VK_KHR_dedicated_allocation)": [ + "(VK_VERSION_1_1,VK_KHR_bind_memory2)+(VK_NV_dedicated_allocation)+!(VK_VERSION_1_1,VK_KHR_dedicated_allocation)": [ { "vuid": "VUID-VkBindImageMemoryInfoKHR-image-01624", "text": " If image was not created with VkDedicatedAllocationImageCreateInfoNV::dedicatedAllocation equal to VK_TRUE, memory must not have been allocated dedicated for a specific buffer or image" } ], - "(VK_KHR_bind_memory2)+!(VK_KHX_device_group)": [ + "(VK_VERSION_1_1,VK_KHR_bind_memory2)+!(VK_VERSION_1_1,VK_KHR_device_group)": [ { "vuid": "VUID-VkBindImageMemoryInfoKHR-memory-01625", "text": " memory must be a valid VkDeviceMemory handle" } ], - "(VK_KHR_bind_memory2)+(VK_KHX_device_group)": [ + "(VK_VERSION_1_1,VK_KHR_bind_memory2)+(VK_VERSION_1_1,VK_KHR_device_group)": [ { "vuid": "VUID-VkBindImageMemoryInfoKHR-pNext-01626", - "text": " If the pNext chain includes VkBindImageMemoryDeviceGroupInfoKHX, all instances of memory specified by VkBindImageMemoryDeviceGroupInfoKHX::pDeviceIndices must have been allocated" + "text": " If the pNext chain includes VkBindImageMemoryDeviceGroupInfo, all instances of memory specified by VkBindImageMemoryDeviceGroupInfo::pDeviceIndices must have been allocated" }, { "vuid": "VUID-VkBindImageMemoryInfoKHR-pNext-01627", - "text": " If the pNext chain includes VkBindImageMemoryDeviceGroupInfoKHX, and VkBindImageMemoryDeviceGroupInfoKHX::SFRRectCount is not zero, then image must have been created with the VK_IMAGE_CREATE_BIND_SFR_BIT_KHX bit set" + "text": " If the pNext chain includes VkBindImageMemoryDeviceGroupInfo, and VkBindImageMemoryDeviceGroupInfo::splitInstanceBindRegionCount is not zero, then image must have been created with the VK_IMAGE_CREATE_SPLIT_INSTANCE_BIND_REGIONS_BIT bit set" }, { "vuid": "VUID-VkBindImageMemoryInfoKHR-pNext-01628", - "text": " If the pNext chain includes VkBindImageMemoryDeviceGroupInfoKHX, all elements of VkBindImageMemoryDeviceGroupInfoKHX::pSFRRects must be valid rectangles contained within the dimensions of image" + "text": " If the pNext chain includes VkBindImageMemoryDeviceGroupInfo, all elements of VkBindImageMemoryDeviceGroupInfo::pSplitInstanceBindRegions must be valid rectangles contained within the dimensions of image" }, { "vuid": "VUID-VkBindImageMemoryInfoKHR-pNext-01629", - "text": " If the pNext chain includes VkBindImageMemoryDeviceGroupInfoKHX, the union of the areas of all elements of VkBindImageMemoryDeviceGroupInfoKHX::pSFRRects that correspond to the same instance of image must cover the entire image." + "text": " If the pNext chain includes VkBindImageMemoryDeviceGroupInfo, the union of the areas of all elements of VkBindImageMemoryDeviceGroupInfo::pSplitInstanceBindRegions that correspond to the same instance of image must cover the entire image." }, { "vuid": "VUID-VkBindImageMemoryInfoKHR-image-01630", - "text": " If image was created with a valid swapchain handle in VkImageSwapchainCreateInfoKHX::swapchain, then the pNext chain must include a valid instance of VkBindImageMemorySwapchainInfoKHX" + "text": " If image was created with a valid swapchain handle in VkImageSwapchainCreateInfoKHR::swapchain, then the pNext chain must include a valid instance of VkBindImageMemorySwapchainInfoKHR" }, { "vuid": "VUID-VkBindImageMemoryInfoKHR-pNext-01631", - "text": " If the pNext chain includes an instance of VkBindImageMemorySwapchainInfoKHX, memory must be VK_NULL_HANDLE" + "text": " If the pNext chain includes an instance of VkBindImageMemorySwapchainInfoKHR, memory must be VK_NULL_HANDLE" }, { "vuid": "VUID-VkBindImageMemoryInfoKHR-pNext-01632", - "text": " If the pNext chain does not include an instance of VkBindImageMemorySwapchainInfoKHX, memory must be a valid VkDeviceMemory handle" + "text": " If the pNext chain does not include an instance of VkBindImageMemorySwapchainInfoKHR, memory must be a valid VkDeviceMemory handle" } ] }, - "VkBindImageMemoryDeviceGroupInfoKHX": { - "(VK_KHR_bind_memory2)+(VK_KHX_device_group)": [ + "VkBindImageMemoryDeviceGroupInfo": { + "(VK_VERSION_1_1,VK_KHR_bind_memory2)+(VK_VERSION_1_1,VK_KHR_device_group)": [ { - "vuid": "VUID-VkBindImageMemoryDeviceGroupInfoKHX-deviceIndexCount-01633", - "text": " At least one of deviceIndexCount and SFRRectCount must be zero." + "vuid": "VUID-VkBindImageMemoryDeviceGroupInfoKHR-deviceIndexCount-01633", + "text": " At least one of deviceIndexCount and splitInstanceBindRegionCount must be zero." }, { - "vuid": "VUID-VkBindImageMemoryDeviceGroupInfoKHX-deviceIndexCount-01634", + "vuid": "VUID-VkBindImageMemoryDeviceGroupInfoKHR-deviceIndexCount-01634", "text": " deviceIndexCount must either be zero or equal to the number of physical devices in the logical device" }, { - "vuid": "VUID-VkBindImageMemoryDeviceGroupInfoKHX-pDeviceIndices-01635", + "vuid": "VUID-VkBindImageMemoryDeviceGroupInfoKHR-pDeviceIndices-01635", "text": " All elements of pDeviceIndices must be valid device indices." }, { - "vuid": "VUID-VkBindImageMemoryDeviceGroupInfoKHX-SFRRectCount-01636", - "text": " SFRRectCount must either be zero or equal to the number of physical devices in the logical device squared" + "vuid": "VUID-VkBindImageMemoryDeviceGroupInfoKHR-splitInstanceBindRegionCount-01636", + "text": " splitInstanceBindRegionCount must either be zero or equal to the number of physical devices in the logical device squared" }, { - "vuid": "VUID-VkBindImageMemoryDeviceGroupInfoKHX-pSFRRects-01637", - "text": " Elements of pSFRRects that correspond to the same instance of an image must not overlap." + "vuid": "VUID-VkBindImageMemoryDeviceGroupInfoKHR-pSplitInstanceBindRegions-01637", + "text": " Elements of pSplitInstanceBindRegions that correspond to the same instance of an image must not overlap." }, { - "vuid": "VUID-VkBindImageMemoryDeviceGroupInfoKHX-offset-01638", - "text": " The offset.x member of any element of pSFRRects must be a multiple of the sparse image block width (VkSparseImageFormatProperties::imageGranularity.width) of all non-metadata aspects of the image" + "vuid": "VUID-VkBindImageMemoryDeviceGroupInfoKHR-offset-01638", + "text": " The offset.x member of any element of pSplitInstanceBindRegions must be a multiple of the sparse image block width (VkSparseImageFormatProperties::imageGranularity.width) of all non-metadata aspects of the image" }, { - "vuid": "VUID-VkBindImageMemoryDeviceGroupInfoKHX-offset-01639", - "text": " The offset.y member of any element of pSFRRects must be a multiple of the sparse image block height (VkSparseImageFormatProperties::imageGranularity.height) of all non-metadata aspects of the image" + "vuid": "VUID-VkBindImageMemoryDeviceGroupInfoKHR-offset-01639", + "text": " The offset.y member of any element of pSplitInstanceBindRegions must be a multiple of the sparse image block height (VkSparseImageFormatProperties::imageGranularity.height) of all non-metadata aspects of the image" }, { - "vuid": "VUID-VkBindImageMemoryDeviceGroupInfoKHX-extent-01640", - "text": " The extent.width member of any element of pSFRRects must either be a multiple of the sparse image block width of all non-metadata aspects of the image, or else extent.width + offset.x must equal the width of the image subresource" + "vuid": "VUID-VkBindImageMemoryDeviceGroupInfoKHR-extent-01640", + "text": " The extent.width member of any element of pSplitInstanceBindRegions must either be a multiple of the sparse image block width of all non-metadata aspects of the image, or else extent.width + offset.x must equal the width of the image subresource" }, { - "vuid": "VUID-VkBindImageMemoryDeviceGroupInfoKHX-extent-01641", - "text": " The extent.height member of any element of pSFRRects must either be a multiple of the sparse image block height of all non-metadata aspects of the image, or else extent.height
offset.y must equal the width of the image subresource" + "vuid": "VUID-VkBindImageMemoryDeviceGroupInfoKHR-extent-01641", + "text": " The extent.height member of any element of pSplitInstanceBindRegions must either be a multiple of the sparse image block height of all non-metadata aspects of the image, or else extent.height
offset.y must equal the width of the image subresource" }, { - "vuid": "VUID-VkBindImageMemoryDeviceGroupInfoKHX-sType-sType", - "text": " sType must be VK_STRUCTURE_TYPE_BIND_IMAGE_MEMORY_DEVICE_GROUP_INFO_KHX" + "vuid": "VUID-VkBindImageMemoryDeviceGroupInfo-sType-sType", + "text": " sType must be VK_STRUCTURE_TYPE_BIND_IMAGE_MEMORY_DEVICE_GROUP_INFO" }, { - "vuid": "VUID-VkBindImageMemoryDeviceGroupInfoKHX-pNext-pNext", + "vuid": "VUID-VkBindImageMemoryDeviceGroupInfo-pNext-pNext", "text": " pNext must be NULL" }, { - "vuid": "VUID-VkBindImageMemoryDeviceGroupInfoKHX-pDeviceIndices-parameter", + "vuid": "VUID-VkBindImageMemoryDeviceGroupInfo-pDeviceIndices-parameter", "text": " If deviceIndexCount is not 0, pDeviceIndices must be a valid pointer to an array of deviceIndexCount uint32_t values" }, { - "vuid": "VUID-VkBindImageMemoryDeviceGroupInfoKHX-pSFRRects-parameter", - "text": " If SFRRectCount is not 0, pSFRRects must be a valid pointer to an array of SFRRectCount VkRect2D structures" + "vuid": "VUID-VkBindImageMemoryDeviceGroupInfo-pSplitInstanceBindRegions-parameter", + "text": " If splitInstanceBindRegionCount is not 0, pSplitInstanceBindRegions must be a valid pointer to an array of splitInstanceBindRegionCount VkRect2D structures" } ] }, - "VkBindImagePlaneMemoryInfoKHR": { - "(VK_KHR_bind_memory2)+(VK_KHX_device_group)+(VK_KHR_sampler_ycbcr_conversion)": [ + "VkBindImageMemorySwapchainInfoKHR": { + "(VK_VERSION_1_1,VK_KHR_bind_memory2)+(VK_VERSION_1_1,VK_KHR_device_group)+(VK_KHR_swapchain)": [ { - "vuid": "VUID-VkBindImagePlaneMemoryInfoKHR-planeAspect-01642", - "text": " planeAspect must be a single valid plane aspect for the image format (that is, planeAspect must be VK_IMAGE_ASPECT_PLANE_0_BIT_KHR or VK_IMAGE_ASPECT_PLANE_1_BIT_KHR for “_2PLANE” formats and planeAspect must be VK_IMAGE_ASPECT_PLANE_0_BIT_KHR, VK_IMAGE_ASPECT_PLANE_1_BIT_KHR, or VK_IMAGE_ASPECT_PLANE_2_BIT_KHR for “_3PLANE” formats)" - }, - { - "vuid": "VUID-VkBindImagePlaneMemoryInfoKHR-None-01643", - "text": " A single call to vkBindImageMemory2KHR must bind all or none of the planes of an image (i.e. bindings to all planes of an image must be made in a single vkBindImageMemory2KHR call), as separate bindings" + "vuid": "VUID-VkBindImageMemorySwapchainInfoKHR-imageIndex-01644", + "text": " imageIndex must be less than the number of images in swapchain" }, { - "vuid": "VUID-VkBindImagePlaneMemoryInfoKHR-sType-sType", - "text": " sType must be VK_STRUCTURE_TYPE_BIND_IMAGE_PLANE_MEMORY_INFO_KHR" + "vuid": "VUID-VkBindImageMemorySwapchainInfoKHR-sType-sType", + "text": " sType must be VK_STRUCTURE_TYPE_BIND_IMAGE_MEMORY_SWAPCHAIN_INFO_KHR" }, { - "vuid": "VUID-VkBindImagePlaneMemoryInfoKHR-planeAspect-parameter", - "text": " planeAspect must be a valid VkImageAspectFlagBits value" + "vuid": "VUID-VkBindImageMemorySwapchainInfoKHR-swapchain-parameter", + "text": " swapchain must be a valid VkSwapchainKHR handle" } ] }, - "VkBindImageMemorySwapchainInfoKHX": { - "(VK_KHR_bind_memory2)+(VK_KHX_device_group)": [ + "VkBindImagePlaneMemoryInfo": { + "(VK_VERSION_1_1,VK_KHR_bind_memory2)+(VK_VERSION_1_1,VK_KHR_sampler_ycbcr_conversion)": [ { - "vuid": "VUID-VkBindImageMemorySwapchainInfoKHX-imageIndex-01644", - "text": " imageIndex must be less than the number of images in swapchain" + "vuid": "VUID-VkBindImagePlaneMemoryInfoKHR-planeAspect-01642", + "text": " planeAspect must be a single valid plane aspect for the image format (that is, planeAspect must be VK_IMAGE_ASPECT_PLANE_0_BIT or VK_IMAGE_ASPECT_PLANE_1_BIT for “_2PLANE” formats and planeAspect must be VK_IMAGE_ASPECT_PLANE_0_BIT, VK_IMAGE_ASPECT_PLANE_1_BIT, or VK_IMAGE_ASPECT_PLANE_2_BIT for “_3PLANE” formats)" }, { - "vuid": "VUID-VkBindImageMemorySwapchainInfoKHX-sType-sType", - "text": " sType must be VK_STRUCTURE_TYPE_BIND_IMAGE_MEMORY_SWAPCHAIN_INFO_KHX" + "vuid": "VUID-VkBindImagePlaneMemoryInfoKHR-None-01643", + "text": " A single call to vkBindImageMemory2 must bind all or none of the planes of an image (i.e. bindings to all planes of an image must be made in a single vkBindImageMemory2 call), as separate bindings" }, { - "vuid": "VUID-VkBindImageMemorySwapchainInfoKHX-swapchain-parameter", - "text": " swapchain must be a valid VkSwapchainKHR handle" + "vuid": "VUID-VkBindImagePlaneMemoryInfo-sType-sType", + "text": " sType must be VK_STRUCTURE_TYPE_BIND_IMAGE_PLANE_MEMORY_INFO" + }, + { + "vuid": "VUID-VkBindImagePlaneMemoryInfo-planeAspect-parameter", + "text": " planeAspect must be a valid VkImageAspectFlagBits value" } ] }, @@ -7552,7 +7610,7 @@ }, { "vuid": "VUID-VkSamplerCreateInfo-pNext-pNext", - "text": " Each pNext member of any structure (including this one) in the pNext chain must be either NULL or a pointer to a valid instance of VkSamplerReductionModeCreateInfoEXT or VkSamplerYcbcrConversionInfoKHR" + "text": " Each pNext member of any structure (including this one) in the pNext chain must be either NULL or a pointer to a valid instance of VkSamplerReductionModeCreateInfoEXT or VkSamplerYcbcrConversionInfo" }, { "vuid": "VUID-VkSamplerCreateInfo-sType-unique", @@ -7587,17 +7645,17 @@ "text": " addressModeW must be a valid VkSamplerAddressMode value" } ], - "(VK_KHR_sampler_ycbcr_conversion)": [ + "(VK_VERSION_1_1,VK_KHR_sampler_ycbcr_conversion)": [ { "vuid": "VUID-VkSamplerCreateInfo-minFilter-01645", - "text": " If <<samplers-YCbCr-conversion,sampler Y’CBCR conversion>> is enabled and VK_FORMAT_FEATURE_SAMPLED_IMAGE_YCBCR_CONVERSION_SEPARATE_RECONSTRUCTION_FILTER_BIT_KHR is not set for the format, minFilter and magFilter must be equal to the sampler Y’CBCR conversion’s chromaFilter" + "text": " If <<samplers-YCbCr-conversion,sampler Y’CBCR conversion>> is enabled and VK_FORMAT_FEATURE_SAMPLED_IMAGE_YCBCR_CONVERSION_SEPARATE_RECONSTRUCTION_FILTER_BIT is not set for the format, minFilter and magFilter must be equal to the sampler Y’CBCR conversion’s chromaFilter" }, { "vuid": "VUID-VkSamplerCreateInfo-addressModeU-01646", "text": " If <<samplers-YCbCr-conversion,sampler Y’CBCR conversion>> is enabled, addressModeU, addressModeV, and addressModeW must be VK_SAMPLER_ADDRESS_MODE_CLAMP_TO_EDGE, anisotropyEnable must be VK_FALSE, and unnormalizedCoordinates must be VK_FALSE" } ], - "(VK_KHR_sampler_ycbcr_conversion)+(VK_EXT_sampler_filter_minmax)": [ + "(VK_VERSION_1_1,VK_KHR_sampler_ycbcr_conversion)+(VK_EXT_sampler_filter_minmax)": [ { "vuid": "VUID-VkSamplerCreateInfo-None-01647", "text": " The sampler reduction mode must be set to VK_SAMPLER_REDUCTION_MODE_WEIGHTED_AVERAGE_EXT if <<samplers-YCbCr-conversion,sampler Y’CBCR conversion>> is enabled" @@ -7670,59 +7728,59 @@ } ] }, - "VkSamplerYcbcrConversionInfoKHR": { - "(VK_KHR_sampler_ycbcr_conversion)": [ + "VkSamplerYcbcrConversionInfo": { + "(VK_VERSION_1_1,VK_KHR_sampler_ycbcr_conversion)": [ { - "vuid": "VUID-VkSamplerYcbcrConversionInfoKHR-sType-sType", - "text": " sType must be VK_STRUCTURE_TYPE_SAMPLER_YCBCR_CONVERSION_INFO_KHR" + "vuid": "VUID-VkSamplerYcbcrConversionInfo-sType-sType", + "text": " sType must be VK_STRUCTURE_TYPE_SAMPLER_YCBCR_CONVERSION_INFO" }, { - "vuid": "VUID-VkSamplerYcbcrConversionInfoKHR-conversion-parameter", - "text": " conversion must be a valid VkSamplerYcbcrConversionKHR handle" + "vuid": "VUID-VkSamplerYcbcrConversionInfo-conversion-parameter", + "text": " conversion must be a valid VkSamplerYcbcrConversion handle" } ] }, - "vkCreateSamplerYcbcrConversionKHR": { - "(VK_KHR_sampler_ycbcr_conversion)": [ + "vkCreateSamplerYcbcrConversion": { + "(VK_VERSION_1_1,VK_KHR_sampler_ycbcr_conversion)": [ { "vuid": "VUID-vkCreateSamplerYcbcrConversionKHR-None-01648", "text": " The <<features-features-sampler-YCbCr-conversion, sampler Y’CBCR conversion feature>> must be enabled" }, { - "vuid": "VUID-vkCreateSamplerYcbcrConversionKHR-device-parameter", + "vuid": "VUID-vkCreateSamplerYcbcrConversion-device-parameter", "text": " device must be a valid VkDevice handle" }, { - "vuid": "VUID-vkCreateSamplerYcbcrConversionKHR-pCreateInfo-parameter", - "text": " pCreateInfo must be a valid pointer to a valid VkSamplerYcbcrConversionCreateInfoKHR structure" + "vuid": "VUID-vkCreateSamplerYcbcrConversion-pCreateInfo-parameter", + "text": " pCreateInfo must be a valid pointer to a valid VkSamplerYcbcrConversionCreateInfo structure" }, { - "vuid": "VUID-vkCreateSamplerYcbcrConversionKHR-pAllocator-parameter", + "vuid": "VUID-vkCreateSamplerYcbcrConversion-pAllocator-parameter", "text": " If pAllocator is not NULL, pAllocator must be a valid pointer to a valid VkAllocationCallbacks structure" }, { - "vuid": "VUID-vkCreateSamplerYcbcrConversionKHR-pYcbcrConversion-parameter", - "text": " pYcbcrConversion must be a valid pointer to a VkSamplerYcbcrConversionKHR handle" + "vuid": "VUID-vkCreateSamplerYcbcrConversion-pYcbcrConversion-parameter", + "text": " pYcbcrConversion must be a valid pointer to a VkSamplerYcbcrConversion handle" } ] }, - "VkSamplerYcbcrConversionCreateInfoKHR": { - "(VK_KHR_sampler_ycbcr_conversion)": [ + "VkSamplerYcbcrConversionCreateInfo": { + "(VK_VERSION_1_1,VK_KHR_sampler_ycbcr_conversion)": [ { "vuid": "VUID-VkSamplerYcbcrConversionCreateInfoKHR-format-01649", "text": " format must not be VK_FORMAT_UNDEFINED" }, { "vuid": "VUID-VkSamplerYcbcrConversionCreateInfoKHR-format-01650", - "text": " format must support VK_FORMAT_FEATURE_MIDPOINT_CHROMA_SAMPLES_BIT_KHR or VK_FORMAT_FEATURE_COSITED_CHROMA_SAMPLES_BIT_KHR" + "text": " format must support VK_FORMAT_FEATURE_MIDPOINT_CHROMA_SAMPLES_BIT or VK_FORMAT_FEATURE_COSITED_CHROMA_SAMPLES_BIT" }, { "vuid": "VUID-VkSamplerYcbcrConversionCreateInfoKHR-xChromaOffset-01651", - "text": " If the format does not support VK_FORMAT_FEATURE_COSITED_CHROMA_SAMPLES_BIT_KHR, xChromaOffset and yChromaOffset must not be VK_CHROMA_LOCATION_COSITED_EVEN_KHR" + "text": " If the format does not support VK_FORMAT_FEATURE_COSITED_CHROMA_SAMPLES_BIT, xChromaOffset and yChromaOffset must not be VK_CHROMA_LOCATION_COSITED_EVEN" }, { "vuid": "VUID-VkSamplerYcbcrConversionCreateInfoKHR-xChromaOffset-01652", - "text": " If the format does not support VK_FORMAT_FEATURE_MIDPOINT_CHROMA_SAMPLES_BIT_KHR, xChromaOffset and yChromaOffset must not be VK_CHROMA_LOCATION_MIDPOINT_KHR" + "text": " If the format does not support VK_FORMAT_FEATURE_MIDPOINT_CHROMA_SAMPLES_BIT, xChromaOffset and yChromaOffset must not be VK_CHROMA_LOCATION_MIDPOINT" }, { "vuid": "VUID-VkSamplerYcbcrConversionCreateInfoKHR-format-01653", @@ -7734,70 +7792,70 @@ }, { "vuid": "VUID-VkSamplerYcbcrConversionCreateInfoKHR-ycbcrModel-01655", - "text": " If ycbcrModel is not VK_SAMPLER_YCBCR_MODEL_CONVERSION_RGB_IDENTITY_KHR, then components.r, components.g, and components.b must correspond to channels of the format; that is, components.r, components.g, and components.b must not be VK_COMPONENT_SWIZZLE_ZERO or VK_COMPONENT_SWIZZLE_ONE, and must not correspond to a channel which contains zero or one as a consequence of <<textures-conversion-to-rgba,conversion to RGBA>>" + "text": " If ycbcrModel is not VK_SAMPLER_YCBCR_MODEL_CONVERSION_RGB_IDENTITY, then components.r, components.g, and components.b must correspond to channels of the format; that is, components.r, components.g, and components.b must not be VK_COMPONENT_SWIZZLE_ZERO or VK_COMPONENT_SWIZZLE_ONE, and must not correspond to a channel which contains zero or one as a consequence of <<textures-conversion-to-rgba,conversion to RGBA>>" }, { "vuid": "VUID-VkSamplerYcbcrConversionCreateInfoKHR-forceExplicitReconstruction-01656", - "text": " If the format does not support VK_FORMAT_FEATURE_SAMPLED_IMAGE_YCBCR_CONVERSION_CHROMA_RECONSTRUCTION_EXPLICIT_FORCEABLE_BIT_KHR, forceExplicitReconstruction must be FALSE" + "text": " If the format does not support VK_FORMAT_FEATURE_SAMPLED_IMAGE_YCBCR_CONVERSION_CHROMA_RECONSTRUCTION_EXPLICIT_FORCEABLE_BIT, forceExplicitReconstruction must be FALSE" }, { "vuid": "VUID-VkSamplerYcbcrConversionCreateInfoKHR-chromaFilter-01657", - "text": " If the format does not support VK_FORMAT_FEATURE_SAMPLED_IMAGE_YCBCR_CONVERSION_LINEAR_FILTER_BIT_KHR, chromaFilter must be VK_FILTER_NEAREST" + "text": " If the format does not support VK_FORMAT_FEATURE_SAMPLED_IMAGE_YCBCR_CONVERSION_LINEAR_FILTER_BIT, chromaFilter must be VK_FILTER_NEAREST" }, { - "vuid": "VUID-VkSamplerYcbcrConversionCreateInfoKHR-sType-sType", - "text": " sType must be VK_STRUCTURE_TYPE_SAMPLER_YCBCR_CONVERSION_CREATE_INFO_KHR" + "vuid": "VUID-VkSamplerYcbcrConversionCreateInfo-sType-sType", + "text": " sType must be VK_STRUCTURE_TYPE_SAMPLER_YCBCR_CONVERSION_CREATE_INFO" }, { - "vuid": "VUID-VkSamplerYcbcrConversionCreateInfoKHR-pNext-pNext", + "vuid": "VUID-VkSamplerYcbcrConversionCreateInfo-pNext-pNext", "text": " pNext must be NULL" }, { - "vuid": "VUID-VkSamplerYcbcrConversionCreateInfoKHR-format-parameter", + "vuid": "VUID-VkSamplerYcbcrConversionCreateInfo-format-parameter", "text": " format must be a valid VkFormat value" }, { - "vuid": "VUID-VkSamplerYcbcrConversionCreateInfoKHR-ycbcrModel-parameter", - "text": " ycbcrModel must be a valid VkSamplerYcbcrModelConversionKHR value" + "vuid": "VUID-VkSamplerYcbcrConversionCreateInfo-ycbcrModel-parameter", + "text": " ycbcrModel must be a valid VkSamplerYcbcrModelConversion value" }, { - "vuid": "VUID-VkSamplerYcbcrConversionCreateInfoKHR-ycbcrRange-parameter", - "text": " ycbcrRange must be a valid VkSamplerYcbcrRangeKHR value" + "vuid": "VUID-VkSamplerYcbcrConversionCreateInfo-ycbcrRange-parameter", + "text": " ycbcrRange must be a valid VkSamplerYcbcrRange value" }, { - "vuid": "VUID-VkSamplerYcbcrConversionCreateInfoKHR-components-parameter", + "vuid": "VUID-VkSamplerYcbcrConversionCreateInfo-components-parameter", "text": " components must be a valid VkComponentMapping structure" }, { - "vuid": "VUID-VkSamplerYcbcrConversionCreateInfoKHR-xChromaOffset-parameter", - "text": " xChromaOffset must be a valid VkChromaLocationKHR value" + "vuid": "VUID-VkSamplerYcbcrConversionCreateInfo-xChromaOffset-parameter", + "text": " xChromaOffset must be a valid VkChromaLocation value" }, { - "vuid": "VUID-VkSamplerYcbcrConversionCreateInfoKHR-yChromaOffset-parameter", - "text": " yChromaOffset must be a valid VkChromaLocationKHR value" + "vuid": "VUID-VkSamplerYcbcrConversionCreateInfo-yChromaOffset-parameter", + "text": " yChromaOffset must be a valid VkChromaLocation value" }, { - "vuid": "VUID-VkSamplerYcbcrConversionCreateInfoKHR-chromaFilter-parameter", + "vuid": "VUID-VkSamplerYcbcrConversionCreateInfo-chromaFilter-parameter", "text": " chromaFilter must be a valid VkFilter value" } ] }, - "vkDestroySamplerYcbcrConversionKHR": { - "(VK_KHR_sampler_ycbcr_conversion)": [ + "vkDestroySamplerYcbcrConversion": { + "(VK_VERSION_1_1,VK_KHR_sampler_ycbcr_conversion)": [ { - "vuid": "VUID-vkDestroySamplerYcbcrConversionKHR-device-parameter", + "vuid": "VUID-vkDestroySamplerYcbcrConversion-device-parameter", "text": " device must be a valid VkDevice handle" }, { - "vuid": "VUID-vkDestroySamplerYcbcrConversionKHR-ycbcrConversion-parameter", - "text": " If ycbcrConversion is not VK_NULL_HANDLE, ycbcrConversion must be a valid VkSamplerYcbcrConversionKHR handle" + "vuid": "VUID-vkDestroySamplerYcbcrConversion-ycbcrConversion-parameter", + "text": " If ycbcrConversion is not VK_NULL_HANDLE, ycbcrConversion must be a valid VkSamplerYcbcrConversion handle" }, { - "vuid": "VUID-vkDestroySamplerYcbcrConversionKHR-pAllocator-parameter", + "vuid": "VUID-vkDestroySamplerYcbcrConversion-pAllocator-parameter", "text": " If pAllocator is not NULL, pAllocator must be a valid pointer to a valid VkAllocationCallbacks structure" }, { - "vuid": "VUID-vkDestroySamplerYcbcrConversionKHR-ycbcrConversion-parent", + "vuid": "VUID-vkDestroySamplerYcbcrConversion-ycbcrConversion-parent", "text": " If ycbcrConversion is a valid handle, it must have been created, allocated, or retrieved from device" } ] @@ -7876,6 +7934,34 @@ } ] }, + "vkGetDescriptorSetLayoutSupport": { + "(VK_VERSION_1_1,VK_KHR_maintenance3)": [ + { + "vuid": "VUID-vkGetDescriptorSetLayoutSupport-device-parameter", + "text": " device must be a valid VkDevice handle" + }, + { + "vuid": "VUID-vkGetDescriptorSetLayoutSupport-pCreateInfo-parameter", + "text": " pCreateInfo must be a valid pointer to a valid VkDescriptorSetLayoutCreateInfo structure" + }, + { + "vuid": "VUID-vkGetDescriptorSetLayoutSupport-pSupport-parameter", + "text": " pSupport must be a valid pointer to a VkDescriptorSetLayoutSupport structure" + } + ] + }, + "VkDescriptorSetLayoutSupport": { + "(VK_VERSION_1_1,VK_KHR_maintenance3)": [ + { + "vuid": "VUID-VkDescriptorSetLayoutSupport-sType-sType", + "text": " sType must be VK_STRUCTURE_TYPE_DESCRIPTOR_SET_LAYOUT_SUPPORT" + }, + { + "vuid": "VUID-VkDescriptorSetLayoutSupport-pNext-pNext", + "text": " pNext must be NULL" + } + ] + }, "vkDestroyDescriptorSetLayout": { "core": [ { @@ -7932,23 +8018,23 @@ }, { "vuid": "VUID-VkPipelineLayoutCreateInfo-pSetLayouts-00287", - "text": " The total number of descriptors of the type VK_DESCRIPTOR_TYPE_SAMPLER and VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER accessible to any given shader stage across all elements of pSetLayouts must be less than or equal to VkPhysicalDeviceLimits::maxPerStageDescriptorSamplers" + "text": " The total number of descriptors of the type VK_DESCRIPTOR_TYPE_SAMPLER and VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER accessible to any shader stage across all elements of pSetLayouts must be less than or equal to VkPhysicalDeviceLimits::maxPerStageDescriptorSamplers" }, { "vuid": "VUID-VkPipelineLayoutCreateInfo-pSetLayouts-00288", - "text": " The total number of descriptors of the type VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER and VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER_DYNAMIC accessible to any given shader stage across all elements of pSetLayouts must be less than or equal to VkPhysicalDeviceLimits::maxPerStageDescriptorUniformBuffers" + "text": " The total number of descriptors of the type VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER and VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER_DYNAMIC accessible to any shader stage across all elements of pSetLayouts must be less than or equal to VkPhysicalDeviceLimits::maxPerStageDescriptorUniformBuffers" }, { "vuid": "VUID-VkPipelineLayoutCreateInfo-pSetLayouts-00289", - "text": " The total number of descriptors of the type VK_DESCRIPTOR_TYPE_STORAGE_BUFFER and VK_DESCRIPTOR_TYPE_STORAGE_BUFFER_DYNAMIC accessible to any given shader stage across all elements of pSetLayouts must be less than or equal to VkPhysicalDeviceLimits::maxPerStageDescriptorStorageBuffers" + "text": " The total number of descriptors of the type VK_DESCRIPTOR_TYPE_STORAGE_BUFFER and VK_DESCRIPTOR_TYPE_STORAGE_BUFFER_DYNAMIC accessible to any shader stage across all elements of pSetLayouts must be less than or equal to VkPhysicalDeviceLimits::maxPerStageDescriptorStorageBuffers" }, { "vuid": "VUID-VkPipelineLayoutCreateInfo-pSetLayouts-00290", - "text": " The total number of descriptors of the type VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER, VK_DESCRIPTOR_TYPE_SAMPLED_IMAGE, and VK_DESCRIPTOR_TYPE_UNIFORM_TEXEL_BUFFER accessible to any given shader stage across all elements of pSetLayouts must be less than or equal to VkPhysicalDeviceLimits::maxPerStageDescriptorSampledImages" + "text": " The total number of descriptors of the type VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER, VK_DESCRIPTOR_TYPE_SAMPLED_IMAGE, and VK_DESCRIPTOR_TYPE_UNIFORM_TEXEL_BUFFER accessible to any shader stage across all elements of pSetLayouts must be less than or equal to VkPhysicalDeviceLimits::maxPerStageDescriptorSampledImages" }, { "vuid": "VUID-VkPipelineLayoutCreateInfo-pSetLayouts-00291", - "text": " The total number of descriptors of the type VK_DESCRIPTOR_TYPE_STORAGE_IMAGE, and VK_DESCRIPTOR_TYPE_STORAGE_TEXEL_BUFFER accessible to any given shader stage across all elements of pSetLayouts must be less than or equal to VkPhysicalDeviceLimits::maxPerStageDescriptorStorageImages" + "text": " The total number of descriptors of the type VK_DESCRIPTOR_TYPE_STORAGE_IMAGE, and VK_DESCRIPTOR_TYPE_STORAGE_TEXEL_BUFFER accessible to any shader stage across all elements of pSetLayouts must be less than or equal to VkPhysicalDeviceLimits::maxPerStageDescriptorStorageImages" }, { "vuid": "VUID-VkPipelineLayoutCreateInfo-pSetLayouts-01676", @@ -8187,7 +8273,7 @@ ] }, "VkDescriptorSetAllocateInfo": { - "!(VK_KHR_maintenance1)": [ + "!(VK_VERSION_1_1,VK_KHR_maintenance1)": [ { "vuid": "VUID-VkDescriptorSetAllocateInfo-descriptorSetCount-00306", "text": " descriptorSetCount must not be greater than the number of sets that are currently available for allocation in descriptorPool" @@ -8467,7 +8553,7 @@ ] }, "VkDescriptorImageInfo": { - "(VK_KHR_maintenance1)": [ + "(VK_VERSION_1_1,VK_KHR_maintenance1)": [ { "vuid": "VUID-VkDescriptorImageInfo-imageView-00343", "text": " imageView must not be 2D or 2D array image view created from a 3D image" @@ -8483,14 +8569,14 @@ "text": " Both of imageView, and sampler that are valid handles must have been created, allocated, or retrieved from the same VkDevice" } ], - "(VK_KHR_sampler_ycbcr_conversion)": [ + "(VK_VERSION_1_1,VK_KHR_sampler_ycbcr_conversion)": [ { "vuid": "VUID-VkDescriptorImageInfo-sampler-01563", "text": " If sampler is used and enables <<samplers-YCbCr-conversion,sampler Y’CBCR conversion>>:" }, { "vuid": "VUID-VkDescriptorImageInfo-sampler-01564", - "text": " If sampler is used and does not enable <<samplers-YCbCr-conversion, sampler Y’CBCR conversion>> and the VkFormat of the image is a <<features-formats-requiring-sampler-ycbcr-conversion,multi-planar format>>, the image must have been created with VK_IMAGE_CREATE_MUTABLE_FORMAT_BIT, and the aspectMask of the imageView must be VK_IMAGE_ASPECT_PLANE_0_BIT_KHR, VK_IMAGE_ASPECT_PLANE_1_BIT_KHR or (for three-plane formats only) VK_IMAGE_ASPECT_PLANE_2_BIT_KHR" + "text": " If sampler is used and does not enable <<samplers-YCbCr-conversion, sampler Y’CBCR conversion>> and the VkFormat of the image is a <<features-formats-requiring-sampler-ycbcr-conversion,multi-planar format>>, the image must have been created with VK_IMAGE_CREATE_MUTABLE_FORMAT_BIT, and the aspectMask of the imageView must be VK_IMAGE_ASPECT_PLANE_0_BIT, VK_IMAGE_ASPECT_PLANE_1_BIT or (for three-plane formats only) VK_IMAGE_ASPECT_PLANE_2_BIT" } ] }, @@ -8538,152 +8624,144 @@ } ] }, - "vkCreateDescriptorUpdateTemplateKHR": { - "(VK_KHR_descriptor_update_template)": [ + "vkCreateDescriptorUpdateTemplate": { + "(VK_VERSION_1_1,VK_KHR_descriptor_update_template)": [ { - "vuid": "VUID-vkCreateDescriptorUpdateTemplateKHR-device-parameter", + "vuid": "VUID-vkCreateDescriptorUpdateTemplate-device-parameter", "text": " device must be a valid VkDevice handle" }, { - "vuid": "VUID-vkCreateDescriptorUpdateTemplateKHR-pCreateInfo-parameter", - "text": " pCreateInfo must be a valid pointer to a valid VkDescriptorUpdateTemplateCreateInfoKHR structure" + "vuid": "VUID-vkCreateDescriptorUpdateTemplate-pCreateInfo-parameter", + "text": " pCreateInfo must be a valid pointer to a valid VkDescriptorUpdateTemplateCreateInfo structure" }, { - "vuid": "VUID-vkCreateDescriptorUpdateTemplateKHR-pAllocator-parameter", + "vuid": "VUID-vkCreateDescriptorUpdateTemplate-pAllocator-parameter", "text": " If pAllocator is not NULL, pAllocator must be a valid pointer to a valid VkAllocationCallbacks structure" }, { - "vuid": "VUID-vkCreateDescriptorUpdateTemplateKHR-pDescriptorUpdateTemplate-parameter", - "text": " pDescriptorUpdateTemplate must be a valid pointer to a VkDescriptorUpdateTemplateKHR handle" + "vuid": "VUID-vkCreateDescriptorUpdateTemplate-pDescriptorUpdateTemplate-parameter", + "text": " pDescriptorUpdateTemplate must be a valid pointer to a VkDescriptorUpdateTemplate handle" } ] }, - "VkDescriptorUpdateTemplateCreateInfoKHR": { - "(VK_KHR_descriptor_update_template)": [ + "VkDescriptorUpdateTemplateCreateInfo": { + "(VK_VERSION_1_1,VK_KHR_descriptor_update_template)": [ { - "vuid": "VUID-VkDescriptorUpdateTemplateCreateInfoKHR-templateType-00350", - "text": " If templateType is VK_DESCRIPTOR_UPDATE_TEMPLATE_TYPE_DESCRIPTOR_SET_KHR, descriptorSetLayout must be a valid VkDescriptorSetLayout handle" + "vuid": "VUID-VkDescriptorUpdateTemplateCreateInfo-templateType-00350", + "text": " If templateType is VK_DESCRIPTOR_UPDATE_TEMPLATE_TYPE_DESCRIPTOR_SET, descriptorSetLayout must be a valid VkDescriptorSetLayout handle" }, { - "vuid": "VUID-VkDescriptorUpdateTemplateCreateInfoKHR-sType-sType", - "text": " sType must be VK_STRUCTURE_TYPE_DESCRIPTOR_UPDATE_TEMPLATE_CREATE_INFO_KHR" + "vuid": "VUID-VkDescriptorUpdateTemplateCreateInfo-sType-sType", + "text": " sType must be VK_STRUCTURE_TYPE_DESCRIPTOR_UPDATE_TEMPLATE_CREATE_INFO" }, { - "vuid": "VUID-VkDescriptorUpdateTemplateCreateInfoKHR-pNext-pNext", + "vuid": "VUID-VkDescriptorUpdateTemplateCreateInfo-pNext-pNext", "text": " pNext must be NULL" }, { - "vuid": "VUID-VkDescriptorUpdateTemplateCreateInfoKHR-flags-zerobitmask", + "vuid": "VUID-VkDescriptorUpdateTemplateCreateInfo-flags-zerobitmask", "text": " flags must be 0" }, { - "vuid": "VUID-VkDescriptorUpdateTemplateCreateInfoKHR-pDescriptorUpdateEntries-parameter", - "text": " pDescriptorUpdateEntries must be a valid pointer to an array of descriptorUpdateEntryCount valid VkDescriptorUpdateTemplateEntryKHR structures" + "vuid": "VUID-VkDescriptorUpdateTemplateCreateInfo-pDescriptorUpdateEntries-parameter", + "text": " pDescriptorUpdateEntries must be a valid pointer to an array of descriptorUpdateEntryCount valid VkDescriptorUpdateTemplateEntry structures" }, { - "vuid": "VUID-VkDescriptorUpdateTemplateCreateInfoKHR-templateType-parameter", - "text": " templateType must be a valid VkDescriptorUpdateTemplateTypeKHR value" + "vuid": "VUID-VkDescriptorUpdateTemplateCreateInfo-templateType-parameter", + "text": " templateType must be a valid VkDescriptorUpdateTemplateType value" }, { - "vuid": "VUID-VkDescriptorUpdateTemplateCreateInfoKHR-descriptorSetLayout-parameter", + "vuid": "VUID-VkDescriptorUpdateTemplateCreateInfo-descriptorSetLayout-parameter", "text": " If descriptorSetLayout is not VK_NULL_HANDLE, descriptorSetLayout must be a valid VkDescriptorSetLayout handle" }, { - "vuid": "VUID-VkDescriptorUpdateTemplateCreateInfoKHR-pipelineBindPoint-parameter", - "text": " If pipelineBindPoint is not 0, pipelineBindPoint must be a valid VkPipelineBindPoint value" - }, - { - "vuid": "VUID-VkDescriptorUpdateTemplateCreateInfoKHR-pipelineLayout-parameter", - "text": " If pipelineLayout is not VK_NULL_HANDLE, pipelineLayout must be a valid VkPipelineLayout handle" - }, - { - "vuid": "VUID-VkDescriptorUpdateTemplateCreateInfoKHR-descriptorUpdateEntryCount-arraylength", + "vuid": "VUID-VkDescriptorUpdateTemplateCreateInfo-descriptorUpdateEntryCount-arraylength", "text": " descriptorUpdateEntryCount must be greater than 0" }, { - "vuid": "VUID-VkDescriptorUpdateTemplateCreateInfoKHR-commonparent", + "vuid": "VUID-VkDescriptorUpdateTemplateCreateInfo-commonparent", "text": " Both of descriptorSetLayout, and pipelineLayout that are valid handles must have been created, allocated, or retrieved from the same VkDevice" } ], - "(VK_KHR_descriptor_update_template)+(VK_KHR_push_descriptor)": [ + "(VK_VERSION_1_1,VK_KHR_descriptor_update_template)+(VK_KHR_push_descriptor)": [ { - "vuid": "VUID-VkDescriptorUpdateTemplateCreateInfoKHR-templateType-00351", + "vuid": "VUID-VkDescriptorUpdateTemplateCreateInfo-templateType-00351", "text": " If templateType is VK_DESCRIPTOR_UPDATE_TEMPLATE_TYPE_PUSH_DESCRIPTORS_KHR, pipelineBindPoint must be a valid VkPipelineBindPoint value" }, { - "vuid": "VUID-VkDescriptorUpdateTemplateCreateInfoKHR-templateType-00352", + "vuid": "VUID-VkDescriptorUpdateTemplateCreateInfo-templateType-00352", "text": " If templateType is VK_DESCRIPTOR_UPDATE_TEMPLATE_TYPE_PUSH_DESCRIPTORS_KHR, pipelineLayout must be a valid VkPipelineLayout handle" }, { - "vuid": "VUID-VkDescriptorUpdateTemplateCreateInfoKHR-templateType-00353", + "vuid": "VUID-VkDescriptorUpdateTemplateCreateInfo-templateType-00353", "text": " If templateType is VK_DESCRIPTOR_UPDATE_TEMPLATE_TYPE_PUSH_DESCRIPTORS_KHR, set must be the unique set number in the pipeline layout that uses a descriptor set layout that was created with VK_DESCRIPTOR_SET_LAYOUT_CREATE_PUSH_DESCRIPTOR_BIT_KHR" } ] }, - "VkDescriptorUpdateTemplateEntryKHR": { - "(VK_KHR_descriptor_update_template)": [ + "VkDescriptorUpdateTemplateEntry": { + "(VK_VERSION_1_1,VK_KHR_descriptor_update_template)": [ { - "vuid": "VUID-VkDescriptorUpdateTemplateEntryKHR-dstBinding-00354", + "vuid": "VUID-VkDescriptorUpdateTemplateEntry-dstBinding-00354", "text": " dstBinding must be a valid binding in the descriptor set layout implicitly specified when using a descriptor update template to update descriptors." }, { - "vuid": "VUID-VkDescriptorUpdateTemplateEntryKHR-dstArrayElement-00355", + "vuid": "VUID-VkDescriptorUpdateTemplateEntry-dstArrayElement-00355", "text": " dstArrayElement and descriptorCount must be less than or equal to the number of array elements in the descriptor set binding implicitly specified when using a descriptor update template to update descriptors, and all applicable consecutive bindings, as described by <<descriptorsets-updates-consecutive>>" }, { - "vuid": "VUID-VkDescriptorUpdateTemplateEntryKHR-descriptorType-parameter", + "vuid": "VUID-VkDescriptorUpdateTemplateEntry-descriptorType-parameter", "text": " descriptorType must be a valid VkDescriptorType value" } ] }, - "vkDestroyDescriptorUpdateTemplateKHR": { - "(VK_KHR_descriptor_update_template)": [ + "vkDestroyDescriptorUpdateTemplate": { + "(VK_VERSION_1_1,VK_KHR_descriptor_update_template)": [ { - "vuid": "VUID-vkDestroyDescriptorUpdateTemplateKHR-descriptorSetLayout-00356", + "vuid": "VUID-vkDestroyDescriptorUpdateTemplate-descriptorSetLayout-00356", "text": " If VkAllocationCallbacks were provided when descriptorSetLayout was created, a compatible set of callbacks must be provided here" }, { - "vuid": "VUID-vkDestroyDescriptorUpdateTemplateKHR-descriptorSetLayout-00357", + "vuid": "VUID-vkDestroyDescriptorUpdateTemplate-descriptorSetLayout-00357", "text": " If no VkAllocationCallbacks were provided when descriptorSetLayout was created, pAllocator must be NULL" }, { - "vuid": "VUID-vkDestroyDescriptorUpdateTemplateKHR-device-parameter", + "vuid": "VUID-vkDestroyDescriptorUpdateTemplate-device-parameter", "text": " device must be a valid VkDevice handle" }, { - "vuid": "VUID-vkDestroyDescriptorUpdateTemplateKHR-descriptorUpdateTemplate-parameter", - "text": " If descriptorUpdateTemplate is not VK_NULL_HANDLE, descriptorUpdateTemplate must be a valid VkDescriptorUpdateTemplateKHR handle" + "vuid": "VUID-vkDestroyDescriptorUpdateTemplate-descriptorUpdateTemplate-parameter", + "text": " If descriptorUpdateTemplate is not VK_NULL_HANDLE, descriptorUpdateTemplate must be a valid VkDescriptorUpdateTemplate handle" }, { - "vuid": "VUID-vkDestroyDescriptorUpdateTemplateKHR-pAllocator-parameter", + "vuid": "VUID-vkDestroyDescriptorUpdateTemplate-pAllocator-parameter", "text": " If pAllocator is not NULL, pAllocator must be a valid pointer to a valid VkAllocationCallbacks structure" }, { - "vuid": "VUID-vkDestroyDescriptorUpdateTemplateKHR-descriptorUpdateTemplate-parent", + "vuid": "VUID-vkDestroyDescriptorUpdateTemplate-descriptorUpdateTemplate-parent", "text": " If descriptorUpdateTemplate is a valid handle, it must have been created, allocated, or retrieved from device" } ] }, - "vkUpdateDescriptorSetWithTemplateKHR": { - "(VK_KHR_descriptor_update_template)": [ + "vkUpdateDescriptorSetWithTemplate": { + "(VK_VERSION_1_1,VK_KHR_descriptor_update_template)": [ { "vuid": "VUID-vkUpdateDescriptorSetWithTemplateKHR-pData-01685", - "text": " pData must be a valid pointer to a memory that contains one or more valid instances of VkDescriptorImageInfo, VkDescriptorBufferInfo, or VkBufferView in a layout defined by descriptorUpdateTemplate when it was created with vkCreateDescriptorUpdateTemplateKHR" + "text": " pData must be a valid pointer to a memory that contains one or more valid instances of VkDescriptorImageInfo, VkDescriptorBufferInfo, or VkBufferView in a layout defined by descriptorUpdateTemplate when it was created with vkCreateDescriptorUpdateTemplate" }, { - "vuid": "VUID-vkUpdateDescriptorSetWithTemplateKHR-device-parameter", + "vuid": "VUID-vkUpdateDescriptorSetWithTemplate-device-parameter", "text": " device must be a valid VkDevice handle" }, { - "vuid": "VUID-vkUpdateDescriptorSetWithTemplateKHR-descriptorSet-parameter", + "vuid": "VUID-vkUpdateDescriptorSetWithTemplate-descriptorSet-parameter", "text": " descriptorSet must be a valid VkDescriptorSet handle" }, { - "vuid": "VUID-vkUpdateDescriptorSetWithTemplateKHR-descriptorUpdateTemplate-parameter", - "text": " descriptorUpdateTemplate must be a valid VkDescriptorUpdateTemplateKHR handle" + "vuid": "VUID-vkUpdateDescriptorSetWithTemplate-descriptorUpdateTemplate-parameter", + "text": " descriptorUpdateTemplate must be a valid VkDescriptorUpdateTemplate handle" }, { - "vuid": "VUID-vkUpdateDescriptorSetWithTemplateKHR-descriptorUpdateTemplate-parent", + "vuid": "VUID-vkUpdateDescriptorSetWithTemplate-descriptorUpdateTemplate-parent", "text": " descriptorUpdateTemplate must have been created, allocated, or retrieved from device" } ] @@ -8797,7 +8875,7 @@ ] }, "vkCmdPushDescriptorSetWithTemplateKHR": { - "(VK_KHR_push_descriptor)+(VK_KHR_descriptor_update_template)": [ + "(VK_KHR_push_descriptor)+(VK_VERSION_1_1,VK_KHR_descriptor_update_template)": [ { "vuid": "VUID-vkCmdPushDescriptorSetWithTemplateKHR-commandBuffer-00366", "text": " The pipelineBindPoint specified during the creation of the descriptor update template must be supported by the commandBuffer’s parent VkCommandPool’s queue family" @@ -8812,7 +8890,7 @@ }, { "vuid": "VUID-vkCmdPushDescriptorSetWithTemplateKHR-descriptorUpdateTemplate-parameter", - "text": " descriptorUpdateTemplate must be a valid VkDescriptorUpdateTemplateKHR handle" + "text": " descriptorUpdateTemplate must be a valid VkDescriptorUpdateTemplate handle" }, { "vuid": "VUID-vkCmdPushDescriptorSetWithTemplateKHR-layout-parameter", @@ -9071,7 +9149,7 @@ "text": " Both of commandBuffer, and queryPool must have been created, allocated, or retrieved from the same VkDevice" } ], - "(VK_KHX_multiview)": [ + "(VK_VERSION_1_1,VK_KHR_multiview)": [ { "vuid": "VUID-vkCmdBeginQuery-None-00806", "text": " All queries used by the command must not be active" @@ -9117,7 +9195,7 @@ "text": " Both of commandBuffer, and queryPool must have been created, allocated, or retrieved from the same VkDevice" } ], - "(VK_KHX_multiview)": [ + "(VK_VERSION_1_1,VK_KHR_multiview)": [ { "vuid": "VUID-vkCmdEndQuery-None-00811", "text": " All queries used by the command must be active" @@ -9291,7 +9369,7 @@ "text": " Both of commandBuffer, and queryPool must have been created, allocated, or retrieved from the same VkDevice" } ], - "(VK_KHX_multiview)": [ + "(VK_VERSION_1_1,VK_KHR_multiview)": [ { "vuid": "VUID-vkCmdWriteTimestamp-None-00830", "text": " All queries used by the command must be unavailable" @@ -9303,10 +9381,10 @@ ] }, "vkCmdClearColorImage": { - "(VK_KHR_maintenance1)": [ + "(VK_VERSION_1_1,VK_KHR_maintenance1)": [ { "vuid": "VUID-vkCmdClearColorImage-image-00001", - "text": " image must use a format that supports VK_FORMAT_FEATURE_TRANSFER_DST_BIT_KHR, which is indicated by VkFormatProperties::linearTilingFeatures (for linearly tiled images) or VkFormatProperties::optimalTilingFeatures (for optimally tiled images) - as returned by vkGetPhysicalDeviceFormatProperties" + "text": " image must use a format that supports VK_FORMAT_FEATURE_TRANSFER_DST_BIT, which is indicated by VkFormatProperties::linearTilingFeatures (for linearly tiled images) or VkFormatProperties::optimalTilingFeatures (for optimally tiled images) - as returned by vkGetPhysicalDeviceFormatProperties" } ], "core": [ @@ -9383,7 +9461,7 @@ "text": " Both of commandBuffer, and image must have been created, allocated, or retrieved from the same VkDevice" } ], - "(VK_KHR_sampler_ycbcr_conversion)": [ + "(VK_VERSION_1_1,VK_KHR_sampler_ycbcr_conversion)": [ { "vuid": "VUID-vkCmdClearColorImage-image-01545", "text": " image must not use a format listed in <<features-formats-requiring-sampler-ycbcr-conversion>>" @@ -9403,10 +9481,10 @@ ] }, "vkCmdClearDepthStencilImage": { - "(VK_KHR_maintenance1)": [ + "(VK_VERSION_1_1,VK_KHR_maintenance1)": [ { "vuid": "VUID-vkCmdClearDepthStencilImage-image-00008", - "text": " image must use a format that supports VK_FORMAT_FEATURE_TRANSFER_DST_BIT_KHR, which is indicated by VkFormatProperties::linearTilingFeatures (for linearly tiled images) or VkFormatProperties::optimalTilingFeatures (for optimally tiled images) - as returned by vkGetPhysicalDeviceFormatProperties" + "text": " image must use a format that supports VK_FORMAT_FEATURE_TRANSFER_DST_BIT, which is indicated by VkFormatProperties::linearTilingFeatures (for linearly tiled images) or VkFormatProperties::optimalTilingFeatures (for optimally tiled images) - as returned by vkGetPhysicalDeviceFormatProperties" } ], "core": [ @@ -9535,7 +9613,7 @@ "text": " rectCount must be greater than 0" } ], - "(VK_KHX_multiview)": [ + "(VK_VERSION_1_1,VK_KHR_multiview)": [ { "vuid": "VUID-vkCmdClearAttachments-baseArrayLayer-00018", "text": " If the render pass instance this is recorded in uses multiview, then baseArrayLayer must be zero and layerCount must be one." @@ -9643,7 +9721,7 @@ "text": " Both of commandBuffer, and dstBuffer must have been created, allocated, or retrieved from the same VkDevice" } ], - "!(VK_KHR_maintenance1)": [ + "!(VK_VERSION_1_1,VK_KHR_maintenance1)": [ { "vuid": "VUID-vkCmdFillBuffer-commandBuffer-00030", "text": " The VkCommandPool that commandBuffer was allocated from must support graphics or compute operations" @@ -9897,17 +9975,17 @@ "text": " Each of commandBuffer, dstImage, and srcImage must have been created, allocated, or retrieved from the same VkDevice" } ], - "(VK_KHR_maintenance1)": [ + "(VK_VERSION_1_1,VK_KHR_maintenance1)": [ { "vuid": "VUID-vkCmdCopyImage-srcImage-00125", - "text": " srcImage must use a format that supports VK_FORMAT_FEATURE_TRANSFER_SRC_BIT_KHR, which is indicated by VkFormatProperties::linearTilingFeatures (for linearly tiled images) or VkFormatProperties::optimalTilingFeatures (for optimally tiled images) - as returned by vkGetPhysicalDeviceFormatProperties" + "text": " srcImage must use a format that supports VK_FORMAT_FEATURE_TRANSFER_SRC_BIT, which is indicated by VkFormatProperties::linearTilingFeatures (for linearly tiled images) or VkFormatProperties::optimalTilingFeatures (for optimally tiled images) - as returned by vkGetPhysicalDeviceFormatProperties" }, { "vuid": "VUID-vkCmdCopyImage-dstImage-00130", - "text": " dstImage must use a format that supports VK_FORMAT_FEATURE_TRANSFER_DST_BIT_KHR, which is indicated by VkFormatProperties::linearTilingFeatures (for linearly tiled images) or VkFormatProperties::optimalTilingFeatures (for optimally tiled images) - as returned by vkGetPhysicalDeviceFormatProperties" + "text": " dstImage must use a format that supports VK_FORMAT_FEATURE_TRANSFER_DST_BIT, which is indicated by VkFormatProperties::linearTilingFeatures (for linearly tiled images) or VkFormatProperties::optimalTilingFeatures (for optimally tiled images) - as returned by vkGetPhysicalDeviceFormatProperties" } ], - "!(VK_KHR_sampler_ycbcr_conversion)": [ + "!(VK_VERSION_1_1,VK_KHR_sampler_ycbcr_conversion)": [ { "vuid": "VUID-vkCmdCopyImage-srcImage-00127", "text": " If srcImage is non-sparse then it must be bound completely and contiguously to a single VkDeviceMemory object" @@ -9921,7 +9999,7 @@ "text": " The VkFormat of each of srcImage and dstImage must be compatible, as defined <<copies-images-format-compatibility, below>>" } ], - "(VK_KHR_sampler_ycbcr_conversion)": [ + "(VK_VERSION_1_1,VK_KHR_sampler_ycbcr_conversion)": [ { "vuid": "VUID-vkCmdCopyImage-srcImage-01546", "text": " If srcImage is non-sparse then the image or disjoint plane to be copied must be bound completely and contiguously to a single VkDeviceMemory object" @@ -9940,7 +10018,7 @@ }, { "vuid": "VUID-vkCmdCopyImage-aspectMask-01550", - "text": " When a copy is performed to or from an image with a <<features-formats-requiring-sampler-ycbcr-conversion,multi-planar format>>, the aspectMask of the srcSubresource and/or dstSubresource that refers to the multi-planar image must be VK_IMAGE_ASPECT_PLANE_0_BIT_KHR, VK_IMAGE_ASPECT_PLANE_1_BIT_KHR, or VK_IMAGE_ASPECT_PLANE_2_BIT_KHR (with VK_IMAGE_ASPECT_PLANE_2_BIT_KHR valid only for a VkFormat with three planes)" + "text": " When a copy is performed to or from an image with a <<features-formats-requiring-sampler-ycbcr-conversion,multi-planar format>>, the aspectMask of the srcSubresource and/or dstSubresource that refers to the multi-planar image must be VK_IMAGE_ASPECT_PLANE_0_BIT, VK_IMAGE_ASPECT_PLANE_1_BIT, or VK_IMAGE_ASPECT_PLANE_2_BIT (with VK_IMAGE_ASPECT_PLANE_2_BIT valid only for a VkFormat with three planes)" } ], "!(VK_KHR_shared_presentable_image)": [ @@ -9961,7 +10039,7 @@ ] }, "VkImageCopy": { - "!(VK_KHR_sampler_ycbcr_conversion)": [ + "!(VK_VERSION_1_1,VK_KHR_sampler_ycbcr_conversion)": [ { "vuid": "VUID-VkImageCopy-aspectMask-00137", "text": " The aspectMask member of srcSubresource and dstSubresource must match" @@ -9999,26 +10077,26 @@ "text": " If the calling command’s dstImage is a compressed format image, extent.depth must be a multiple of the compressed texel block depth or (extent.depth + dstOffset.z) must equal the destination image subresource depth" } ], - "(VK_KHR_sampler_ycbcr_conversion)": [ + "(VK_VERSION_1_1,VK_KHR_sampler_ycbcr_conversion)": [ { "vuid": "VUID-VkImageCopy-srcImage-01551", "text": " If neither the calling command’s srcImage nor the calling command’s dstImage has a <<features-formats-requiring-sampler-ycbcr-conversion, multi-planar image format>> then the aspectMask member of srcSubresource and dstSubresource must match" }, { "vuid": "VUID-VkImageCopy-srcImage-01552", - "text": " If the calling command’s srcImage has a VkFormat with <<features-formats-requiring-sampler-ycbcr-conversion,two planes>> then the srcSubresource aspectMask must be VK_IMAGE_ASPECT_PLANE_0_BIT_KHR or VK_IMAGE_ASPECT_PLANE_1_BIT_KHR" + "text": " If the calling command’s srcImage has a VkFormat with <<features-formats-requiring-sampler-ycbcr-conversion,two planes>> then the srcSubresource aspectMask must be VK_IMAGE_ASPECT_PLANE_0_BIT or VK_IMAGE_ASPECT_PLANE_1_BIT" }, { "vuid": "VUID-VkImageCopy-srcImage-01553", - "text": " If the calling command’s srcImage has a VkFormat with <<features-formats-requiring-sampler-ycbcr-conversion,three planes>> then the srcSubresource aspectMask must be VK_IMAGE_ASPECT_PLANE_0_BIT_KHR, VK_IMAGE_ASPECT_PLANE_1_BIT_KHR, or VK_IMAGE_ASPECT_PLANE_2_BIT_KHR" + "text": " If the calling command’s srcImage has a VkFormat with <<features-formats-requiring-sampler-ycbcr-conversion,three planes>> then the srcSubresource aspectMask must be VK_IMAGE_ASPECT_PLANE_0_BIT, VK_IMAGE_ASPECT_PLANE_1_BIT, or VK_IMAGE_ASPECT_PLANE_2_BIT" }, { "vuid": "VUID-VkImageCopy-dstImage-01554", - "text": " If the calling command’s dstImage has a VkFormat with <<features-formats-requiring-sampler-ycbcr-conversion,two planes>> then the dstSubresource aspectMask must be VK_IMAGE_ASPECT_PLANE_0_BIT_KHR or VK_IMAGE_ASPECT_PLANE_1_BIT_KHR" + "text": " If the calling command’s dstImage has a VkFormat with <<features-formats-requiring-sampler-ycbcr-conversion,two planes>> then the dstSubresource aspectMask must be VK_IMAGE_ASPECT_PLANE_0_BIT or VK_IMAGE_ASPECT_PLANE_1_BIT" }, { "vuid": "VUID-VkImageCopy-dstImage-01555", - "text": " If the calling command’s dstImage has a VkFormat with <<features-formats-requiring-sampler-ycbcr-conversion,three planes>> then the dstSubresource aspectMask must be VK_IMAGE_ASPECT_PLANE_0_BIT_KHR, VK_IMAGE_ASPECT_PLANE_1_BIT_KHR, or VK_IMAGE_ASPECT_PLANE_2_BIT_KHR" + "text": " If the calling command’s dstImage has a VkFormat with <<features-formats-requiring-sampler-ycbcr-conversion,three planes>> then the dstSubresource aspectMask must be VK_IMAGE_ASPECT_PLANE_0_BIT, VK_IMAGE_ASPECT_PLANE_1_BIT, or VK_IMAGE_ASPECT_PLANE_2_BIT" }, { "vuid": "VUID-VkImageCopy-srcImage-01556", @@ -10061,7 +10139,7 @@ "text": " If the calling command’s dstImage is a compressed format image, or a single-plane, “_422” image format, extent.depth must be a multiple of the compressed texel block depth or (extent.depth + dstOffset.z) must equal the destination image subresource depth" } ], - "!(VK_KHR_maintenance1)": [ + "!(VK_VERSION_1_1,VK_KHR_maintenance1)": [ { "vuid": "VUID-VkImageCopy-layerCount-00138", "text": " The layerCount member of srcSubresource and dstSubresource must match" @@ -10075,7 +10153,7 @@ "text": " If the calling command’s srcImage or dstImage is of type VK_IMAGE_TYPE_2D, then extent.depth must be 1." } ], - "(VK_KHR_maintenance1)": [ + "(VK_VERSION_1_1,VK_KHR_maintenance1)": [ { "vuid": "VUID-VkImageCopy-extent-00140", "text": " The number of slices of the extent (for 3D) or layers of the srcSubresource (for non-3D) must match the number of slices of the extent (for 3D) or layers of the dstSubresource (for non-3D)" @@ -10279,10 +10357,10 @@ "text": " Each of commandBuffer, dstImage, and srcBuffer must have been created, allocated, or retrieved from the same VkDevice" } ], - "(VK_KHR_maintenance1)": [ + "(VK_VERSION_1_1,VK_KHR_maintenance1)": [ { "vuid": "VUID-vkCmdCopyBufferToImage-dstImage-00175", - "text": " dstImage must use a format that supports VK_FORMAT_FEATURE_TRANSFER_DST_BIT_KHR, which is indicated by VkFormatProperties::linearTilingFeatures (for linearly tiled images) or VkFormatProperties::optimalTilingFeatures (for optimally tiled images) - as returned by vkGetPhysicalDeviceFormatProperties" + "text": " dstImage must use a format that supports VK_FORMAT_FEATURE_TRANSFER_DST_BIT, which is indicated by VkFormatProperties::linearTilingFeatures (for linearly tiled images) or VkFormatProperties::optimalTilingFeatures (for optimally tiled images) - as returned by vkGetPhysicalDeviceFormatProperties" } ], "!(VK_KHR_shared_presentable_image)": [ @@ -10389,10 +10467,10 @@ "text": " Each of commandBuffer, dstBuffer, and srcImage must have been created, allocated, or retrieved from the same VkDevice" } ], - "(VK_KHR_maintenance1)": [ + "(VK_VERSION_1_1,VK_KHR_maintenance1)": [ { "vuid": "VUID-vkCmdCopyImageToBuffer-srcImage-00185", - "text": " srcImage must use a format that supports VK_FORMAT_FEATURE_TRANSFER_SRC_BIT_KHR, which is indicated by VkFormatProperties::linearTilingFeatures (for linearly tiled images) or VkFormatProperties::optimalTilingFeatures (for optimally tiled images) - as returned by vkGetPhysicalDeviceFormatProperties" + "text": " srcImage must use a format that supports VK_FORMAT_FEATURE_TRANSFER_SRC_BIT, which is indicated by VkFormatProperties::linearTilingFeatures (for linearly tiled images) or VkFormatProperties::optimalTilingFeatures (for optimally tiled images) - as returned by vkGetPhysicalDeviceFormatProperties" } ], "!(VK_KHR_shared_presentable_image)": [ @@ -10409,7 +10487,7 @@ ] }, "VkBufferImageCopy": { - "!(VK_KHR_sampler_ycbcr_conversion)": [ + "!(VK_VERSION_1_1,VK_KHR_sampler_ycbcr_conversion)": [ { "vuid": "VUID-VkBufferImageCopy-bufferOffset-00193", "text": " If the calling command’s VkImage parameter’s format is not a depth/stencil format, then bufferOffset must be a multiple of the format’s element size" @@ -10443,7 +10521,7 @@ "text": " If the calling command’s VkImage parameter is a compressed image, imageExtent.depth must be a multiple of the compressed texel block depth or (imageExtent.depth + imageOffset.z) must equal the image subresource depth" } ], - "(VK_KHR_sampler_ycbcr_conversion)": [ + "(VK_VERSION_1_1,VK_KHR_sampler_ycbcr_conversion)": [ { "vuid": "VUID-VkBufferImageCopy-bufferOffset-01558", "text": " If the calling command’s VkImage parameter’s format is not a depth/stencil format or a <<features-formats-requiring-sampler-ycbcr-conversion,multi-planar format>>, then bufferOffset must be a multiple of the format’s element size" @@ -10482,7 +10560,7 @@ }, { "vuid": "VUID-VkBufferImageCopy-aspectMask-01560", - "text": " If the calling command’s VkImage parameter’s format is a <<features-formats-requiring-sampler-ycbcr-conversion,multi-planar format>>, then the aspectMask member of imageSubresource must be VK_IMAGE_ASPECT_PLANE_0_BIT_KHR, VK_IMAGE_ASPECT_PLANE_1_BIT_KHR, or VK_IMAGE_ASPECT_PLANE_2_BIT_KHR (with VK_IMAGE_ASPECT_PLANE_2_BIT_KHR valid only for image formats with three planes)" + "text": " If the calling command’s VkImage parameter’s format is a <<features-formats-requiring-sampler-ycbcr-conversion,multi-planar format>>, then the aspectMask member of imageSubresource must be VK_IMAGE_ASPECT_PLANE_0_BIT, VK_IMAGE_ASPECT_PLANE_1_BIT, or VK_IMAGE_ASPECT_PLANE_2_BIT (with VK_IMAGE_ASPECT_PLANE_2_BIT valid only for image formats with three planes)" } ], "core": [ @@ -10683,7 +10761,7 @@ "text": " Each of commandBuffer, dstImage, and srcImage must have been created, allocated, or retrieved from the same VkDevice" } ], - "(VK_KHR_sampler_ycbcr_conversion)": [ + "(VK_VERSION_1_1,VK_KHR_sampler_ycbcr_conversion)": [ { "vuid": "VUID-vkCmdBlitImage-srcImage-01561", "text": " srcImage must not use a format listed in <<features-formats-requiring-sampler-ycbcr-conversion>>" @@ -11209,10 +11287,10 @@ "text": " Any VkImageView being sampled with VK_FILTER_CUBIC_IMG as a result of this command must not have a VkImageViewType of VK_IMAGE_VIEW_TYPE_3D, VK_IMAGE_VIEW_TYPE_CUBE, or VK_IMAGE_VIEW_TYPE_CUBE_ARRAY" } ], - "(VK_KHX_multiview)": [ + "(VK_VERSION_1_1,VK_KHR_multiview)": [ { "vuid": "VUID-vkCmdDraw-maxMultiviewInstanceIndex-00453", - "text": " If the draw is recorded in a render pass instance with multiview enabled, the maximum instance index must be less than or equal to VkPhysicalDeviceMultiviewPropertiesKHX::maxMultiviewInstanceIndex." + "text": " If the draw is recorded in a render pass instance with multiview enabled, the maximum instance index must be less than or equal to VkPhysicalDeviceMultiviewProperties::maxMultiviewInstanceIndex." } ], "(VK_EXT_sample_locations)": [ @@ -11323,10 +11401,10 @@ "text": " Any VkImageView being sampled with VK_FILTER_CUBIC_IMG as a result of this command must not have a VkImageViewType of VK_IMAGE_VIEW_TYPE_3D, VK_IMAGE_VIEW_TYPE_CUBE, or VK_IMAGE_VIEW_TYPE_CUBE_ARRAY" } ], - "(VK_KHX_multiview)": [ + "(VK_VERSION_1_1,VK_KHR_multiview)": [ { "vuid": "VUID-vkCmdDrawIndexed-maxMultiviewInstanceIndex-00473", - "text": " If the draw is recorded in a render pass instance with multiview enabled, the maximum instance index must be less than or equal to VkPhysicalDeviceMultiviewPropertiesKHX::maxMultiviewInstanceIndex." + "text": " If the draw is recorded in a render pass instance with multiview enabled, the maximum instance index must be less than or equal to VkPhysicalDeviceMultiviewProperties::maxMultiviewInstanceIndex." } ], "(VK_EXT_sample_locations)": [ @@ -11473,10 +11551,10 @@ "text": " Any VkImageView being sampled with VK_FILTER_CUBIC_IMG as a result of this command must not have a VkImageViewType of VK_IMAGE_VIEW_TYPE_3D, VK_IMAGE_VIEW_TYPE_CUBE, or VK_IMAGE_VIEW_TYPE_CUBE_ARRAY" } ], - "(VK_KHX_multiview)": [ + "(VK_VERSION_1_1,VK_KHR_multiview)": [ { "vuid": "VUID-vkCmdDrawIndirect-maxMultiviewInstanceIndex-00499", - "text": " If the draw is recorded in a render pass instance with multiview enabled, the maximum instance index must be less than or equal to VkPhysicalDeviceMultiviewPropertiesKHX::maxMultiviewInstanceIndex." + "text": " If the draw is recorded in a render pass instance with multiview enabled, the maximum instance index must be less than or equal to VkPhysicalDeviceMultiviewProperties::maxMultiviewInstanceIndex." } ], "(VK_EXT_sample_locations)": [ @@ -11641,10 +11719,10 @@ "text": " Each of buffer, commandBuffer, and countBuffer must have been created, allocated, or retrieved from the same VkDevice" } ], - "(VK_AMD_draw_indirect_count)+(VK_KHX_multiview)": [ + "(VK_AMD_draw_indirect_count)+(VK_VERSION_1_1,VK_KHR_multiview)": [ { "vuid": "VUID-vkCmdDrawIndirectCountAMD-maxMultiviewInstanceIndex-00525", - "text": " If the draw is recorded in a render pass instance with multiview enabled, the maximum instance index must be less than or equal to VkPhysicalDeviceMultiviewPropertiesKHX::maxMultiviewInstanceIndex." + "text": " If the draw is recorded in a render pass instance with multiview enabled, the maximum instance index must be less than or equal to VkPhysicalDeviceMultiviewProperties::maxMultiviewInstanceIndex." } ], "(VK_AMD_draw_indirect_count)+(VK_EXT_sample_locations)": [ @@ -11791,10 +11869,10 @@ "text": " Any VkImageView being sampled with VK_FILTER_CUBIC_IMG as a result of this command must not have a VkImageViewType of VK_IMAGE_VIEW_TYPE_3D, VK_IMAGE_VIEW_TYPE_CUBE, or VK_IMAGE_VIEW_TYPE_CUBE_ARRAY" } ], - "(VK_KHX_multiview)": [ + "(VK_VERSION_1_1,VK_KHR_multiview)": [ { "vuid": "VUID-vkCmdDrawIndexedIndirect-maxMultiviewInstanceIndex-00551", - "text": " If the draw is recorded in a render pass instance with multiview enabled, the maximum instance index must be less than or equal to VkPhysicalDeviceMultiviewPropertiesKHX::maxMultiviewInstanceIndex." + "text": " If the draw is recorded in a render pass instance with multiview enabled, the maximum instance index must be less than or equal to VkPhysicalDeviceMultiviewProperties::maxMultiviewInstanceIndex." } ], "(VK_EXT_sample_locations)": [ @@ -11963,10 +12041,10 @@ "text": " Each of buffer, commandBuffer, and countBuffer must have been created, allocated, or retrieved from the same VkDevice" } ], - "(VK_AMD_draw_indirect_count)+(VK_KHX_multiview)": [ + "(VK_AMD_draw_indirect_count)+(VK_VERSION_1_1,VK_KHR_multiview)": [ { "vuid": "VUID-vkCmdDrawIndexedIndirectCountAMD-maxMultiviewInstanceIndex-00578", - "text": " If the draw is recorded in a render pass instance with multiview enabled, the maximum instance index must be less than or equal to VkPhysicalDeviceMultiviewPropertiesKHX::maxMultiviewInstanceIndex." + "text": " If the draw is recorded in a render pass instance with multiview enabled, the maximum instance index must be less than or equal to VkPhysicalDeviceMultiviewProperties::maxMultiviewInstanceIndex." } ], "(VK_AMD_draw_indirect_count)+(VK_EXT_sample_locations)": [ @@ -12004,7 +12082,7 @@ }, { "vuid": "VUID-VkPipelineVertexInputStateCreateInfo-pNext-pNext", - "text": " pNext must be NULL" + "text": " pNext must be NULL or a pointer to a valid instance of VkPipelineVertexInputDivisorStateCreateInfoEXT" }, { "vuid": "VUID-VkPipelineVertexInputStateCreateInfo-flags-zerobitmask", @@ -12124,7 +12202,7 @@ }, { "vuid": "VUID-VkPipelineTessellationStateCreateInfo-pNext-pNext", - "text": " pNext must be NULL or a pointer to a valid instance of VkPipelineTessellationDomainOriginStateCreateInfoKHR" + "text": " pNext must be NULL or a pointer to a valid instance of VkPipelineTessellationDomainOriginStateCreateInfo" }, { "vuid": "VUID-VkPipelineTessellationStateCreateInfo-flags-zerobitmask", @@ -12132,19 +12210,19 @@ } ] }, - "VkPipelineTessellationDomainOriginStateCreateInfoKHR": { - "(VK_KHR_maintenance2)": [ + "VkPipelineTessellationDomainOriginStateCreateInfo": { + "(VK_VERSION_1_1,VK_KHR_maintenance2)": [ { - "vuid": "VUID-VkPipelineTessellationDomainOriginStateCreateInfoKHR-sType-sType", - "text": " sType must be VK_STRUCTURE_TYPE_PIPELINE_TESSELLATION_DOMAIN_ORIGIN_STATE_CREATE_INFO_KHR" + "vuid": "VUID-VkPipelineTessellationDomainOriginStateCreateInfo-sType-sType", + "text": " sType must be VK_STRUCTURE_TYPE_PIPELINE_TESSELLATION_DOMAIN_ORIGIN_STATE_CREATE_INFO" }, { - "vuid": "VUID-VkPipelineTessellationDomainOriginStateCreateInfoKHR-pNext-pNext", + "vuid": "VUID-VkPipelineTessellationDomainOriginStateCreateInfo-pNext-pNext", "text": " pNext must be NULL" }, { - "vuid": "VUID-VkPipelineTessellationDomainOriginStateCreateInfoKHR-domainOrigin-parameter", - "text": " domainOrigin must be a valid VkTessellationDomainOriginKHR value" + "vuid": "VUID-VkPipelineTessellationDomainOriginStateCreateInfo-domainOrigin-parameter", + "text": " domainOrigin must be a valid VkTessellationDomainOrigin value" } ] }, @@ -12369,13 +12447,13 @@ "text": " (y + height) must be less than or equal to viewportBoundsRange[1]" } ], - "!(VK_KHR_maintenance1,VK_AMD_negative_viewport_height)": [ + "!(VK_VERSION_1_1,VK_KHR_maintenance1,VK_AMD_negative_viewport_height)": [ { "vuid": "VUID-VkViewport-height-01772", "text": " height must be greater than 0.0" } ], - "(VK_KHR_maintenance1,VK_AMD_negative_viewport_height)": [ + "(VK_VERSION_1_1,VK_KHR_maintenance1,VK_AMD_negative_viewport_height)": [ { "vuid": "VUID-VkViewport-y-01776", "text": " y must be less than or equal to viewportBoundsRange[1]" @@ -13358,54 +13436,54 @@ } ] }, - "vkCmdDispatchBaseKHX": { - "(VK_KHX_device_group)": [ + "vkCmdDispatchBase": { + "(VK_VERSION_1_1,VK_KHR_device_group)": [ { - "vuid": "VUID-vkCmdDispatchBaseKHX-None-00420", + "vuid": "VUID-vkCmdDispatchBase-None-00420", "text": " All valid usage rules from vkCmdDispatch apply" }, { - "vuid": "VUID-vkCmdDispatchBaseKHX-baseGroupX-00421", + "vuid": "VUID-vkCmdDispatchBase-baseGroupX-00421", "text": " baseGroupX must be less than VkPhysicalDeviceLimits::maxComputeWorkGroupCount[0]" }, { - "vuid": "VUID-vkCmdDispatchBaseKHX-baseGroupX-00422", - "text": " baseGroupX must be less than VkPhysicaYDeviceLimits::maxComputeWorkGroupCount[1]" + "vuid": "VUID-vkCmdDispatchBase-baseGroupX-00422", + "text": " baseGroupX must be less than VkPhysicalDeviceLimits::maxComputeWorkGroupCount[1]" }, { - "vuid": "VUID-vkCmdDispatchBaseKHX-baseGroupZ-00423", + "vuid": "VUID-vkCmdDispatchBase-baseGroupZ-00423", "text": " baseGroupZ must be less than VkPhysicalDeviceLimits::maxComputeWorkGroupCount[2]" }, { - "vuid": "VUID-vkCmdDispatchBaseKHX-groupCountX-00424", + "vuid": "VUID-vkCmdDispatchBase-groupCountX-00424", "text": " groupCountX must be less than or equal to VkPhysicalDeviceLimits::maxComputeWorkGroupCount[0] minus baseGroupX" }, { - "vuid": "VUID-vkCmdDispatchBaseKHX-groupCountY-00425", + "vuid": "VUID-vkCmdDispatchBase-groupCountY-00425", "text": " groupCountY must be less than or equal to VkPhysicalDeviceLimits::maxComputeWorkGroupCount[1] minus baseGroupY" }, { - "vuid": "VUID-vkCmdDispatchBaseKHX-groupCountZ-00426", + "vuid": "VUID-vkCmdDispatchBase-groupCountZ-00426", "text": " groupCountZ must be less than or equal to VkPhysicalDeviceLimits::maxComputeWorkGroupCount[2] minus baseGroupZ" }, { - "vuid": "VUID-vkCmdDispatchBaseKHX-baseGroupX-00427", - "text": " If any of baseGroupX, baseGroupY, or baseGroupZ are not zero, then the currently bound compute pipeline must have been created with the VK_PIPELINE_CREATE_DISPATCH_BASE_KHX flag." + "vuid": "VUID-vkCmdDispatchBase-baseGroupX-00427", + "text": " If any of baseGroupX, baseGroupY, or baseGroupZ are not zero, then the currently bound compute pipeline must have been created with the VK_PIPELINE_CREATE_DISPATCH_BASE flag." }, { - "vuid": "VUID-vkCmdDispatchBaseKHX-commandBuffer-parameter", + "vuid": "VUID-vkCmdDispatchBase-commandBuffer-parameter", "text": " commandBuffer must be a valid VkCommandBuffer handle" }, { - "vuid": "VUID-vkCmdDispatchBaseKHX-commandBuffer-recording", + "vuid": "VUID-vkCmdDispatchBase-commandBuffer-recording", "text": " commandBuffer must be in the <<commandbuffers-lifecycle, recording state>>" }, { - "vuid": "VUID-vkCmdDispatchBaseKHX-commandBuffer-cmdpool", + "vuid": "VUID-vkCmdDispatchBase-commandBuffer-cmdpool", "text": " The VkCommandPool that commandBuffer was allocated from must support compute operations" }, { - "vuid": "VUID-vkCmdDispatchBaseKHX-renderpass", + "vuid": "VUID-vkCmdDispatchBase-renderpass", "text": " This command must only be called outside of a render pass instance" } ] @@ -14158,74 +14236,74 @@ } ] }, - "vkGetPhysicalDeviceSparseImageFormatProperties2KHR": { - "(VK_KHR_get_physical_device_properties2)": [ + "vkGetPhysicalDeviceSparseImageFormatProperties2": { + "(VK_VERSION_1_1,VK_KHR_get_physical_device_properties2)": [ { - "vuid": "VUID-vkGetPhysicalDeviceSparseImageFormatProperties2KHR-physicalDevice-parameter", + "vuid": "VUID-vkGetPhysicalDeviceSparseImageFormatProperties2-physicalDevice-parameter", "text": " physicalDevice must be a valid VkPhysicalDevice handle" }, { - "vuid": "VUID-vkGetPhysicalDeviceSparseImageFormatProperties2KHR-pFormatInfo-parameter", - "text": " pFormatInfo must be a valid pointer to a valid VkPhysicalDeviceSparseImageFormatInfo2KHR structure" + "vuid": "VUID-vkGetPhysicalDeviceSparseImageFormatProperties2-pFormatInfo-parameter", + "text": " pFormatInfo must be a valid pointer to a valid VkPhysicalDeviceSparseImageFormatInfo2 structure" }, { - "vuid": "VUID-vkGetPhysicalDeviceSparseImageFormatProperties2KHR-pPropertyCount-parameter", + "vuid": "VUID-vkGetPhysicalDeviceSparseImageFormatProperties2-pPropertyCount-parameter", "text": " pPropertyCount must be a valid pointer to a uint32_t value" }, { - "vuid": "VUID-vkGetPhysicalDeviceSparseImageFormatProperties2KHR-pProperties-parameter", - "text": " If the value referenced by pPropertyCount is not 0, and pProperties is not NULL, pProperties must be a valid pointer to an array of pPropertyCount VkSparseImageFormatProperties2KHR structures" + "vuid": "VUID-vkGetPhysicalDeviceSparseImageFormatProperties2-pProperties-parameter", + "text": " If the value referenced by pPropertyCount is not 0, and pProperties is not NULL, pProperties must be a valid pointer to an array of pPropertyCount VkSparseImageFormatProperties2 structures" } ] }, - "VkPhysicalDeviceSparseImageFormatInfo2KHR": { - "(VK_KHR_get_physical_device_properties2)": [ + "VkPhysicalDeviceSparseImageFormatInfo2": { + "(VK_VERSION_1_1,VK_KHR_get_physical_device_properties2)": [ { - "vuid": "VUID-VkPhysicalDeviceSparseImageFormatInfo2KHR-samples-01095", + "vuid": "VUID-VkPhysicalDeviceSparseImageFormatInfo2-samples-01095", "text": " samples must be a bit value that is set in VkImageFormatProperties::sampleCounts returned by vkGetPhysicalDeviceImageFormatProperties with format, type, tiling, and usage equal to those in this command and flags equal to the value that is set in VkImageCreateInfo::flags when the image is created" }, { - "vuid": "VUID-VkPhysicalDeviceSparseImageFormatInfo2KHR-sType-sType", - "text": " sType must be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SPARSE_IMAGE_FORMAT_INFO_2_KHR" + "vuid": "VUID-VkPhysicalDeviceSparseImageFormatInfo2-sType-sType", + "text": " sType must be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SPARSE_IMAGE_FORMAT_INFO_2" }, { - "vuid": "VUID-VkPhysicalDeviceSparseImageFormatInfo2KHR-pNext-pNext", + "vuid": "VUID-VkPhysicalDeviceSparseImageFormatInfo2-pNext-pNext", "text": " pNext must be NULL" }, { - "vuid": "VUID-VkPhysicalDeviceSparseImageFormatInfo2KHR-format-parameter", + "vuid": "VUID-VkPhysicalDeviceSparseImageFormatInfo2-format-parameter", "text": " format must be a valid VkFormat value" }, { - "vuid": "VUID-VkPhysicalDeviceSparseImageFormatInfo2KHR-type-parameter", + "vuid": "VUID-VkPhysicalDeviceSparseImageFormatInfo2-type-parameter", "text": " type must be a valid VkImageType value" }, { - "vuid": "VUID-VkPhysicalDeviceSparseImageFormatInfo2KHR-samples-parameter", + "vuid": "VUID-VkPhysicalDeviceSparseImageFormatInfo2-samples-parameter", "text": " samples must be a valid VkSampleCountFlagBits value" }, { - "vuid": "VUID-VkPhysicalDeviceSparseImageFormatInfo2KHR-usage-parameter", + "vuid": "VUID-VkPhysicalDeviceSparseImageFormatInfo2-usage-parameter", "text": " usage must be a valid combination of VkImageUsageFlagBits values" }, { - "vuid": "VUID-VkPhysicalDeviceSparseImageFormatInfo2KHR-usage-requiredbitmask", + "vuid": "VUID-VkPhysicalDeviceSparseImageFormatInfo2-usage-requiredbitmask", "text": " usage must not be 0" }, { - "vuid": "VUID-VkPhysicalDeviceSparseImageFormatInfo2KHR-tiling-parameter", + "vuid": "VUID-VkPhysicalDeviceSparseImageFormatInfo2-tiling-parameter", "text": " tiling must be a valid VkImageTiling value" } ] }, - "VkSparseImageFormatProperties2KHR": { - "(VK_KHR_get_physical_device_properties2)": [ + "VkSparseImageFormatProperties2": { + "(VK_VERSION_1_1,VK_KHR_get_physical_device_properties2)": [ { - "vuid": "VUID-VkSparseImageFormatProperties2KHR-sType-sType", - "text": " sType must be VK_STRUCTURE_TYPE_SPARSE_IMAGE_FORMAT_PROPERTIES_2_KHR" + "vuid": "VUID-VkSparseImageFormatProperties2-sType-sType", + "text": " sType must be VK_STRUCTURE_TYPE_SPARSE_IMAGE_FORMAT_PROPERTIES_2" }, { - "vuid": "VUID-VkSparseImageFormatProperties2KHR-pNext-pNext", + "vuid": "VUID-VkSparseImageFormatProperties2-pNext-pNext", "text": " pNext must be NULL" } ] @@ -14254,6 +14332,54 @@ } ] }, + "vkGetImageSparseMemoryRequirements2": { + "(VK_VERSION_1_1,VK_KHR_get_memory_requirements2)": [ + { + "vuid": "VUID-vkGetImageSparseMemoryRequirements2-device-parameter", + "text": " device must be a valid VkDevice handle" + }, + { + "vuid": "VUID-vkGetImageSparseMemoryRequirements2-pInfo-parameter", + "text": " pInfo must be a valid pointer to a valid VkImageSparseMemoryRequirementsInfo2 structure" + }, + { + "vuid": "VUID-vkGetImageSparseMemoryRequirements2-pSparseMemoryRequirementCount-parameter", + "text": " pSparseMemoryRequirementCount must be a valid pointer to a uint32_t value" + }, + { + "vuid": "VUID-vkGetImageSparseMemoryRequirements2-pSparseMemoryRequirements-parameter", + "text": " If the value referenced by pSparseMemoryRequirementCount is not 0, and pSparseMemoryRequirements is not NULL, pSparseMemoryRequirements must be a valid pointer to an array of pSparseMemoryRequirementCount VkSparseImageMemoryRequirements2 structures" + } + ] + }, + "VkImageSparseMemoryRequirementsInfo2": { + "(VK_VERSION_1_1,VK_KHR_get_memory_requirements2)": [ + { + "vuid": "VUID-VkImageSparseMemoryRequirementsInfo2-sType-sType", + "text": " sType must be VK_STRUCTURE_TYPE_IMAGE_SPARSE_MEMORY_REQUIREMENTS_INFO_2" + }, + { + "vuid": "VUID-VkImageSparseMemoryRequirementsInfo2-pNext-pNext", + "text": " pNext must be NULL" + }, + { + "vuid": "VUID-VkImageSparseMemoryRequirementsInfo2-image-parameter", + "text": " image must be a valid VkImage handle" + } + ] + }, + "VkSparseImageMemoryRequirements2": { + "(VK_VERSION_1_1,VK_KHR_get_memory_requirements2)": [ + { + "vuid": "VUID-VkSparseImageMemoryRequirements2-sType-sType", + "text": " sType must be VK_STRUCTURE_TYPE_SPARSE_IMAGE_MEMORY_REQUIREMENTS_2" + }, + { + "vuid": "VUID-VkSparseImageMemoryRequirements2-pNext-pNext", + "text": " pNext must be NULL" + } + ] + }, "VkSparseMemoryBind": { "core": [ { @@ -14458,7 +14584,7 @@ }, { "vuid": "VUID-VkBindSparseInfo-pNext-pNext", - "text": " pNext must be NULL or a pointer to a valid instance of VkDeviceGroupBindSparseInfoKHX" + "text": " pNext must be NULL or a pointer to a valid instance of VkDeviceGroupBindSparseInfo" }, { "vuid": "VUID-VkBindSparseInfo-pWaitSemaphores-parameter", @@ -14486,19 +14612,19 @@ } ] }, - "VkDeviceGroupBindSparseInfoKHX": { - "(VK_KHX_device_group)": [ + "VkDeviceGroupBindSparseInfo": { + "(VK_VERSION_1_1,VK_KHR_device_group)": [ { - "vuid": "VUID-VkDeviceGroupBindSparseInfoKHX-resourceDeviceIndex-01118", + "vuid": "VUID-VkDeviceGroupBindSparseInfo-resourceDeviceIndex-01118", "text": " resourceDeviceIndex and memoryDeviceIndex must both be valid device indices." }, { - "vuid": "VUID-VkDeviceGroupBindSparseInfoKHX-memoryDeviceIndex-01119", + "vuid": "VUID-VkDeviceGroupBindSparseInfo-memoryDeviceIndex-01119", "text": " Each memory allocation bound in this batch must have allocated an instance for memoryDeviceIndex." }, { - "vuid": "VUID-VkDeviceGroupBindSparseInfoKHX-sType-sType", - "text": " sType must be VK_STRUCTURE_TYPE_DEVICE_GROUP_BIND_SPARSE_INFO_KHX" + "vuid": "VUID-VkDeviceGroupBindSparseInfo-sType-sType", + "text": " sType must be VK_STRUCTURE_TYPE_DEVICE_GROUP_BIND_SPARSE_INFO" } ] }, @@ -15482,70 +15608,70 @@ } ] }, - "vkGetDeviceGroupPresentCapabilitiesKHX": { - "(VK_KHR_surface)+(VK_KHR_swapchain)+(VK_KHX_device_group)": [ + "vkGetDeviceGroupPresentCapabilitiesKHR": { + "(VK_KHR_surface)+(VK_KHR_swapchain)+(VK_VERSION_1_1,VK_KHR_device_group)": [ { - "vuid": "VUID-vkGetDeviceGroupPresentCapabilitiesKHX-device-parameter", + "vuid": "VUID-vkGetDeviceGroupPresentCapabilitiesKHR-device-parameter", "text": " device must be a valid VkDevice handle" }, { - "vuid": "VUID-vkGetDeviceGroupPresentCapabilitiesKHX-pDeviceGroupPresentCapabilities-parameter", - "text": " pDeviceGroupPresentCapabilities must be a valid pointer to a VkDeviceGroupPresentCapabilitiesKHX structure" + "vuid": "VUID-vkGetDeviceGroupPresentCapabilitiesKHR-pDeviceGroupPresentCapabilities-parameter", + "text": " pDeviceGroupPresentCapabilities must be a valid pointer to a VkDeviceGroupPresentCapabilitiesKHR structure" } ] }, - "VkDeviceGroupPresentCapabilitiesKHX": { - "(VK_KHR_surface)+(VK_KHR_swapchain)+(VK_KHX_device_group)": [ + "VkDeviceGroupPresentCapabilitiesKHR": { + "(VK_KHR_surface)+(VK_KHR_swapchain)+(VK_VERSION_1_1,VK_KHR_device_group)": [ { - "vuid": "VUID-VkDeviceGroupPresentCapabilitiesKHX-sType-sType", - "text": " sType must be VK_STRUCTURE_TYPE_DEVICE_GROUP_PRESENT_CAPABILITIES_KHX" + "vuid": "VUID-VkDeviceGroupPresentCapabilitiesKHR-sType-sType", + "text": " sType must be VK_STRUCTURE_TYPE_DEVICE_GROUP_PRESENT_CAPABILITIES_KHR" }, { - "vuid": "VUID-VkDeviceGroupPresentCapabilitiesKHX-pNext-pNext", + "vuid": "VUID-VkDeviceGroupPresentCapabilitiesKHR-pNext-pNext", "text": " pNext must be NULL" } ] }, - "vkGetDeviceGroupSurfacePresentModesKHX": { - "(VK_KHR_surface)+(VK_KHR_swapchain)+(VK_KHX_device_group)": [ + "vkGetDeviceGroupSurfacePresentModesKHR": { + "(VK_KHR_surface)+(VK_KHR_swapchain)+(VK_VERSION_1_1,VK_KHR_device_group)": [ { - "vuid": "VUID-vkGetDeviceGroupSurfacePresentModesKHX-device-parameter", + "vuid": "VUID-vkGetDeviceGroupSurfacePresentModesKHR-device-parameter", "text": " device must be a valid VkDevice handle" }, { - "vuid": "VUID-vkGetDeviceGroupSurfacePresentModesKHX-surface-parameter", + "vuid": "VUID-vkGetDeviceGroupSurfacePresentModesKHR-surface-parameter", "text": " surface must be a valid VkSurfaceKHR handle" }, { - "vuid": "VUID-vkGetDeviceGroupSurfacePresentModesKHX-pModes-parameter", - "text": " pModes must be a valid pointer to a VkDeviceGroupPresentModeFlagsKHX value" + "vuid": "VUID-vkGetDeviceGroupSurfacePresentModesKHR-pModes-parameter", + "text": " pModes must be a valid pointer to a VkDeviceGroupPresentModeFlagsKHR value" }, { - "vuid": "VUID-vkGetDeviceGroupSurfacePresentModesKHX-commonparent", + "vuid": "VUID-vkGetDeviceGroupSurfacePresentModesKHR-commonparent", "text": " Both of device, and surface must have been created, allocated, or retrieved from the same VkInstance" } ] }, - "vkGetPhysicalDevicePresentRectanglesKHX": { - "(VK_KHR_surface)+(VK_KHR_swapchain)+(VK_KHX_device_group)": [ + "vkGetPhysicalDevicePresentRectanglesKHR": { + "(VK_KHR_surface)+(VK_KHR_swapchain)+(VK_VERSION_1_1,VK_KHR_device_group)": [ { - "vuid": "VUID-vkGetPhysicalDevicePresentRectanglesKHX-physicalDevice-parameter", + "vuid": "VUID-vkGetPhysicalDevicePresentRectanglesKHR-physicalDevice-parameter", "text": " physicalDevice must be a valid VkPhysicalDevice handle" }, { - "vuid": "VUID-vkGetPhysicalDevicePresentRectanglesKHX-surface-parameter", + "vuid": "VUID-vkGetPhysicalDevicePresentRectanglesKHR-surface-parameter", "text": " surface must be a valid VkSurfaceKHR handle" }, { - "vuid": "VUID-vkGetPhysicalDevicePresentRectanglesKHX-pRectCount-parameter", + "vuid": "VUID-vkGetPhysicalDevicePresentRectanglesKHR-pRectCount-parameter", "text": " pRectCount must be a valid pointer to a uint32_t value" }, { - "vuid": "VUID-vkGetPhysicalDevicePresentRectanglesKHX-pRects-parameter", + "vuid": "VUID-vkGetPhysicalDevicePresentRectanglesKHR-pRects-parameter", "text": " If the value referenced by pRectCount is not 0, and pRects is not NULL, pRects must be a valid pointer to an array of pRectCount VkRect2D structures" }, { - "vuid": "VUID-vkGetPhysicalDevicePresentRectanglesKHX-commonparent", + "vuid": "VUID-vkGetPhysicalDevicePresentRectanglesKHR-commonparent", "text": " Both of physicalDevice, and surface must have been created, allocated, or retrieved from the same VkInstance" } ] @@ -15694,7 +15820,7 @@ }, { "vuid": "VUID-VkSwapchainCreateInfoKHR-pNext-pNext", - "text": " Each pNext member of any structure (including this one) in the pNext chain must be either NULL or a pointer to a valid instance of VkDeviceGroupSwapchainCreateInfoKHX or VkSwapchainCounterCreateInfoEXT" + "text": " Each pNext member of any structure (including this one) in the pNext chain must be either NULL or a pointer to a valid instance of VkDeviceGroupSwapchainCreateInfoKHR or VkSwapchainCounterCreateInfoEXT" }, { "vuid": "VUID-VkSwapchainCreateInfoKHR-sType-unique", @@ -15773,37 +15899,37 @@ "text": " imageUsage must be a subset of the supported usage flags present in the supportedUsageFlags member of the VkSurfaceCapabilitiesKHR structure returned by vkGetPhysicalDeviceSurfaceCapabilitiesKHR for the surface" } ], - "(VK_KHR_surface)+(VK_KHR_swapchain)+!(VK_KHR_get_physical_device_properties2)": [ + "(VK_KHR_surface)+(VK_KHR_swapchain)+!(VK_VERSION_1_1,VK_KHR_get_physical_device_properties2)": [ { "vuid": "VUID-VkSwapchainCreateInfoKHR-imageSharingMode-01393", "text": " If imageSharingMode is VK_SHARING_MODE_CONCURRENT, each element of pQueueFamilyIndices must be unique and must be less than pQueueFamilyPropertyCount returned by vkGetPhysicalDeviceQueueFamilyProperties for the physicalDevice that was used to create device" } ], - "(VK_KHR_surface)+(VK_KHR_swapchain)+(VK_KHR_get_physical_device_properties2)": [ + "(VK_KHR_surface)+(VK_KHR_swapchain)+(VK_VERSION_1_1,VK_KHR_get_physical_device_properties2)": [ { "vuid": "VUID-VkSwapchainCreateInfoKHR-imageSharingMode-01428", - "text": " If imageSharingMode is VK_SHARING_MODE_CONCURRENT, each element of pQueueFamilyIndices must be unique and must be less than pQueueFamilyPropertyCount returned by either vkGetPhysicalDeviceQueueFamilyProperties or vkGetPhysicalDeviceQueueFamilyProperties2KHR for the physicalDevice that was used to create device" + "text": " If imageSharingMode is VK_SHARING_MODE_CONCURRENT, each element of pQueueFamilyIndices must be unique and must be less than pQueueFamilyPropertyCount returned by either vkGetPhysicalDeviceQueueFamilyProperties or vkGetPhysicalDeviceQueueFamilyProperties2 for the physicalDevice that was used to create device" } ], - "(VK_KHR_surface)+(VK_KHR_swapchain)+(VK_KHX_device_group)": [ + "(VK_KHR_surface)+(VK_KHR_swapchain)+(VK_VERSION_1_1,VK_KHR_device_group)": [ { "vuid": "VUID-VkSwapchainCreateInfoKHR-physicalDeviceCount-01429", - "text": " If the logical device was created with VkDeviceGroupDeviceCreateInfoKHX::physicalDeviceCount equal to 1, flags must not contain VK_SWAPCHAIN_CREATE_BIND_SFR_BIT_KHX" + "text": " If the logical device was created with VkDeviceGroupDeviceCreateInfo::physicalDeviceCount equal to 1, flags must not contain VK_SWAPCHAIN_CREATE_SPLIT_INSTANCE_BIND_REGIONS_BIT_KHR" } ] }, - "VkDeviceGroupSwapchainCreateInfoKHX": { - "(VK_KHR_surface)+(VK_KHR_swapchain)+(VK_KHX_device_group)": [ + "VkDeviceGroupSwapchainCreateInfoKHR": { + "(VK_KHR_surface)+(VK_KHR_swapchain)+(VK_VERSION_1_1,VK_KHR_device_group)": [ { - "vuid": "VUID-VkDeviceGroupSwapchainCreateInfoKHX-sType-sType", - "text": " sType must be VK_STRUCTURE_TYPE_DEVICE_GROUP_SWAPCHAIN_CREATE_INFO_KHX" + "vuid": "VUID-VkDeviceGroupSwapchainCreateInfoKHR-sType-sType", + "text": " sType must be VK_STRUCTURE_TYPE_DEVICE_GROUP_SWAPCHAIN_CREATE_INFO_KHR" }, { - "vuid": "VUID-VkDeviceGroupSwapchainCreateInfoKHX-modes-parameter", - "text": " modes must be a valid combination of VkDeviceGroupPresentModeFlagBitsKHX values" + "vuid": "VUID-VkDeviceGroupSwapchainCreateInfoKHR-modes-parameter", + "text": " modes must be a valid combination of VkDeviceGroupPresentModeFlagBitsKHR values" }, { - "vuid": "VUID-VkDeviceGroupSwapchainCreateInfoKHX-modes-requiredbitmask", + "vuid": "VUID-VkDeviceGroupSwapchainCreateInfoKHR-modes-requiredbitmask", "text": " modes must not be 0" } ] @@ -15996,34 +16122,34 @@ } ] }, - "vkAcquireNextImage2KHX": { - "(VK_KHR_surface)+(VK_KHR_swapchain)+(VK_KHX_device_group)": [ + "vkAcquireNextImage2KHR": { + "(VK_KHR_surface)+(VK_KHR_swapchain)+(VK_VERSION_1_1,VK_KHR_device_group)": [ { "vuid": "VUID-vkAcquireNextImage2KHX-swapchain-01803", "text": " If the number of currently acquired images is greater than the difference between the number of images in the swapchain member of pAcquireInfo and the value of VkSurfaceCapabilitiesKHR::minImageCount as returned by a call to vkGetPhysicalDeviceSurfaceCapabilities2KHR with the surface used to create swapchain, the timeout member of pAcquireInfo must not be UINT64_MAX" }, { - "vuid": "VUID-vkAcquireNextImage2KHX-device-parameter", + "vuid": "VUID-vkAcquireNextImage2KHR-device-parameter", "text": " device must be a valid VkDevice handle" }, { - "vuid": "VUID-vkAcquireNextImage2KHX-pAcquireInfo-parameter", - "text": " pAcquireInfo must be a valid pointer to a valid VkAcquireNextImageInfoKHX structure" + "vuid": "VUID-vkAcquireNextImage2KHR-pAcquireInfo-parameter", + "text": " pAcquireInfo must be a valid pointer to a valid VkAcquireNextImageInfoKHR structure" }, { - "vuid": "VUID-vkAcquireNextImage2KHX-pImageIndex-parameter", + "vuid": "VUID-vkAcquireNextImage2KHR-pImageIndex-parameter", "text": " pImageIndex must be a valid pointer to a uint32_t value" } ] }, - "VkAcquireNextImageInfoKHX": { - "(VK_KHR_surface)+(VK_KHR_swapchain)+(VK_KHX_device_group)": [ + "VkAcquireNextImageInfoKHR": { + "(VK_KHR_surface)+(VK_KHR_swapchain)+(VK_VERSION_1_1,VK_KHR_device_group)": [ { - "vuid": "VUID-VkAcquireNextImageInfoKHX-swapchain-01675", + "vuid": "VUID-VkAcquireNextImageInfoKHR-swapchain-01675", "text": " swapchain must not be in the retired state" }, { - "vuid": "VUID-VkAcquireNextImageInfoKHX-semaphore-01288", + "vuid": "VUID-VkAcquireNextImageInfoKHR-semaphore-01288", "text": " If semaphore is not VK_NULL_HANDLE it must be unsignaled" }, { @@ -16031,7 +16157,7 @@ "text": " If semaphore is not VK_NULL_HANDLE it must not have any uncompleted signal or wait operations pending" }, { - "vuid": "VUID-VkAcquireNextImageInfoKHX-fence-01289", + "vuid": "VUID-VkAcquireNextImageInfoKHR-fence-01289", "text": " If fence is not VK_NULL_HANDLE it must be unsignaled and must not be associated with any other queue command that has not yet completed execution on that queue" }, { @@ -16039,11 +16165,11 @@ "text": " semaphore and fence must not both be equal to VK_NULL_HANDLE" }, { - "vuid": "VUID-VkAcquireNextImageInfoKHX-deviceMask-01290", + "vuid": "VUID-VkAcquireNextImageInfoKHR-deviceMask-01290", "text": " deviceMask must be a valid device mask" }, { - "vuid": "VUID-VkAcquireNextImageInfoKHX-deviceMask-01291", + "vuid": "VUID-VkAcquireNextImageInfoKHR-deviceMask-01291", "text": " deviceMask must not be zero" }, { @@ -16051,27 +16177,27 @@ "text": " semaphore and fence must not both be equal to VK_NULL_HANDLE." }, { - "vuid": "VUID-VkAcquireNextImageInfoKHX-sType-sType", - "text": " sType must be VK_STRUCTURE_TYPE_ACQUIRE_NEXT_IMAGE_INFO_KHX" + "vuid": "VUID-VkAcquireNextImageInfoKHR-sType-sType", + "text": " sType must be VK_STRUCTURE_TYPE_ACQUIRE_NEXT_IMAGE_INFO_KHR" }, { - "vuid": "VUID-VkAcquireNextImageInfoKHX-pNext-pNext", + "vuid": "VUID-VkAcquireNextImageInfoKHR-pNext-pNext", "text": " pNext must be NULL" }, { - "vuid": "VUID-VkAcquireNextImageInfoKHX-swapchain-parameter", + "vuid": "VUID-VkAcquireNextImageInfoKHR-swapchain-parameter", "text": " swapchain must be a valid VkSwapchainKHR handle" }, { - "vuid": "VUID-VkAcquireNextImageInfoKHX-semaphore-parameter", + "vuid": "VUID-VkAcquireNextImageInfoKHR-semaphore-parameter", "text": " If semaphore is not VK_NULL_HANDLE, semaphore must be a valid VkSemaphore handle" }, { - "vuid": "VUID-VkAcquireNextImageInfoKHX-fence-parameter", + "vuid": "VUID-VkAcquireNextImageInfoKHR-fence-parameter", "text": " If fence is not VK_NULL_HANDLE, fence must be a valid VkFence handle" }, { - "vuid": "VUID-VkAcquireNextImageInfoKHX-commonparent", + "vuid": "VUID-VkAcquireNextImageInfoKHR-commonparent", "text": " Each of fence, semaphore, and swapchain that are valid handles must have been created, allocated, or retrieved from the same VkInstance" } ] @@ -16126,7 +16252,7 @@ }, { "vuid": "VUID-VkPresentInfoKHR-pNext-pNext", - "text": " Each pNext member of any structure (including this one) in the pNext chain must be either NULL or a pointer to a valid instance of VkDeviceGroupPresentInfoKHX, VkDisplayPresentInfoKHR, VkPresentRegionsKHR, or VkPresentTimesInfoGOOGLE" + "text": " Each pNext member of any structure (including this one) in the pNext chain must be either NULL or a pointer to a valid instance of VkDeviceGroupPresentInfoKHR, VkDisplayPresentInfoKHR, VkPresentRegionsKHR, or VkPresentTimesInfoGOOGLE" }, { "vuid": "VUID-VkPresentInfoKHR-sType-unique", @@ -16218,47 +16344,47 @@ } ] }, - "VkDeviceGroupPresentInfoKHX": { - "(VK_KHR_surface)+(VK_KHR_swapchain)+(VK_KHX_device_group)": [ + "VkDeviceGroupPresentInfoKHR": { + "(VK_KHR_surface)+(VK_KHR_swapchain)+(VK_VERSION_1_1,VK_KHR_device_group)": [ { - "vuid": "VUID-VkDeviceGroupPresentInfoKHX-swapchainCount-01297", + "vuid": "VUID-VkDeviceGroupPresentInfoKHR-swapchainCount-01297", "text": " swapchainCount must equal 0 or VkPresentInfoKHR::swapchainCount" }, { - "vuid": "VUID-VkDeviceGroupPresentInfoKHX-mode-01298", - "text": " If mode is VK_DEVICE_GROUP_PRESENT_MODE_LOCAL_BIT_KHX, then each element of pDeviceMasks must have exactly one bit set, and the corresponding element of VkDeviceGroupPresentCapabilitiesKHX::presentMask must be non-zero" + "vuid": "VUID-VkDeviceGroupPresentInfoKHR-mode-01298", + "text": " If mode is VK_DEVICE_GROUP_PRESENT_MODE_LOCAL_BIT_KHR, then each element of pDeviceMasks must have exactly one bit set, and the corresponding element of VkDeviceGroupPresentCapabilitiesKHR::presentMask must be non-zero" }, { - "vuid": "VUID-VkDeviceGroupPresentInfoKHX-mode-01299", - "text": " If mode is VK_DEVICE_GROUP_PRESENT_MODE_REMOTE_BIT_KHX, then each element of pDeviceMasks must have exactly one bit set, and some physical device in the logical device must include that bit in its VkDeviceGroupPresentCapabilitiesKHX::presentMask." + "vuid": "VUID-VkDeviceGroupPresentInfoKHR-mode-01299", + "text": " If mode is VK_DEVICE_GROUP_PRESENT_MODE_REMOTE_BIT_KHR, then each element of pDeviceMasks must have exactly one bit set, and some physical device in the logical device must include that bit in its VkDeviceGroupPresentCapabilitiesKHR::presentMask." }, { - "vuid": "VUID-VkDeviceGroupPresentInfoKHX-mode-01300", - "text": " If mode is VK_DEVICE_GROUP_PRESENT_MODE_SUM_BIT_KHX, then each element of pDeviceMasks must have a value for which all set bits are set in one of the elements of VkDeviceGroupPresentCapabilitiesKHX::presentMask" + "vuid": "VUID-VkDeviceGroupPresentInfoKHR-mode-01300", + "text": " If mode is VK_DEVICE_GROUP_PRESENT_MODE_SUM_BIT_KHR, then each element of pDeviceMasks must have a value for which all set bits are set in one of the elements of VkDeviceGroupPresentCapabilitiesKHR::presentMask" }, { - "vuid": "VUID-VkDeviceGroupPresentInfoKHX-mode-01301", - "text": " If mode is VK_DEVICE_GROUP_PRESENT_MODE_LOCAL_MULTI_DEVICE_BIT_KHX, then for each bit set in each element of pDeviceMasks, the corresponding element of VkDeviceGroupPresentCapabilitiesKHX::presentMask must be non-zero" + "vuid": "VUID-VkDeviceGroupPresentInfoKHR-mode-01301", + "text": " If mode is VK_DEVICE_GROUP_PRESENT_MODE_LOCAL_MULTI_DEVICE_BIT_KHR, then for each bit set in each element of pDeviceMasks, the corresponding element of VkDeviceGroupPresentCapabilitiesKHR::presentMask must be non-zero" }, { - "vuid": "VUID-VkDeviceGroupPresentInfoKHX-pDeviceMasks-01302", - "text": " The value of each element of pDeviceMasks must be equal to the device mask passed in VkAcquireNextImageInfoKHX::deviceMask when the image index was last acquired" + "vuid": "VUID-VkDeviceGroupPresentInfoKHR-pDeviceMasks-01302", + "text": " The value of each element of pDeviceMasks must be equal to the device mask passed in VkAcquireNextImageInfoKHR::deviceMask when the image index was last acquired" }, { - "vuid": "VUID-VkDeviceGroupPresentInfoKHX-mode-01303", - "text": " mode must have exactly one bit set, and that bit must have been included in VkDeviceGroupSwapchainCreateInfoKHX::modes" + "vuid": "VUID-VkDeviceGroupPresentInfoKHR-mode-01303", + "text": " mode must have exactly one bit set, and that bit must have been included in VkDeviceGroupSwapchainCreateInfoKHR::modes" }, { - "vuid": "VUID-VkDeviceGroupPresentInfoKHX-sType-sType", - "text": " sType must be VK_STRUCTURE_TYPE_DEVICE_GROUP_PRESENT_INFO_KHX" + "vuid": "VUID-VkDeviceGroupPresentInfoKHR-sType-sType", + "text": " sType must be VK_STRUCTURE_TYPE_DEVICE_GROUP_PRESENT_INFO_KHR" }, { - "vuid": "VUID-VkDeviceGroupPresentInfoKHX-pDeviceMasks-parameter", + "vuid": "VUID-VkDeviceGroupPresentInfoKHR-pDeviceMasks-parameter", "text": " If swapchainCount is not 0, pDeviceMasks must be a valid pointer to an array of swapchainCount uint32_t values" }, { - "vuid": "VUID-VkDeviceGroupPresentInfoKHX-mode-parameter", - "text": " mode must be a valid VkDeviceGroupPresentModeFlagBitsKHX value" + "vuid": "VUID-VkDeviceGroupPresentInfoKHR-mode-parameter", + "text": " mode must be a valid VkDeviceGroupPresentModeFlagBitsKHR value" } ] }, @@ -16382,79 +16508,91 @@ } ] }, - "vkGetPhysicalDeviceFeatures2KHR": { - "(VK_KHR_get_physical_device_properties2)": [ + "vkGetPhysicalDeviceFeatures2": { + "(VK_VERSION_1_1,VK_KHR_get_physical_device_properties2)": [ { - "vuid": "VUID-vkGetPhysicalDeviceFeatures2KHR-physicalDevice-parameter", + "vuid": "VUID-vkGetPhysicalDeviceFeatures2-physicalDevice-parameter", "text": " physicalDevice must be a valid VkPhysicalDevice handle" }, { - "vuid": "VUID-vkGetPhysicalDeviceFeatures2KHR-pFeatures-parameter", - "text": " pFeatures must be a valid pointer to a VkPhysicalDeviceFeatures2KHR structure" + "vuid": "VUID-vkGetPhysicalDeviceFeatures2-pFeatures-parameter", + "text": " pFeatures must be a valid pointer to a VkPhysicalDeviceFeatures2 structure" } ] }, - "VkPhysicalDeviceFeatures2KHR": { - "(VK_KHR_get_physical_device_properties2)": [ + "VkPhysicalDeviceFeatures2": { + "(VK_VERSION_1_1,VK_KHR_get_physical_device_properties2)": [ { - "vuid": "VUID-VkPhysicalDeviceFeatures2KHR-sType-sType", - "text": " sType must be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FEATURES_2_KHR" + "vuid": "VUID-VkPhysicalDeviceFeatures2-sType-sType", + "text": " sType must be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FEATURES_2" }, { - "vuid": "VUID-VkPhysicalDeviceFeatures2KHR-pNext-pNext", - "text": " Each pNext member of any structure (including this one) in the pNext chain must be either NULL or a pointer to a valid instance of VkPhysicalDevice16BitStorageFeaturesKHR, VkPhysicalDeviceBlendOperationAdvancedFeaturesEXT, VkPhysicalDeviceMultiviewFeaturesKHX, VkPhysicalDeviceSamplerYcbcrConversionFeaturesKHR, or VkPhysicalDeviceVariablePointerFeaturesKHR" + "vuid": "VUID-VkPhysicalDeviceFeatures2-pNext-pNext", + "text": " Each pNext member of any structure (including this one) in the pNext chain must be either NULL or a pointer to a valid instance of VkPhysicalDevice16BitStorageFeatures, VkPhysicalDeviceBlendOperationAdvancedFeaturesEXT, VkPhysicalDeviceMultiviewFeatures, VkPhysicalDeviceProtectedMemoryFeatures, VkPhysicalDeviceSamplerYcbcrConversionFeatures, VkPhysicalDeviceShaderDrawParameterFeatures, or VkPhysicalDeviceVariablePointerFeatures" }, { - "vuid": "VUID-VkPhysicalDeviceFeatures2KHR-sType-unique", + "vuid": "VUID-VkPhysicalDeviceFeatures2-sType-unique", "text": " Each sType member in the pNext chain must be unique" } ] }, - "VkPhysicalDeviceVariablePointerFeaturesKHR": { - "(VK_KHR_variable_pointers)": [ + "VkPhysicalDeviceVariablePointerFeatures": { + "(VK_VERSION_1_1,VK_KHR_variable_pointers)": [ { - "vuid": "VUID-VkPhysicalDeviceVariablePointerFeaturesKHR-variablePointers-01431", + "vuid": "VUID-VkPhysicalDeviceVariablePointerFeatures-variablePointers-01431", "text": " If variablePointers is enabled then variablePointersStorageBuffer must also be enabled." }, { - "vuid": "VUID-VkPhysicalDeviceVariablePointerFeaturesKHR-sType-sType", - "text": " sType must be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VARIABLE_POINTER_FEATURES_KHR" + "vuid": "VUID-VkPhysicalDeviceVariablePointerFeatures-sType-sType", + "text": " sType must be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VARIABLE_POINTER_FEATURES" }, { - "vuid": "VUID-VkPhysicalDeviceVariablePointerFeaturesKHR-pNext-pNext", + "vuid": "VUID-VkPhysicalDeviceVariablePointerFeatures-pNext-pNext", "text": " pNext must be NULL" } ] }, - "VkPhysicalDeviceMultiviewFeaturesKHX": { - "(VK_KHX_multiview)": [ + "VkPhysicalDeviceMultiviewFeatures": { + "(VK_VERSION_1_1,VK_KHR_multiview)": [ { - "vuid": "VUID-VkPhysicalDeviceMultiviewFeaturesKHX-multiviewGeometryShader-00580", + "vuid": "VUID-VkPhysicalDeviceMultiviewFeatures-multiviewGeometryShader-00580", "text": " If multiviewGeometryShader is enabled then multiview must also be enabled." }, { - "vuid": "VUID-VkPhysicalDeviceMultiviewFeaturesKHX-multiviewTessellationShader-00581", + "vuid": "VUID-VkPhysicalDeviceMultiviewFeatures-multiviewTessellationShader-00581", "text": " If multiviewTessellationShader is enabled then multiview must also be enabled." }, { - "vuid": "VUID-VkPhysicalDeviceMultiviewFeaturesKHX-sType-sType", - "text": " sType must be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MULTIVIEW_FEATURES_KHX" + "vuid": "VUID-VkPhysicalDeviceMultiviewFeatures-sType-sType", + "text": " sType must be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MULTIVIEW_FEATURES" } ] }, - "VkPhysicalDevice16BitStorageFeaturesKHR": { - "(VK_KHR_16bit_storage)": [ + "VkPhysicalDevice16BitStorageFeatures": { + "(VK_VERSION_1_1,VK_KHR_16bit_storage)": [ { - "vuid": "VUID-VkPhysicalDevice16BitStorageFeaturesKHR-sType-sType", - "text": " sType must be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_16BIT_STORAGE_FEATURES_KHR" + "vuid": "VUID-VkPhysicalDevice16BitStorageFeatures-sType-sType", + "text": " sType must be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_16BIT_STORAGE_FEATURES" } ] }, - "VkPhysicalDeviceSamplerYcbcrConversionFeaturesKHR": { - "(VK_KHR_sampler_ycbcr_conversion)": [ + "VkPhysicalDeviceSamplerYcbcrConversionFeatures": { + "(VK_VERSION_1_1,VK_KHR_sampler_ycbcr_conversion)": [ { - "vuid": "VUID-VkPhysicalDeviceSamplerYcbcrConversionFeaturesKHR-sType-sType", - "text": " sType must be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SAMPLER_YCBCR_CONVERSION_FEATURES_KHR" + "vuid": "VUID-VkPhysicalDeviceSamplerYcbcrConversionFeatures-sType-sType", + "text": " sType must be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SAMPLER_YCBCR_CONVERSION_FEATURES" + } + ] + }, + "VkPhysicalDeviceProtectedMemoryFeatures": { + "(VK_VERSION_1_1)": [ + { + "vuid": "VUID-VkPhysicalDeviceProtectedMemoryFeatures-sType-sType", + "text": " sType must be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PROTECTED_MEMORY_FEATURES" + }, + { + "vuid": "VUID-VkPhysicalDeviceProtectedMemoryFeatures-pNext-pNext", + "text": " pNext must be NULL" } ] }, @@ -16466,6 +16604,14 @@ } ] }, + "VkPhysicalDeviceShaderDrawParameterFeatures": { + "(VK_VERSION_1_1)": [ + { + "vuid": "VUID-VkPhysicalDeviceShaderDrawParameterFeatures-sType-sType", + "text": " sType must be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_DRAW_PARAMETER_FEATURES" + } + ] + }, "VkPhysicalDevicePushDescriptorPropertiesKHR": { "(VK_KHR_push_descriptor)": [ { @@ -16478,14 +16624,14 @@ } ] }, - "VkPhysicalDeviceMultiviewPropertiesKHX": { - "(VK_KHX_multiview)": [ + "VkPhysicalDeviceMultiviewProperties": { + "(VK_VERSION_1_1,VK_KHR_multiview)": [ { - "vuid": "VUID-VkPhysicalDeviceMultiviewPropertiesKHX-sType-sType", - "text": " sType must be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MULTIVIEW_PROPERTIES_KHX" + "vuid": "VUID-VkPhysicalDeviceMultiviewProperties-sType-sType", + "text": " sType must be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MULTIVIEW_PROPERTIES" }, { - "vuid": "VUID-VkPhysicalDeviceMultiviewPropertiesKHX-pNext-pNext", + "vuid": "VUID-VkPhysicalDeviceMultiviewProperties-pNext-pNext", "text": " pNext must be NULL" } ] @@ -16531,21 +16677,29 @@ { "vuid": "VUID-VkPhysicalDeviceMultiviewPerViewAttributesPropertiesNVX-sType-sType", "text": " sType must be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MULTIVIEW_PER_VIEW_ATTRIBUTES_PROPERTIES_NVX" + } + ] + }, + "VkPhysicalDevicePointClippingProperties": { + "(VK_VERSION_1_1,VK_KHR_maintenance2)": [ + { + "vuid": "VUID-VkPhysicalDevicePointClippingProperties-sType-sType", + "text": " sType must be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_POINT_CLIPPING_PROPERTIES" }, { - "vuid": "VUID-VkPhysicalDeviceMultiviewPerViewAttributesPropertiesNVX-pNext-pNext", + "vuid": "VUID-VkPhysicalDevicePointClippingProperties-pNext-pNext", "text": " pNext must be NULL" } ] }, - "VkPhysicalDevicePointClippingPropertiesKHR": { - "(VK_KHR_maintenance2)": [ + "VkPhysicalDeviceSubgroupProperties": { + "(VK_VERSION_1_1)": [ { - "vuid": "VUID-VkPhysicalDevicePointClippingPropertiesKHR-sType-sType", - "text": " sType must be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_POINT_CLIPPING_PROPERTIES_KHR" + "vuid": "VUID-VkPhysicalDeviceSubgroupProperties-sType-sType", + "text": " sType must be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SUBGROUP_PROPERTIES" }, { - "vuid": "VUID-VkPhysicalDevicePointClippingPropertiesKHR-pNext-pNext", + "vuid": "VUID-VkPhysicalDeviceSubgroupProperties-pNext-pNext", "text": " pNext must be NULL" } ] @@ -16558,6 +16712,18 @@ } ] }, + "VkPhysicalDeviceVertexAttributeDivisorPropertiesEXT": { + "(VK_EXT_vertex_attribute_divisor)": [ + { + "vuid": "VUID-VkPhysicalDeviceVertexAttributeDivisorPropertiesEXT-sType-sType", + "text": " sType must be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VERTEX_ATTRIBUTE_DIVISOR_PROPERTIES_EXT" + }, + { + "vuid": "VUID-VkPhysicalDeviceVertexAttributeDivisorPropertiesEXT-pNext-pNext", + "text": " pNext must be NULL" + } + ] + }, "VkPhysicalDeviceSamplerFilterMinmaxPropertiesEXT": { "(VK_EXT_sampler_filter_minmax)": [ { @@ -16570,6 +16736,30 @@ } ] }, + "VkPhysicalDeviceProtectedMemoryProperties": { + "(VK_VERSION_1_1)": [ + { + "vuid": "VUID-VkPhysicalDeviceProtectedMemoryProperties-sType-sType", + "text": " sType must be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PROTECTED_MEMORY_PROPERTIES" + }, + { + "vuid": "VUID-VkPhysicalDeviceProtectedMemoryProperties-pNext-pNext", + "text": " pNext must be NULL" + } + ] + }, + "VkPhysicalDeviceMaintenance3Properties": { + "(VK_VERSION_1_1,VK_KHR_maintenance3)": [ + { + "vuid": "VUID-VkPhysicalDeviceMaintenance3Properties-sType-sType", + "text": " sType must be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_3_PROPERTIES" + }, + { + "vuid": "VUID-VkPhysicalDeviceMaintenance3Properties-pNext-pNext", + "text": " pNext must be NULL" + } + ] + }, "VkPhysicalDeviceConservativeRasterizationPropertiesEXT": { "(VK_EXT_conservative_rasterization)": [ { @@ -16626,30 +16816,30 @@ } ] }, - "vkGetPhysicalDeviceFormatProperties2KHR": { - "(VK_KHR_get_physical_device_properties2)": [ + "vkGetPhysicalDeviceFormatProperties2": { + "(VK_VERSION_1_1,VK_KHR_get_physical_device_properties2)": [ { - "vuid": "VUID-vkGetPhysicalDeviceFormatProperties2KHR-physicalDevice-parameter", + "vuid": "VUID-vkGetPhysicalDeviceFormatProperties2-physicalDevice-parameter", "text": " physicalDevice must be a valid VkPhysicalDevice handle" }, { - "vuid": "VUID-vkGetPhysicalDeviceFormatProperties2KHR-format-parameter", + "vuid": "VUID-vkGetPhysicalDeviceFormatProperties2-format-parameter", "text": " format must be a valid VkFormat value" }, { - "vuid": "VUID-vkGetPhysicalDeviceFormatProperties2KHR-pFormatProperties-parameter", - "text": " pFormatProperties must be a valid pointer to a VkFormatProperties2KHR structure" + "vuid": "VUID-vkGetPhysicalDeviceFormatProperties2-pFormatProperties-parameter", + "text": " pFormatProperties must be a valid pointer to a VkFormatProperties2 structure" } ] }, - "VkFormatProperties2KHR": { - "(VK_KHR_get_physical_device_properties2)": [ + "VkFormatProperties2": { + "(VK_VERSION_1_1,VK_KHR_get_physical_device_properties2)": [ { - "vuid": "VUID-VkFormatProperties2KHR-sType-sType", - "text": " sType must be VK_STRUCTURE_TYPE_FORMAT_PROPERTIES_2_KHR" + "vuid": "VUID-VkFormatProperties2-sType-sType", + "text": " sType must be VK_STRUCTURE_TYPE_FORMAT_PROPERTIES_2" }, { - "vuid": "VUID-VkFormatProperties2KHR-pNext-pNext", + "vuid": "VUID-VkFormatProperties2-pNext-pNext", "text": " pNext must be NULL" } ] @@ -16730,246 +16920,246 @@ } ] }, - "vkGetPhysicalDeviceImageFormatProperties2KHR": { - "(VK_KHR_get_physical_device_properties2)": [ + "vkGetPhysicalDeviceImageFormatProperties2": { + "(VK_VERSION_1_1,VK_KHR_get_physical_device_properties2)": [ { - "vuid": "VUID-vkGetPhysicalDeviceImageFormatProperties2KHR-physicalDevice-parameter", + "vuid": "VUID-vkGetPhysicalDeviceImageFormatProperties2-physicalDevice-parameter", "text": " physicalDevice must be a valid VkPhysicalDevice handle" }, { - "vuid": "VUID-vkGetPhysicalDeviceImageFormatProperties2KHR-pImageFormatInfo-parameter", - "text": " pImageFormatInfo must be a valid pointer to a valid VkPhysicalDeviceImageFormatInfo2KHR structure" + "vuid": "VUID-vkGetPhysicalDeviceImageFormatProperties2-pImageFormatInfo-parameter", + "text": " pImageFormatInfo must be a valid pointer to a valid VkPhysicalDeviceImageFormatInfo2 structure" }, { - "vuid": "VUID-vkGetPhysicalDeviceImageFormatProperties2KHR-pImageFormatProperties-parameter", - "text": " pImageFormatProperties must be a valid pointer to a VkImageFormatProperties2KHR structure" + "vuid": "VUID-vkGetPhysicalDeviceImageFormatProperties2-pImageFormatProperties-parameter", + "text": " pImageFormatProperties must be a valid pointer to a VkImageFormatProperties2 structure" } ] }, - "VkPhysicalDeviceImageFormatInfo2KHR": { - "(VK_KHR_get_physical_device_properties2)": [ + "VkPhysicalDeviceImageFormatInfo2": { + "(VK_VERSION_1_1,VK_KHR_get_physical_device_properties2)": [ { - "vuid": "VUID-VkPhysicalDeviceImageFormatInfo2KHR-sType-sType", - "text": " sType must be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_IMAGE_FORMAT_INFO_2_KHR" + "vuid": "VUID-VkPhysicalDeviceImageFormatInfo2-sType-sType", + "text": " sType must be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_IMAGE_FORMAT_INFO_2" }, { - "vuid": "VUID-VkPhysicalDeviceImageFormatInfo2KHR-pNext-pNext", - "text": " pNext must be NULL or a pointer to a valid instance of VkPhysicalDeviceExternalImageFormatInfoKHR" + "vuid": "VUID-VkPhysicalDeviceImageFormatInfo2-pNext-pNext", + "text": " pNext must be NULL or a pointer to a valid instance of VkPhysicalDeviceExternalImageFormatInfo" }, { - "vuid": "VUID-VkPhysicalDeviceImageFormatInfo2KHR-format-parameter", + "vuid": "VUID-VkPhysicalDeviceImageFormatInfo2-format-parameter", "text": " format must be a valid VkFormat value" }, { - "vuid": "VUID-VkPhysicalDeviceImageFormatInfo2KHR-type-parameter", + "vuid": "VUID-VkPhysicalDeviceImageFormatInfo2-type-parameter", "text": " type must be a valid VkImageType value" }, { - "vuid": "VUID-VkPhysicalDeviceImageFormatInfo2KHR-tiling-parameter", + "vuid": "VUID-VkPhysicalDeviceImageFormatInfo2-tiling-parameter", "text": " tiling must be a valid VkImageTiling value" }, { - "vuid": "VUID-VkPhysicalDeviceImageFormatInfo2KHR-usage-parameter", + "vuid": "VUID-VkPhysicalDeviceImageFormatInfo2-usage-parameter", "text": " usage must be a valid combination of VkImageUsageFlagBits values" }, { - "vuid": "VUID-VkPhysicalDeviceImageFormatInfo2KHR-usage-requiredbitmask", + "vuid": "VUID-VkPhysicalDeviceImageFormatInfo2-usage-requiredbitmask", "text": " usage must not be 0" }, { - "vuid": "VUID-VkPhysicalDeviceImageFormatInfo2KHR-flags-parameter", + "vuid": "VUID-VkPhysicalDeviceImageFormatInfo2-flags-parameter", "text": " flags must be a valid combination of VkImageCreateFlagBits values" } ] }, - "VkImageFormatProperties2KHR": { - "(VK_KHR_get_physical_device_properties2)": [ + "VkImageFormatProperties2": { + "(VK_VERSION_1_1,VK_KHR_get_physical_device_properties2)": [ { - "vuid": "VUID-VkImageFormatProperties2KHR-sType-sType", - "text": " sType must be VK_STRUCTURE_TYPE_IMAGE_FORMAT_PROPERTIES_2_KHR" + "vuid": "VUID-VkImageFormatProperties2-sType-sType", + "text": " sType must be VK_STRUCTURE_TYPE_IMAGE_FORMAT_PROPERTIES_2" }, { - "vuid": "VUID-VkImageFormatProperties2KHR-pNext-pNext", - "text": " Each pNext member of any structure (including this one) in the pNext chain must be either NULL or a pointer to a valid instance of VkExternalImageFormatPropertiesKHR, VkSamplerYcbcrConversionImageFormatPropertiesKHR, or VkTextureLODGatherFormatPropertiesAMD" + "vuid": "VUID-VkImageFormatProperties2-pNext-pNext", + "text": " Each pNext member of any structure (including this one) in the pNext chain must be either NULL or a pointer to a valid instance of VkExternalImageFormatProperties, VkSamplerYcbcrConversionImageFormatProperties, or VkTextureLODGatherFormatPropertiesAMD" }, { - "vuid": "VUID-VkImageFormatProperties2KHR-sType-unique", + "vuid": "VUID-VkImageFormatProperties2-sType-unique", "text": " Each sType member in the pNext chain must be unique" } ] }, - "VkPhysicalDeviceExternalImageFormatInfoKHR": { - "(VK_KHR_get_physical_device_properties2)+(VK_KHR_external_memory_capabilities)": [ + "VkPhysicalDeviceExternalImageFormatInfo": { + "(VK_VERSION_1_1,VK_KHR_get_physical_device_properties2)+(VK_VERSION_1_1,VK_KHR_external_memory_capabilities)": [ { - "vuid": "VUID-VkPhysicalDeviceExternalImageFormatInfoKHR-sType-sType", - "text": " sType must be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_EXTERNAL_IMAGE_FORMAT_INFO_KHR" + "vuid": "VUID-VkPhysicalDeviceExternalImageFormatInfo-sType-sType", + "text": " sType must be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_EXTERNAL_IMAGE_FORMAT_INFO" }, { - "vuid": "VUID-VkPhysicalDeviceExternalImageFormatInfoKHR-handleType-parameter", - "text": " If handleType is not 0, handleType must be a valid VkExternalMemoryHandleTypeFlagBitsKHR value" + "vuid": "VUID-VkPhysicalDeviceExternalImageFormatInfo-handleType-parameter", + "text": " If handleType is not 0, handleType must be a valid VkExternalMemoryHandleTypeFlagBits value" } ] }, - "VkExternalImageFormatPropertiesKHR": { - "(VK_KHR_get_physical_device_properties2)+(VK_KHR_external_memory_capabilities)": [ + "VkExternalImageFormatProperties": { + "(VK_VERSION_1_1,VK_KHR_get_physical_device_properties2)+(VK_VERSION_1_1,VK_KHR_external_memory_capabilities)": [ { - "vuid": "VUID-VkExternalImageFormatPropertiesKHR-sType-sType", - "text": " sType must be VK_STRUCTURE_TYPE_EXTERNAL_IMAGE_FORMAT_PROPERTIES_KHR" + "vuid": "VUID-VkExternalImageFormatProperties-sType-sType", + "text": " sType must be VK_STRUCTURE_TYPE_EXTERNAL_IMAGE_FORMAT_PROPERTIES" }, { - "vuid": "VUID-VkExternalImageFormatPropertiesKHR-pNext-pNext", + "vuid": "VUID-VkExternalImageFormatProperties-pNext-pNext", "text": " pNext must be NULL" } ] }, - "VkSamplerYcbcrConversionImageFormatPropertiesKHR": { - "(VK_KHR_get_physical_device_properties2)+(VK_KHR_sampler_ycbcr_conversion)": [ + "VkSamplerYcbcrConversionImageFormatProperties": { + "(VK_VERSION_1_1,VK_KHR_get_physical_device_properties2)+(VK_VERSION_1_1,VK_KHR_sampler_ycbcr_conversion)": [ { - "vuid": "VUID-VkSamplerYcbcrConversionImageFormatPropertiesKHR-sType-sType", - "text": " sType must be VK_STRUCTURE_TYPE_SAMPLER_YCBCR_CONVERSION_IMAGE_FORMAT_PROPERTIES_KHR" + "vuid": "VUID-VkSamplerYcbcrConversionImageFormatProperties-sType-sType", + "text": " sType must be VK_STRUCTURE_TYPE_SAMPLER_YCBCR_CONVERSION_IMAGE_FORMAT_PROPERTIES" } ] }, - "vkGetPhysicalDeviceExternalBufferPropertiesKHR": { - "(VK_KHR_external_memory_capabilities)": [ + "vkGetPhysicalDeviceExternalBufferProperties": { + "(VK_VERSION_1_1,VK_KHR_external_memory_capabilities)": [ { - "vuid": "VUID-vkGetPhysicalDeviceExternalBufferPropertiesKHR-physicalDevice-parameter", + "vuid": "VUID-vkGetPhysicalDeviceExternalBufferProperties-physicalDevice-parameter", "text": " physicalDevice must be a valid VkPhysicalDevice handle" }, { - "vuid": "VUID-vkGetPhysicalDeviceExternalBufferPropertiesKHR-pExternalBufferInfo-parameter", - "text": " pExternalBufferInfo must be a valid pointer to a valid VkPhysicalDeviceExternalBufferInfoKHR structure" + "vuid": "VUID-vkGetPhysicalDeviceExternalBufferProperties-pExternalBufferInfo-parameter", + "text": " pExternalBufferInfo must be a valid pointer to a valid VkPhysicalDeviceExternalBufferInfo structure" }, { - "vuid": "VUID-vkGetPhysicalDeviceExternalBufferPropertiesKHR-pExternalBufferProperties-parameter", - "text": " pExternalBufferProperties must be a valid pointer to a VkExternalBufferPropertiesKHR structure" + "vuid": "VUID-vkGetPhysicalDeviceExternalBufferProperties-pExternalBufferProperties-parameter", + "text": " pExternalBufferProperties must be a valid pointer to a VkExternalBufferProperties structure" } ] }, - "VkPhysicalDeviceExternalBufferInfoKHR": { - "(VK_KHR_external_memory_capabilities)": [ + "VkPhysicalDeviceExternalBufferInfo": { + "(VK_VERSION_1_1,VK_KHR_external_memory_capabilities)": [ { - "vuid": "VUID-VkPhysicalDeviceExternalBufferInfoKHR-sType-sType", - "text": " sType must be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_EXTERNAL_BUFFER_INFO_KHR" + "vuid": "VUID-VkPhysicalDeviceExternalBufferInfo-sType-sType", + "text": " sType must be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_EXTERNAL_BUFFER_INFO" }, { - "vuid": "VUID-VkPhysicalDeviceExternalBufferInfoKHR-pNext-pNext", + "vuid": "VUID-VkPhysicalDeviceExternalBufferInfo-pNext-pNext", "text": " pNext must be NULL" }, { - "vuid": "VUID-VkPhysicalDeviceExternalBufferInfoKHR-flags-parameter", + "vuid": "VUID-VkPhysicalDeviceExternalBufferInfo-flags-parameter", "text": " flags must be a valid combination of VkBufferCreateFlagBits values" }, { - "vuid": "VUID-VkPhysicalDeviceExternalBufferInfoKHR-usage-parameter", + "vuid": "VUID-VkPhysicalDeviceExternalBufferInfo-usage-parameter", "text": " usage must be a valid combination of VkBufferUsageFlagBits values" }, { - "vuid": "VUID-VkPhysicalDeviceExternalBufferInfoKHR-usage-requiredbitmask", + "vuid": "VUID-VkPhysicalDeviceExternalBufferInfo-usage-requiredbitmask", "text": " usage must not be 0" }, { - "vuid": "VUID-VkPhysicalDeviceExternalBufferInfoKHR-handleType-parameter", - "text": " handleType must be a valid VkExternalMemoryHandleTypeFlagBitsKHR value" + "vuid": "VUID-VkPhysicalDeviceExternalBufferInfo-handleType-parameter", + "text": " handleType must be a valid VkExternalMemoryHandleTypeFlagBits value" } ] }, - "VkExternalBufferPropertiesKHR": { - "(VK_KHR_external_memory_capabilities)": [ + "VkExternalBufferProperties": { + "(VK_VERSION_1_1,VK_KHR_external_memory_capabilities)": [ { - "vuid": "VUID-VkExternalBufferPropertiesKHR-sType-sType", - "text": " sType must be VK_STRUCTURE_TYPE_EXTERNAL_BUFFER_PROPERTIES_KHR" + "vuid": "VUID-VkExternalBufferProperties-sType-sType", + "text": " sType must be VK_STRUCTURE_TYPE_EXTERNAL_BUFFER_PROPERTIES" }, { - "vuid": "VUID-VkExternalBufferPropertiesKHR-pNext-pNext", + "vuid": "VUID-VkExternalBufferProperties-pNext-pNext", "text": " pNext must be NULL" } ] }, - "vkGetPhysicalDeviceExternalSemaphorePropertiesKHR": { - "(VK_KHR_external_semaphore_capabilities)": [ + "vkGetPhysicalDeviceExternalSemaphoreProperties": { + "(VK_VERSION_1_1,VK_KHR_external_semaphore_capabilities)": [ { - "vuid": "VUID-vkGetPhysicalDeviceExternalSemaphorePropertiesKHR-physicalDevice-parameter", + "vuid": "VUID-vkGetPhysicalDeviceExternalSemaphoreProperties-physicalDevice-parameter", "text": " physicalDevice must be a valid VkPhysicalDevice handle" }, { - "vuid": "VUID-vkGetPhysicalDeviceExternalSemaphorePropertiesKHR-pExternalSemaphoreInfo-parameter", - "text": " pExternalSemaphoreInfo must be a valid pointer to a valid VkPhysicalDeviceExternalSemaphoreInfoKHR structure" + "vuid": "VUID-vkGetPhysicalDeviceExternalSemaphoreProperties-pExternalSemaphoreInfo-parameter", + "text": " pExternalSemaphoreInfo must be a valid pointer to a valid VkPhysicalDeviceExternalSemaphoreInfo structure" }, { - "vuid": "VUID-vkGetPhysicalDeviceExternalSemaphorePropertiesKHR-pExternalSemaphoreProperties-parameter", - "text": " pExternalSemaphoreProperties must be a valid pointer to a VkExternalSemaphorePropertiesKHR structure" + "vuid": "VUID-vkGetPhysicalDeviceExternalSemaphoreProperties-pExternalSemaphoreProperties-parameter", + "text": " pExternalSemaphoreProperties must be a valid pointer to a VkExternalSemaphoreProperties structure" } ] }, - "VkPhysicalDeviceExternalSemaphoreInfoKHR": { - "(VK_KHR_external_semaphore_capabilities)": [ + "VkPhysicalDeviceExternalSemaphoreInfo": { + "(VK_VERSION_1_1,VK_KHR_external_semaphore_capabilities)": [ { - "vuid": "VUID-VkPhysicalDeviceExternalSemaphoreInfoKHR-sType-sType", - "text": " sType must be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_EXTERNAL_SEMAPHORE_INFO_KHR" + "vuid": "VUID-VkPhysicalDeviceExternalSemaphoreInfo-sType-sType", + "text": " sType must be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_EXTERNAL_SEMAPHORE_INFO" }, { - "vuid": "VUID-VkPhysicalDeviceExternalSemaphoreInfoKHR-pNext-pNext", + "vuid": "VUID-VkPhysicalDeviceExternalSemaphoreInfo-pNext-pNext", "text": " pNext must be NULL" }, { - "vuid": "VUID-VkPhysicalDeviceExternalSemaphoreInfoKHR-handleType-parameter", - "text": " handleType must be a valid VkExternalSemaphoreHandleTypeFlagBitsKHR value" + "vuid": "VUID-VkPhysicalDeviceExternalSemaphoreInfo-handleType-parameter", + "text": " handleType must be a valid VkExternalSemaphoreHandleTypeFlagBits value" } ] }, - "VkExternalSemaphorePropertiesKHR": { - "(VK_KHR_external_semaphore_capabilities)": [ + "VkExternalSemaphoreProperties": { + "(VK_VERSION_1_1,VK_KHR_external_semaphore_capabilities)": [ { - "vuid": "VUID-VkExternalSemaphorePropertiesKHR-sType-sType", - "text": " sType must be VK_STRUCTURE_TYPE_EXTERNAL_SEMAPHORE_PROPERTIES_KHR" + "vuid": "VUID-VkExternalSemaphoreProperties-sType-sType", + "text": " sType must be VK_STRUCTURE_TYPE_EXTERNAL_SEMAPHORE_PROPERTIES" }, { - "vuid": "VUID-VkExternalSemaphorePropertiesKHR-pNext-pNext", + "vuid": "VUID-VkExternalSemaphoreProperties-pNext-pNext", "text": " pNext must be NULL" } ] }, - "vkGetPhysicalDeviceExternalFencePropertiesKHR": { - "(VK_KHR_external_fence_capabilities)": [ + "vkGetPhysicalDeviceExternalFenceProperties": { + "(VK_VERSION_1_1,VK_KHR_external_fence_capabilities)": [ { - "vuid": "VUID-vkGetPhysicalDeviceExternalFencePropertiesKHR-physicalDevice-parameter", + "vuid": "VUID-vkGetPhysicalDeviceExternalFenceProperties-physicalDevice-parameter", "text": " physicalDevice must be a valid VkPhysicalDevice handle" }, { - "vuid": "VUID-vkGetPhysicalDeviceExternalFencePropertiesKHR-pExternalFenceInfo-parameter", - "text": " pExternalFenceInfo must be a valid pointer to a valid VkPhysicalDeviceExternalFenceInfoKHR structure" + "vuid": "VUID-vkGetPhysicalDeviceExternalFenceProperties-pExternalFenceInfo-parameter", + "text": " pExternalFenceInfo must be a valid pointer to a valid VkPhysicalDeviceExternalFenceInfo structure" }, { - "vuid": "VUID-vkGetPhysicalDeviceExternalFencePropertiesKHR-pExternalFenceProperties-parameter", - "text": " pExternalFenceProperties must be a valid pointer to a VkExternalFencePropertiesKHR structure" + "vuid": "VUID-vkGetPhysicalDeviceExternalFenceProperties-pExternalFenceProperties-parameter", + "text": " pExternalFenceProperties must be a valid pointer to a VkExternalFenceProperties structure" } ] }, - "VkPhysicalDeviceExternalFenceInfoKHR": { - "(VK_KHR_external_fence_capabilities)": [ + "VkPhysicalDeviceExternalFenceInfo": { + "(VK_VERSION_1_1,VK_KHR_external_fence_capabilities)": [ { - "vuid": "VUID-VkPhysicalDeviceExternalFenceInfoKHR-sType-sType", - "text": " sType must be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_EXTERNAL_FENCE_INFO_KHR" + "vuid": "VUID-VkPhysicalDeviceExternalFenceInfo-sType-sType", + "text": " sType must be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_EXTERNAL_FENCE_INFO" }, { - "vuid": "VUID-VkPhysicalDeviceExternalFenceInfoKHR-pNext-pNext", + "vuid": "VUID-VkPhysicalDeviceExternalFenceInfo-pNext-pNext", "text": " pNext must be NULL" }, { - "vuid": "VUID-VkPhysicalDeviceExternalFenceInfoKHR-handleType-parameter", - "text": " handleType must be a valid VkExternalFenceHandleTypeFlagBitsKHR value" + "vuid": "VUID-VkPhysicalDeviceExternalFenceInfo-handleType-parameter", + "text": " handleType must be a valid VkExternalFenceHandleTypeFlagBits value" } ] }, - "VkExternalFencePropertiesKHR": { - "(VK_KHR_external_fence_capabilities)": [ + "VkExternalFenceProperties": { + "(VK_VERSION_1_1,VK_KHR_external_fence_capabilities)": [ { - "vuid": "VUID-VkExternalFencePropertiesKHR-sType-sType", - "text": " sType must be VK_STRUCTURE_TYPE_EXTERNAL_FENCE_PROPERTIES_KHR" + "vuid": "VUID-VkExternalFenceProperties-sType-sType", + "text": " sType must be VK_STRUCTURE_TYPE_EXTERNAL_FENCE_PROPERTIES" }, { - "vuid": "VUID-VkExternalFencePropertiesKHR-pNext-pNext", + "vuid": "VUID-VkExternalFenceProperties-pNext-pNext", "text": " pNext must be NULL" } ] diff --git a/scripts/vk.xml b/scripts/vk.xml index 0b65ee8a..3d7a35b5 100644 --- a/scripts/vk.xml +++ b/scripts/vk.xml @@ -136,7 +136,7 @@ private version is maintained in the 1.0 branch of the member gitlab server. // Vulkan 1.1 version number #define VK_API_VERSION_1_1 VK_MAKE_VERSION(1, 1, 0)// Patch version should always be set to 0 // Version of this file -#define VK_HEADER_VERSION 69 +#define VK_HEADER_VERSION 70 #define VK_DEFINE_HANDLE(object) typedef struct object##_T* object; @@ -2893,7 +2893,7 @@ private version is maintained in the 1.0 branch of the member gitlab server. void* pNext VkDeviceSize minImportedHostPointerAlignment - + VkStructureType sType void* pNextPointer to next structure float primitiveOverestimationSizeThe size in pixels the primitive is enlarged at each edge during conservative rasterization @@ -2914,6 +2914,21 @@ private version is maintained in the 1.0 branch of the member gitlab server. VkConservativeRasterizationModeEXT conservativeRasterizationMode float extraPrimitiveOverestimationSize + + uint32_t binding + uint32_t divisor + + + VkStructureType sType + const void* pNext + uint32_t vertexBindingDivisorCount + const VkVertexInputBindingDivisorDescriptionEXT* pVertexBindingDivisors + + + VkStructureType sType + void* pNext + uint32_t maxVertexAttribDivisormax value of vertex attribute divisor + Vulkan enumerant (token) definitions @@ -6073,13 +6088,15 @@ private version is maintained in the 1.0 branch of the member gitlab server. - + + + @@ -6099,7 +6116,7 @@ private version is maintained in the 1.0 branch of the member gitlab server. - + @@ -6392,7 +6409,7 @@ private version is maintained in the 1.0 branch of the member gitlab server. - + @@ -8391,10 +8408,15 @@ private version is maintained in the 1.0 branch of the member gitlab server. - + - - + + + + + + + diff --git a/scripts/vuid_mapping.py b/scripts/vuid_mapping.py index 52a7e46c..4848c8a4 100644 --- a/scripts/vuid_mapping.py +++ b/scripts/vuid_mapping.py @@ -599,6 +599,8 @@ func_struct_id_map = { 'VkDebugUtilsMessengerCreateInfoEXT' : 543, 'vkCreateDebugUtilsMessengerEXT' : 544, 'vkSubmitDebugUtilsMessageEXT' : 545, +'VkPhysicalDeviceVertexAttributeDivisorPropertiesEXT' : 546, +'VkPipelineVertexInputDivisorStateCreateInfoEXT' : 547, ### ADD New func/struct mappings above this line } # Mapping of params to unique IDs @@ -1125,6 +1127,8 @@ implicit_param_map = { 'pfnUserCallback' : 519, 'pMessenger' : 520, 'messageTypes' : 521, +'vertexBindingDivisorCount' : 522, +'pVertexBindingDivisors' : 523, ### ADD New implicit param mappings above this line } -- cgit v1.2.3