Skip to content

Commit

Permalink
Another type (doesn't fit in commit name)
Browse files Browse the repository at this point in the history
Remove `cl_device_avc_me_version` from `cl_intel_device_side_avc_motion_estimation`
  • Loading branch information
SunSerega committed Sep 15, 2024
1 parent d32e04d commit c6b7404
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 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_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 @@ -6329,15 +6328,12 @@ server's OpenCL/api-docs repository.
</require>
</extension>
<extension name="cl_intel_device_side_avc_motion_estimation" revision="0.0.0" supported="opencl">
<require>
<type name="cl_device_avc_me_version"/>
</require>
<require group="cl_device_info">
<enum name="CL_DEVICE_AVC_ME_VERSION_INTEL"/>
<enum name="CL_DEVICE_AVC_ME_SUPPORTS_TEXTURE_SAMPLER_USE_INTEL"/>
<enum name="CL_DEVICE_AVC_ME_SUPPORTS_PREEMPTION_INTEL"/>
</require>
<require group="cl_device_avc_me_version">
<require comment="returned from clGetDeviceInfo with CL_DEVICE_AVC_ME_VERSION_INTEL">
<enum name="CL_AVC_ME_VERSION_0_INTEL"/>
<enum name="CL_AVC_ME_VERSION_1_INTEL"/>
</require>
Expand Down

0 comments on commit c6b7404

Please sign in to comment.