mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 06:49:52 +08:00
refactor: Correct typo
Signed-off-by: Krzysztof Gibala <krzysztof.gibala@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
d032c010d9
commit
9619adbf4e
@@ -916,7 +916,7 @@ cl_mem CL_API_CALL clCreateImage(cl_context context,
|
||||
"cl_image_format.channel_data_type", imageFormat->image_channel_data_type,
|
||||
"cl_image_format.channel_order", imageFormat->image_channel_order,
|
||||
"cl_image_desc.width", imageDesc->image_width,
|
||||
"cl_image_desc.heigth", imageDesc->image_height,
|
||||
"cl_image_desc.height", imageDesc->image_height,
|
||||
"cl_image_desc.depth", imageDesc->image_depth,
|
||||
"cl_image_desc.type", imageDesc->image_type,
|
||||
"cl_image_desc.array_size", imageDesc->image_array_size,
|
||||
@@ -956,7 +956,7 @@ cl_mem CL_API_CALL clCreateImageWithProperties(cl_context context,
|
||||
"cl_image_format.channel_data_type", imageFormat->image_channel_data_type,
|
||||
"cl_image_format.channel_order", imageFormat->image_channel_order,
|
||||
"cl_image_desc.width", imageDesc->image_width,
|
||||
"cl_image_desc.heigth", imageDesc->image_height,
|
||||
"cl_image_desc.height", imageDesc->image_height,
|
||||
"cl_image_desc.depth", imageDesc->image_depth,
|
||||
"cl_image_desc.type", imageDesc->image_type,
|
||||
"cl_image_desc.array_size", imageDesc->image_array_size,
|
||||
@@ -995,7 +995,7 @@ cl_mem CL_API_CALL clCreateImageWithPropertiesINTEL(cl_context context,
|
||||
"cl_image_format.channel_data_type", imageFormat->image_channel_data_type,
|
||||
"cl_image_format.channel_order", imageFormat->image_channel_order,
|
||||
"cl_image_desc.width", imageDesc->image_width,
|
||||
"cl_image_desc.heigth", imageDesc->image_height,
|
||||
"cl_image_desc.height", imageDesc->image_height,
|
||||
"cl_image_desc.depth", imageDesc->image_depth,
|
||||
"cl_image_desc.type", imageDesc->image_type,
|
||||
"cl_image_desc.array_size", imageDesc->image_array_size,
|
||||
|
||||
Reference in New Issue
Block a user