From fc0b3f063ff616aca3b7b6231152bb13e36eff42 Mon Sep 17 00:00:00 2001 From: Mike Schuchardt Date: Tue, 5 Apr 2022 10:29:34 -0700 Subject: build: Update to header 1.3.211 - Update known-good - Generate source --- icd/generated/mock_icd.cpp | 1 + icd/generated/mock_icd.h | 12 +++++++----- icd/generated/vk_typemap_helper.h | 9 +++++++++ 3 files changed, 17 insertions(+), 5 deletions(-) (limited to 'icd/generated') diff --git a/icd/generated/mock_icd.cpp b/icd/generated/mock_icd.cpp index 8b8ccd21..b3518149 100644 --- a/icd/generated/mock_icd.cpp +++ b/icd/generated/mock_icd.cpp @@ -5669,6 +5669,7 @@ static VKAPI_ATTR void VKAPI_CALL CmdDrawMultiIndexedEXT( + static VKAPI_ATTR void VKAPI_CALL SetDeviceMemoryPriorityEXT( VkDevice device, VkDeviceMemory memory, diff --git a/icd/generated/mock_icd.h b/icd/generated/mock_icd.h index 696cc8d5..0b22460b 100644 --- a/icd/generated/mock_icd.h +++ b/icd/generated/mock_icd.h @@ -100,7 +100,7 @@ static const std::unordered_map device_extension_map = { {"VK_AMD_shader_explicit_vertex_parameter", 1}, {"VK_EXT_debug_marker", 4}, {"VK_KHR_video_queue", 3}, - {"VK_KHR_video_decode_queue", 3}, + {"VK_KHR_video_decode_queue", 4}, {"VK_AMD_gcn_shader", 1}, {"VK_NV_dedicated_allocation", 1}, {"VK_EXT_transform_feedback", 1}, @@ -111,8 +111,8 @@ static const std::unordered_map device_extension_map = { {"VK_AMD_gpu_shader_half_float", 2}, {"VK_AMD_shader_ballot", 1}, {"VK_EXT_video_encode_h264", 6}, - {"VK_EXT_video_encode_h265", 6}, - {"VK_EXT_video_decode_h264", 4}, + {"VK_EXT_video_encode_h265", 7}, + {"VK_EXT_video_decode_h264", 5}, {"VK_AMD_texture_gather_bias_lod", 1}, {"VK_AMD_shader_info", 1}, {"VK_KHR_dynamic_rendering", 1}, @@ -210,7 +210,7 @@ static const std::unordered_map device_extension_map = { {"VK_AMD_pipeline_compiler_control", 1}, {"VK_EXT_calibrated_timestamps", 2}, {"VK_AMD_shader_core_properties", 2}, - {"VK_EXT_video_decode_h265", 2}, + {"VK_EXT_video_decode_h265", 3}, {"VK_KHR_global_priority", 1}, {"VK_AMD_memory_overallocation_behavior", 1}, {"VK_EXT_vertex_attribute_divisor", 3}, @@ -283,7 +283,7 @@ static const std::unordered_map device_extension_map = { {"VK_KHR_present_id", 1}, {"VK_EXT_private_data", 1}, {"VK_EXT_pipeline_creation_cache_control", 3}, - {"VK_KHR_video_encode_queue", 4}, + {"VK_KHR_video_encode_queue", 5}, {"VK_NV_device_diagnostics_config", 1}, {"VK_QCOM_render_pass_store_ops", 2}, {"VK_KHR_synchronization2", 1}, @@ -320,6 +320,7 @@ static const std::unordered_map device_extension_map = { {"VK_EXT_global_priority_query", 1}, {"VK_EXT_image_view_min_lod", 1}, {"VK_EXT_multi_draw", 1}, + {"VK_EXT_image_2d_view_of_3d", 1}, {"VK_EXT_load_store_op_none", 1}, {"VK_EXT_border_color_swizzle", 1}, {"VK_EXT_pageable_device_local_memory", 1}, @@ -3505,6 +3506,7 @@ static VKAPI_ATTR void VKAPI_CALL CmdDrawMultiIndexedEXT( + static VKAPI_ATTR void VKAPI_CALL SetDeviceMemoryPriorityEXT( VkDevice device, VkDeviceMemory memory, diff --git a/icd/generated/vk_typemap_helper.h b/icd/generated/vk_typemap_helper.h index 562c12a8..2aec6a79 100644 --- a/icd/generated/vk_typemap_helper.h +++ b/icd/generated/vk_typemap_helper.h @@ -5676,6 +5676,15 @@ template <> struct LvlSTypeMap struct LvlTypeMap { + static const VkStructureType kSType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_IMAGE_2D_VIEW_OF_3D_FEATURES_EXT; +}; + +template <> struct LvlSTypeMap { + typedef VkPhysicalDeviceImage2DViewOf3DFeaturesEXT Type; +}; + // Map type VkPhysicalDeviceBorderColorSwizzleFeaturesEXT to id VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_BORDER_COLOR_SWIZZLE_FEATURES_EXT template <> struct LvlTypeMap { static const VkStructureType kSType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_BORDER_COLOR_SWIZZLE_FEATURES_EXT; -- cgit v1.2.3