aboutsummaryrefslogtreecommitdiff
path: root/icd/generated/function_declarations.h
diff options
context:
space:
mode:
authorMike Schuchardt <mikes@lunarg.com>2025-06-13 12:04:24 -0700
committerMike Schuchardt <mikes@lunarg.com>2025-06-13 14:08:03 -0700
commitd671923090e4dc74c0ebdb10c6e09fa0826e1fe9 (patch)
tree5a64208f802f5a7e08ad2c07c2ef96943fe9784f /icd/generated/function_declarations.h
parentfbe722654b7173da961398cf78bd4a62d1839b65 (diff)
downloadusermoji-d671923090e4dc74c0ebdb10c6e09fa0826e1fe9.tar.xz
build: Update to header 1.4.318
Diffstat (limited to 'icd/generated/function_declarations.h')
-rw-r--r--icd/generated/function_declarations.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/icd/generated/function_declarations.h b/icd/generated/function_declarations.h
index c351f2f9..68aca233 100644
--- a/icd/generated/function_declarations.h
+++ b/icd/generated/function_declarations.h
@@ -72,6 +72,7 @@ static const std::unordered_map<std::string, uint32_t> instance_extension_map =
{"VK_LUNARG_direct_driver_loading", 1},
{"VK_EXT_layer_settings", 2},
{"VK_NV_display_stereo", 1},
+ {"VK_OHOS_surface", 1},
};
// Map of device extension name to version
static const std::unordered_map<std::string, uint32_t> device_extension_map = {
@@ -442,6 +443,7 @@ static const std::unordered_map<std::string, uint32_t> device_extension_map = {
{"VK_KHR_depth_clamp_zero_one", 1},
{"VK_EXT_vertex_attribute_robustness", 1},
{"VK_ARM_format_pack", 1},
+ {"VK_VALVE_fragment_density_map_layered", 1},
{"VK_KHR_robustness2", 1},
{"VK_NV_present_metering", 1},
{"VK_EXT_fragment_density_map_offset", 1},
@@ -4746,6 +4748,15 @@ static VKAPI_ATTR void VKAPI_CALL UpdateIndirectExecutionSetShaderEXT(
+#ifdef VK_USE_PLATFORM_OHOS
+
+static VKAPI_ATTR VkResult VKAPI_CALL CreateSurfaceOHOS(
+ VkInstance instance,
+ const VkSurfaceCreateInfoOHOS* pCreateInfo,
+ const VkAllocationCallbacks* pAllocator,
+ VkSurfaceKHR* pSurface);
+#endif /* VK_USE_PLATFORM_OHOS */
+
static VKAPI_ATTR VkResult VKAPI_CALL GetPhysicalDeviceCooperativeMatrixFlexibleDimensionsPropertiesNV(
@@ -4770,6 +4781,7 @@ static VKAPI_ATTR VkResult VKAPI_CALL GetMemoryMetalHandlePropertiesEXT(
+
#ifdef VK_ENABLE_BETA_EXTENSIONS
#endif /* VK_ENABLE_BETA_EXTENSIONS */
@@ -5781,6 +5793,9 @@ static const std::unordered_map<std::string, void*> name_to_funcptr_map = {
{"vkDestroyIndirectExecutionSetEXT", (void*)DestroyIndirectExecutionSetEXT},
{"vkUpdateIndirectExecutionSetPipelineEXT", (void*)UpdateIndirectExecutionSetPipelineEXT},
{"vkUpdateIndirectExecutionSetShaderEXT", (void*)UpdateIndirectExecutionSetShaderEXT},
+#ifdef VK_USE_PLATFORM_OHOS
+ {"vkCreateSurfaceOHOS", (void*)CreateSurfaceOHOS},
+#endif
{"vkGetPhysicalDeviceCooperativeMatrixFlexibleDimensionsPropertiesNV", (void*)GetPhysicalDeviceCooperativeMatrixFlexibleDimensionsPropertiesNV},
#ifdef VK_USE_PLATFORM_METAL_EXT
{"vkGetMemoryMetalHandleEXT", (void*)GetMemoryMetalHandleEXT},