mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-25 08:19:02 +00:00
Fix function name in error messages (#1450)
Signed-off-by: Sven van Haastregt <sven.vanhaastregt@arm.com>
This commit is contained in:
committed by
GitHub
parent
a37884fe44
commit
2cf24e63b7
@@ -400,7 +400,8 @@ cl_int Test(cl_uint job_id, cl_uint thread_id, void *data)
|
|||||||
if ((error = clEnqueueUnmapMemObject(tinfo->tQueue, tinfo->outBuf[j],
|
if ((error = clEnqueueUnmapMemObject(tinfo->tQueue, tinfo->outBuf[j],
|
||||||
out[j], 0, NULL, NULL)))
|
out[j], 0, NULL, NULL)))
|
||||||
{
|
{
|
||||||
vlog_error("Error: clEnqueueMapBuffer failed! err: %d\n", error);
|
vlog_error("Error: clEnqueueUnmapMemObject failed! err: %d\n",
|
||||||
|
error);
|
||||||
goto exit;
|
goto exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -404,7 +404,8 @@ cl_int Test(cl_uint job_id, cl_uint thread_id, void *data)
|
|||||||
if ((error = clEnqueueUnmapMemObject(tinfo->tQueue, tinfo->outBuf[j],
|
if ((error = clEnqueueUnmapMemObject(tinfo->tQueue, tinfo->outBuf[j],
|
||||||
out[j], 0, NULL, NULL)))
|
out[j], 0, NULL, NULL)))
|
||||||
{
|
{
|
||||||
vlog_error("Error: clEnqueueMapBuffer failed! err: %d\n", error);
|
vlog_error("Error: clEnqueueUnmapMemObject failed! err: %d\n",
|
||||||
|
error);
|
||||||
goto exit;
|
goto exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -403,7 +403,8 @@ cl_int Test(cl_uint job_id, cl_uint thread_id, void *data)
|
|||||||
if ((error = clEnqueueUnmapMemObject(tinfo->tQueue, tinfo->outBuf[j],
|
if ((error = clEnqueueUnmapMemObject(tinfo->tQueue, tinfo->outBuf[j],
|
||||||
out[j], 0, NULL, NULL)))
|
out[j], 0, NULL, NULL)))
|
||||||
{
|
{
|
||||||
vlog_error("Error: clEnqueueMapBuffer failed! err: %d\n", error);
|
vlog_error("Error: clEnqueueUnmapMemObject failed! err: %d\n",
|
||||||
|
error);
|
||||||
goto exit;
|
goto exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -393,7 +393,8 @@ cl_int Test(cl_uint job_id, cl_uint thread_id, void *data)
|
|||||||
if ((error = clEnqueueUnmapMemObject(tinfo->tQueue, tinfo->outBuf[j],
|
if ((error = clEnqueueUnmapMemObject(tinfo->tQueue, tinfo->outBuf[j],
|
||||||
out[j], 0, NULL, NULL)))
|
out[j], 0, NULL, NULL)))
|
||||||
{
|
{
|
||||||
vlog_error("Error: clEnqueueMapBuffer failed! err: %d\n", error);
|
vlog_error("Error: clEnqueueUnmapMemObject failed! err: %d\n",
|
||||||
|
error);
|
||||||
goto exit;
|
goto exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -395,7 +395,8 @@ cl_int Test(cl_uint job_id, cl_uint thread_id, void *data)
|
|||||||
if ((error = clEnqueueUnmapMemObject(tinfo->tQueue, tinfo->outBuf[j],
|
if ((error = clEnqueueUnmapMemObject(tinfo->tQueue, tinfo->outBuf[j],
|
||||||
out[j], 0, NULL, NULL)))
|
out[j], 0, NULL, NULL)))
|
||||||
{
|
{
|
||||||
vlog_error("Error: clEnqueueMapBuffer failed! err: %d\n", error);
|
vlog_error("Error: clEnqueueUnmapMemObject failed! err: %d\n",
|
||||||
|
error);
|
||||||
goto exit;
|
goto exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -407,7 +407,8 @@ cl_int Test(cl_uint job_id, cl_uint thread_id, void *data)
|
|||||||
if ((error = clEnqueueUnmapMemObject(tinfo->tQueue, tinfo->outBuf[j],
|
if ((error = clEnqueueUnmapMemObject(tinfo->tQueue, tinfo->outBuf[j],
|
||||||
out[j], 0, NULL, NULL)))
|
out[j], 0, NULL, NULL)))
|
||||||
{
|
{
|
||||||
vlog_error("Error: clEnqueueMapBuffer failed! err: %d\n", error);
|
vlog_error("Error: clEnqueueUnmapMemObject failed! err: %d\n",
|
||||||
|
error);
|
||||||
goto exit;
|
goto exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -383,7 +383,8 @@ cl_int Test(cl_uint job_id, cl_uint thread_id, void *data)
|
|||||||
if ((error = clEnqueueUnmapMemObject(tinfo->tQueue, tinfo->outBuf[j],
|
if ((error = clEnqueueUnmapMemObject(tinfo->tQueue, tinfo->outBuf[j],
|
||||||
out[j], 0, NULL, NULL)))
|
out[j], 0, NULL, NULL)))
|
||||||
{
|
{
|
||||||
vlog_error("Error: clEnqueueMapBuffer failed! err: %d\n", error);
|
vlog_error("Error: clEnqueueUnmapMemObject failed! err: %d\n",
|
||||||
|
error);
|
||||||
goto exit;
|
goto exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -375,7 +375,8 @@ cl_int Test(cl_uint job_id, cl_uint thread_id, void *data)
|
|||||||
if ((error = clEnqueueUnmapMemObject(tinfo->tQueue, tinfo->outBuf[j],
|
if ((error = clEnqueueUnmapMemObject(tinfo->tQueue, tinfo->outBuf[j],
|
||||||
out[j], 0, NULL, NULL)))
|
out[j], 0, NULL, NULL)))
|
||||||
{
|
{
|
||||||
vlog_error("Error: clEnqueueMapBuffer failed! err: %d\n", error);
|
vlog_error("Error: clEnqueueUnmapMemObject failed! err: %d\n",
|
||||||
|
error);
|
||||||
goto exit;
|
goto exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -221,7 +221,8 @@ cl_int Test(cl_uint job_id, cl_uint thread_id, void *data)
|
|||||||
if ((error = clEnqueueUnmapMemObject(tinfo->tQueue, tinfo->outBuf[j],
|
if ((error = clEnqueueUnmapMemObject(tinfo->tQueue, tinfo->outBuf[j],
|
||||||
out[j], 0, NULL, NULL)))
|
out[j], 0, NULL, NULL)))
|
||||||
{
|
{
|
||||||
vlog_error("Error: clEnqueueMapBuffer failed! err: %d\n", error);
|
vlog_error("Error: clEnqueueUnmapMemObject failed! err: %d\n",
|
||||||
|
error);
|
||||||
return error;
|
return error;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -223,7 +223,8 @@ cl_int Test(cl_uint job_id, cl_uint thread_id, void *data)
|
|||||||
if ((error = clEnqueueUnmapMemObject(tinfo->tQueue, tinfo->outBuf[j],
|
if ((error = clEnqueueUnmapMemObject(tinfo->tQueue, tinfo->outBuf[j],
|
||||||
out[j], 0, NULL, NULL)))
|
out[j], 0, NULL, NULL)))
|
||||||
{
|
{
|
||||||
vlog_error("Error: clEnqueueMapBuffer failed! err: %d\n", error);
|
vlog_error("Error: clEnqueueUnmapMemObject failed! err: %d\n",
|
||||||
|
error);
|
||||||
return error;
|
return error;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -228,7 +228,8 @@ cl_int Test(cl_uint job_id, cl_uint thread_id, void *data)
|
|||||||
if ((error = clEnqueueUnmapMemObject(tinfo->tQueue, tinfo->outBuf[j],
|
if ((error = clEnqueueUnmapMemObject(tinfo->tQueue, tinfo->outBuf[j],
|
||||||
out[j], 0, NULL, NULL)))
|
out[j], 0, NULL, NULL)))
|
||||||
{
|
{
|
||||||
vlog_error("Error: clEnqueueMapBuffer failed! err: %d\n", error);
|
vlog_error("Error: clEnqueueUnmapMemObject failed! err: %d\n",
|
||||||
|
error);
|
||||||
return error;
|
return error;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -256,7 +256,8 @@ cl_int Test(cl_uint job_id, cl_uint thread_id, void *data)
|
|||||||
if ((error = clEnqueueUnmapMemObject(tinfo->tQueue, tinfo->outBuf[j],
|
if ((error = clEnqueueUnmapMemObject(tinfo->tQueue, tinfo->outBuf[j],
|
||||||
out[j], 0, NULL, NULL)))
|
out[j], 0, NULL, NULL)))
|
||||||
{
|
{
|
||||||
vlog_error("Error: clEnqueueMapBuffer failed! err: %d\n", error);
|
vlog_error("Error: clEnqueueUnmapMemObject failed! err: %d\n",
|
||||||
|
error);
|
||||||
return error;
|
return error;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user