From b1fc6158fd3da69cd16b1e261e0e84f1f3bed89f Mon Sep 17 00:00:00 2001 From: Mike Schuchardt Date: Fri, 18 Apr 2025 12:24:45 -0700 Subject: build: Update to header 1.4.313 --- icd/generated/function_declarations.h | 7 ++++++ icd/generated/function_definitions.h | 8 +++++++ icd/generated/vk_typemap_helper.h | 45 +++++++++++++++++++++++++++++++++++ 3 files changed, 60 insertions(+) (limited to 'icd/generated') diff --git a/icd/generated/function_declarations.h b/icd/generated/function_declarations.h index 16b3240e..661c19a6 100644 --- a/icd/generated/function_declarations.h +++ b/icd/generated/function_declarations.h @@ -411,6 +411,7 @@ static const std::unordered_map device_extension_map = { {"VK_KHR_shader_expect_assume", 1}, {"VK_KHR_maintenance6", 1}, {"VK_NV_descriptor_pool_overallocation", 1}, + {"VK_QCOM_tile_memory_heap", 1}, {"VK_KHR_video_encode_quantization_map", 2}, {"VK_NV_raw_access_chains", 1}, {"VK_NV_external_compute_queue", 1}, @@ -4566,6 +4567,11 @@ static VKAPI_ATTR VkResult VKAPI_CALL GetScreenBufferPropertiesQNX( +static VKAPI_ATTR void VKAPI_CALL CmdBindTileMemoryQCOM( + VkCommandBuffer commandBuffer, + const VkTileMemoryBindInfoQCOM* pTileMemoryBindInfo); + + static VKAPI_ATTR VkResult VKAPI_CALL CreateExternalComputeQueueNV( @@ -5664,6 +5670,7 @@ static const std::unordered_map name_to_funcptr_map = { #ifdef VK_USE_PLATFORM_SCREEN_QNX {"vkGetScreenBufferPropertiesQNX", (void*)GetScreenBufferPropertiesQNX}, #endif + {"vkCmdBindTileMemoryQCOM", (void*)CmdBindTileMemoryQCOM}, {"vkCreateExternalComputeQueueNV", (void*)CreateExternalComputeQueueNV}, {"vkDestroyExternalComputeQueueNV", (void*)DestroyExternalComputeQueueNV}, {"vkGetExternalComputeQueueDataNV", (void*)GetExternalComputeQueueDataNV}, diff --git a/icd/generated/function_definitions.h b/icd/generated/function_definitions.h index 40b7e984..7657c12d 100644 --- a/icd/generated/function_definitions.h +++ b/icd/generated/function_definitions.h @@ -8248,6 +8248,14 @@ static VKAPI_ATTR VkResult VKAPI_CALL GetScreenBufferPropertiesQNX( +static VKAPI_ATTR void VKAPI_CALL CmdBindTileMemoryQCOM( + VkCommandBuffer commandBuffer, + const VkTileMemoryBindInfoQCOM* pTileMemoryBindInfo) +{ +//Not a CREATE or DESTROY function +} + + static VKAPI_ATTR VkResult VKAPI_CALL CreateExternalComputeQueueNV( diff --git a/icd/generated/vk_typemap_helper.h b/icd/generated/vk_typemap_helper.h index 56aabfff..37626b5e 100644 --- a/icd/generated/vk_typemap_helper.h +++ b/icd/generated/vk_typemap_helper.h @@ -8614,6 +8614,51 @@ template <> struct LvlSTypeMap struct LvlTypeMap { + static const VkStructureType kSType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TILE_MEMORY_HEAP_FEATURES_QCOM; +}; + +template <> struct LvlSTypeMap { + typedef VkPhysicalDeviceTileMemoryHeapFeaturesQCOM Type; +}; + +// Map type VkPhysicalDeviceTileMemoryHeapPropertiesQCOM to id VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TILE_MEMORY_HEAP_PROPERTIES_QCOM +template <> struct LvlTypeMap { + static const VkStructureType kSType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TILE_MEMORY_HEAP_PROPERTIES_QCOM; +}; + +template <> struct LvlSTypeMap { + typedef VkPhysicalDeviceTileMemoryHeapPropertiesQCOM Type; +}; + +// Map type VkTileMemoryRequirementsQCOM to id VK_STRUCTURE_TYPE_TILE_MEMORY_REQUIREMENTS_QCOM +template <> struct LvlTypeMap { + static const VkStructureType kSType = VK_STRUCTURE_TYPE_TILE_MEMORY_REQUIREMENTS_QCOM; +}; + +template <> struct LvlSTypeMap { + typedef VkTileMemoryRequirementsQCOM Type; +}; + +// Map type VkTileMemoryBindInfoQCOM to id VK_STRUCTURE_TYPE_TILE_MEMORY_BIND_INFO_QCOM +template <> struct LvlTypeMap { + static const VkStructureType kSType = VK_STRUCTURE_TYPE_TILE_MEMORY_BIND_INFO_QCOM; +}; + +template <> struct LvlSTypeMap { + typedef VkTileMemoryBindInfoQCOM Type; +}; + +// Map type VkTileMemorySizeInfoQCOM to id VK_STRUCTURE_TYPE_TILE_MEMORY_SIZE_INFO_QCOM +template <> struct LvlTypeMap { + static const VkStructureType kSType = VK_STRUCTURE_TYPE_TILE_MEMORY_SIZE_INFO_QCOM; +}; + +template <> struct LvlSTypeMap { + typedef VkTileMemorySizeInfoQCOM Type; +}; + // Map type VkDisplaySurfaceStereoCreateInfoNV to id VK_STRUCTURE_TYPE_DISPLAY_SURFACE_STEREO_CREATE_INFO_NV template <> struct LvlTypeMap { static const VkStructureType kSType = VK_STRUCTURE_TYPE_DISPLAY_SURFACE_STEREO_CREATE_INFO_NV; -- cgit v1.2.3