@ -8439,15 +8439,10 @@ static inline void vn_dispatch_vkEnumeratePhysicalDevices(struct vn_dispatch_con
if ( ! vn_cs_decoder_get_fatal ( ctx - > decoder ) )
ctx - > dispatch_vkEnumeratePhysicalDevices ( ctx , & args ) ;
if ( ! vn_cs_decoder_get_fatal ( ctx - > decoder ) & & args . ret < VK_SUCCESS ) {
switch ( args . ret ) {
case VK_ERROR_FORMAT_NOT_SUPPORTED :
break ;
default :
vn_dispatch_debug_log ( ctx , " vkEnumeratePhysicalDevices returned %d " , args . ret ) ;
break ;
}
}
# ifdef DEBUG
if ( ! vn_cs_decoder_get_fatal ( ctx - > decoder ) & & vn_dispatch_should_log_result ( args . ret ) )
vn_dispatch_debug_log ( ctx , " vkEnumeratePhysicalDevices returned %d " , args . ret ) ;
# endif
if ( ! vn_cs_decoder_get_fatal ( ctx - > decoder ) & & ( flags & VK_COMMAND_GENERATE_REPLY_BIT_EXT ) )
vn_encode_vkEnumeratePhysicalDevices_reply ( ctx - > encoder , & args ) ;
@ -8598,15 +8593,10 @@ static inline void vn_dispatch_vkGetPhysicalDeviceImageFormatProperties(struct v
if ( ! vn_cs_decoder_get_fatal ( ctx - > decoder ) )
ctx - > dispatch_vkGetPhysicalDeviceImageFormatProperties ( ctx , & args ) ;
if ( ! vn_cs_decoder_get_fatal ( ctx - > decoder ) & & args . ret < VK_SUCCESS ) {
switch ( args . ret ) {
case VK_ERROR_FORMAT_NOT_SUPPORTED :
break ;
default :
vn_dispatch_debug_log ( ctx , " vkGetPhysicalDeviceImageFormatProperties returned %d " , args . ret ) ;
break ;
}
}
# ifdef DEBUG
if ( ! vn_cs_decoder_get_fatal ( ctx - > decoder ) & & vn_dispatch_should_log_result ( args . ret ) )
vn_dispatch_debug_log ( ctx , " vkGetPhysicalDeviceImageFormatProperties returned %d " , args . ret ) ;
# endif
if ( ! vn_cs_decoder_get_fatal ( ctx - > decoder ) & & ( flags & VK_COMMAND_GENERATE_REPLY_BIT_EXT ) )
vn_encode_vkGetPhysicalDeviceImageFormatProperties_reply ( ctx - > encoder , & args ) ;
@ -8632,15 +8622,10 @@ static inline void vn_dispatch_vkCreateDevice(struct vn_dispatch_context *ctx, V
if ( ! vn_cs_decoder_get_fatal ( ctx - > decoder ) )
ctx - > dispatch_vkCreateDevice ( ctx , & args ) ;
if ( ! vn_cs_decoder_get_fatal ( ctx - > decoder ) & & args . ret < VK_SUCCESS ) {
switch ( args . ret ) {
case VK_ERROR_FORMAT_NOT_SUPPORTED :
break ;
default :
vn_dispatch_debug_log ( ctx , " vkCreateDevice returned %d " , args . ret ) ;
break ;
}
}
# ifdef DEBUG
if ( ! vn_cs_decoder_get_fatal ( ctx - > decoder ) & & vn_dispatch_should_log_result ( args . ret ) )
vn_dispatch_debug_log ( ctx , " vkCreateDevice returned %d " , args . ret ) ;
# endif
if ( ! vn_cs_decoder_get_fatal ( ctx - > decoder ) & & ( flags & VK_COMMAND_GENERATE_REPLY_BIT_EXT ) )
vn_encode_vkCreateDevice_reply ( ctx - > encoder , & args ) ;
@ -8691,15 +8676,10 @@ static inline void vn_dispatch_vkEnumerateDeviceLayerProperties(struct vn_dispat
if ( ! vn_cs_decoder_get_fatal ( ctx - > decoder ) )
ctx - > dispatch_vkEnumerateDeviceLayerProperties ( ctx , & args ) ;
if ( ! vn_cs_decoder_get_fatal ( ctx - > decoder ) & & args . ret < VK_SUCCESS ) {
switch ( args . ret ) {
case VK_ERROR_FORMAT_NOT_SUPPORTED :
break ;
default :
vn_dispatch_debug_log ( ctx , " vkEnumerateDeviceLayerProperties returned %d " , args . ret ) ;
break ;
}
}
# ifdef DEBUG
if ( ! vn_cs_decoder_get_fatal ( ctx - > decoder ) & & vn_dispatch_should_log_result ( args . ret ) )
vn_dispatch_debug_log ( ctx , " vkEnumerateDeviceLayerProperties returned %d " , args . ret ) ;
# endif
if ( ! vn_cs_decoder_get_fatal ( ctx - > decoder ) & & ( flags & VK_COMMAND_GENERATE_REPLY_BIT_EXT ) )
vn_encode_vkEnumerateDeviceLayerProperties_reply ( ctx - > encoder , & args ) ;
@ -8725,15 +8705,10 @@ static inline void vn_dispatch_vkEnumerateDeviceExtensionProperties(struct vn_di
if ( ! vn_cs_decoder_get_fatal ( ctx - > decoder ) )
ctx - > dispatch_vkEnumerateDeviceExtensionProperties ( ctx , & args ) ;
if ( ! vn_cs_decoder_get_fatal ( ctx - > decoder ) & & args . ret < VK_SUCCESS ) {
switch ( args . ret ) {
case VK_ERROR_FORMAT_NOT_SUPPORTED :
break ;
default :
vn_dispatch_debug_log ( ctx , " vkEnumerateDeviceExtensionProperties returned %d " , args . ret ) ;
break ;
}
}
# ifdef DEBUG
if ( ! vn_cs_decoder_get_fatal ( ctx - > decoder ) & & vn_dispatch_should_log_result ( args . ret ) )
vn_dispatch_debug_log ( ctx , " vkEnumerateDeviceExtensionProperties returned %d " , args . ret ) ;
# endif
if ( ! vn_cs_decoder_get_fatal ( ctx - > decoder ) & & ( flags & VK_COMMAND_GENERATE_REPLY_BIT_EXT ) )
vn_encode_vkEnumerateDeviceExtensionProperties_reply ( ctx - > encoder , & args ) ;
@ -8784,15 +8759,10 @@ static inline void vn_dispatch_vkDeviceWaitIdle(struct vn_dispatch_context *ctx,
if ( ! vn_cs_decoder_get_fatal ( ctx - > decoder ) )
ctx - > dispatch_vkDeviceWaitIdle ( ctx , & args ) ;
if ( ! vn_cs_decoder_get_fatal ( ctx - > decoder ) & & args . ret < VK_SUCCESS ) {
switch ( args . ret ) {
case VK_ERROR_FORMAT_NOT_SUPPORTED :
break ;
default :
vn_dispatch_debug_log ( ctx , " vkDeviceWaitIdle returned %d " , args . ret ) ;
break ;
}
}
# ifdef DEBUG
if ( ! vn_cs_decoder_get_fatal ( ctx - > decoder ) & & vn_dispatch_should_log_result ( args . ret ) )
vn_dispatch_debug_log ( ctx , " vkDeviceWaitIdle returned %d " , args . ret ) ;
# endif
if ( ! vn_cs_decoder_get_fatal ( ctx - > decoder ) & & ( flags & VK_COMMAND_GENERATE_REPLY_BIT_EXT ) )
vn_encode_vkDeviceWaitIdle_reply ( ctx - > encoder , & args ) ;
@ -8918,15 +8888,10 @@ static inline void vn_dispatch_vkGetPhysicalDeviceImageFormatProperties2(struct
if ( ! vn_cs_decoder_get_fatal ( ctx - > decoder ) )
ctx - > dispatch_vkGetPhysicalDeviceImageFormatProperties2 ( ctx , & args ) ;
if ( ! vn_cs_decoder_get_fatal ( ctx - > decoder ) & & args . ret < VK_SUCCESS ) {
switch ( args . ret ) {
case VK_ERROR_FORMAT_NOT_SUPPORTED :
break ;
default :
vn_dispatch_debug_log ( ctx , " vkGetPhysicalDeviceImageFormatProperties2 returned %d " , args . ret ) ;
break ;
}
}
# ifdef DEBUG
if ( ! vn_cs_decoder_get_fatal ( ctx - > decoder ) & & vn_dispatch_should_log_result ( args . ret ) )
vn_dispatch_debug_log ( ctx , " vkGetPhysicalDeviceImageFormatProperties2 returned %d " , args . ret ) ;
# endif
if ( ! vn_cs_decoder_get_fatal ( ctx - > decoder ) & & ( flags & VK_COMMAND_GENERATE_REPLY_BIT_EXT ) )
vn_encode_vkGetPhysicalDeviceImageFormatProperties2_reply ( ctx - > encoder , & args ) ;
@ -9102,15 +9067,10 @@ static inline void vn_dispatch_vkEnumeratePhysicalDeviceGroups(struct vn_dispatc
if ( ! vn_cs_decoder_get_fatal ( ctx - > decoder ) )
ctx - > dispatch_vkEnumeratePhysicalDeviceGroups ( ctx , & args ) ;
if ( ! vn_cs_decoder_get_fatal ( ctx - > decoder ) & & args . ret < VK_SUCCESS ) {
switch ( args . ret ) {
case VK_ERROR_FORMAT_NOT_SUPPORTED :
break ;
default :
vn_dispatch_debug_log ( ctx , " vkEnumeratePhysicalDeviceGroups returned %d " , args . ret ) ;
break ;
}
}
# ifdef DEBUG
if ( ! vn_cs_decoder_get_fatal ( ctx - > decoder ) & & vn_dispatch_should_log_result ( args . ret ) )
vn_dispatch_debug_log ( ctx , " vkEnumeratePhysicalDeviceGroups returned %d " , args . ret ) ;
# endif
if ( ! vn_cs_decoder_get_fatal ( ctx - > decoder ) & & ( flags & VK_COMMAND_GENERATE_REPLY_BIT_EXT ) )
vn_encode_vkEnumeratePhysicalDeviceGroups_reply ( ctx - > encoder , & args ) ;