diff options
| author | Mike Schuchardt <mikes@lunarg.com> | 2025-04-18 12:24:45 -0700 |
|---|---|---|
| committer | Mike Schuchardt <mikes@lunarg.com> | 2025-04-18 13:05:13 -0700 |
| commit | b1fc6158fd3da69cd16b1e261e0e84f1f3bed89f (patch) | |
| tree | 419a65a8504aaef58db2c13bd05d8a23ba1b7269 /icd/generated/function_declarations.h | |
| parent | 50ace769d381f746d7d6cb75db982fa4d94a112f (diff) | |
| download | usermoji-b1fc6158fd3da69cd16b1e261e0e84f1f3bed89f.tar.xz | |
build: Update to header 1.4.313
Diffstat (limited to 'icd/generated/function_declarations.h')
| -rw-r--r-- | icd/generated/function_declarations.h | 7 |
1 files changed, 7 insertions, 0 deletions
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<std::string, uint32_t> 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<std::string, void*> 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}, |
