Skip to content

Commit

Permalink
Remove cl_device_me_version from cl_intel_advanced_motion_estimation
Browse files Browse the repository at this point in the history
  • Loading branch information
SunSerega committed Sep 15, 2024
1 parent fc46635 commit d32e04d
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions xml/cl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,6 @@ server's OpenCL/api-docs repository.
<type category="define">typedef <type>cl_bitfield</type> <name>cl_mutable_dispatch_asserts_khr</name></type>
<type category="define">typedef <type>cl_bitfield</type> <name>cl_device_kernel_clock_capabilities_khr</name>;</type>
<type category="define">typedef <type>cl_uint</type> <name>cl_command_termination_reason_arm</name>;</type>
<type category="define">typedef <type>cl_uint</type> <name>cl_device_me_version</name>;</type>
<type category="define">typedef <type>cl_uint</type> <name>cl_device_avc_me_version</name>;</type>
<type category="define">typedef <type>cl_int</type> <name>cl_command_execution_status</name>;</type>
<type category="define">typedef <type>cl_int</type> <name>cl_error_code</name>;</type>
Expand Down Expand Up @@ -6212,14 +6211,11 @@ server's OpenCL/api-docs repository.
</require>
</extension>
<extension name="cl_intel_advanced_motion_estimation" revision="0.0.0" supported="opencl">
<require>
<type name="cl_device_me_version"/>
</require>
<require group="cl_device_info">
<enum name="CL_DEVICE_ME_VERSION_INTEL"/>
</require>
<require group="cl_device_me_version">
<enum name="CL_ME_VERSION_LEGACY_INTEL" comment="Extension text doesn't say anything about this value"/>
<require comment="returned from clGetDeviceInfo with CL_DEVICE_ME_VERSION_INTEL">
<enum name="CL_ME_VERSION_LEGACY_INTEL" comment="Extension text doesn't say anything about this value: #1262"/>
<enum name="CL_ME_VERSION_ADVANCED_VER_1_INTEL"/>
<enum name="CL_ME_VERSION_ADVANCED_VER_2_INTEL"/>
</require>
Expand Down

0 comments on commit d32e04d

Please sign in to comment.