From a571f0273c2b03cb483b4647cac6b77110960437 Mon Sep 17 00:00:00 2001 From: Sun Serega Date: Sun, 15 Sep 2024 14:27:16 +0200 Subject: [PATCH] Add types for fields from `cl_motion_estimation_desc_intel` --- xml/cl.xml | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/xml/cl.xml b/xml/cl.xml index db8a0684..e18903d9 100644 --- a/xml/cl.xml +++ b/xml/cl.xml @@ -255,6 +255,10 @@ server's OpenCL/api-docs repository. typedef cl_bitfield cl_platform_command_buffer_capabilities_khr; typedef cl_bitfield cl_mutable_dispatch_asserts_khr typedef cl_bitfield cl_device_kernel_clock_capabilities_khr; + typedef cl_uint cl_mb_block_type_intel; + typedef cl_uint cl_subpixel_mode_intel; + typedef cl_uint cl_sad_adjust_mode_intel; + typedef cl_uint cl_search_path_type_intel; Structure types @@ -262,10 +266,10 @@ server's OpenCL/api-docs repository. HANDLE shared_handle - cl_uint mb_block_type - cl_uint subpixel_mode - cl_uint sad_adjust_mode - cl_uint search_path_type + cl_mb_block_type_intel mb_block_type + cl_subpixel_mode_intel subpixel_mode + cl_sad_adjust_mode_intel sad_adjust_mode + cl_search_path_type_intel search_path_type cl_uint allocation_type @@ -6157,25 +6161,29 @@ server's OpenCL/api-docs repository. + + + + - + - + - + - +