From 585786a32665d7b53439af9d69daec31fdf3670b Mon Sep 17 00:00:00 2001 From: Ben Ashbaugh Date: Tue, 28 Mar 2023 09:37:19 -0700 Subject: [PATCH] more XML fixes for code generation (#896) * fix errcode_ret for clCreateFromGLBuffer * add CL_VERSION_3_0 guard to cl_ext_image_from_buffer * add CL_API_SUFFIX__VERSION_1_2 to clCreateProgramWithILKHR * add CL_VERSION_1_2 condition to cl_arm_get_core_id * add CL_API_SUFFIX__VERSION_1_0 to clCreateBufferWithPropertiesINTEL * add CL_API_SUFFIX__VERSION_1_0 to clEnqueueReadHostPipeINTEL and clEnqueueWriteHostPipeINTEL --- xml/cl.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/xml/cl.xml b/xml/cl.xml index b21ba15d..94cf2919 100644 --- a/xml/cl.xml +++ b/xml/cl.xml @@ -2498,7 +2498,7 @@ server's OpenCL/api-docs repository. cl_platform_id* platforms cl_uint* num_platforms - + cl_program clCreateProgramWithILKHR cl_context context const void* il @@ -2801,7 +2801,7 @@ server's OpenCL/api-docs repository. cl_context context cl_mem_flags flags cl_GLuint bufobj - int* errcode_ret + cl_int* errcode_ret cl_mem clCreateFromGLTexture @@ -3008,7 +3008,7 @@ server's OpenCL/api-docs repository. const cl_event* event_wait_list cl_event* event - + cl_mem clCreateBufferWithPropertiesINTEL cl_context context const cl_mem_properties_intel* properties @@ -4178,7 +4178,7 @@ server's OpenCL/api-docs repository. VAImageFormat* va_api_formats cl_uint* num_surface_formats - + cl_int clEnqueueReadHostPipeINTEL cl_command_queue command_queue cl_program program @@ -4190,7 +4190,7 @@ server's OpenCL/api-docs repository. const cl_event* event_wait_list cl_event* event - + cl_int clEnqueueWriteHostPipeINTEL cl_command_queue command_queue cl_program program @@ -5968,7 +5968,7 @@ server's OpenCL/api-docs repository. - + @@ -7234,7 +7234,7 @@ server's OpenCL/api-docs repository. - +