Lines Matching refs:doTest

55 static int doTest(cl_command_queue queue, cl_context context,
297 static int doTest(cl_command_queue queue, cl_context context, Type stype, Type cmptype, cl_device_i… in doTest() function
476 return doTest(queue, context, kuchar, kuchar, deviceID); in test_select_uchar_uchar()
480 return doTest(queue, context, kuchar, kchar, deviceID); in test_select_uchar_char()
484 return doTest(queue, context, kchar, kuchar, deviceID); in test_select_char_uchar()
488 return doTest(queue, context, kchar, kchar, deviceID); in test_select_char_char()
492 return doTest(queue, context, kushort, kushort, deviceID); in test_select_ushort_ushort()
496 return doTest(queue, context, kushort, kshort, deviceID); in test_select_ushort_short()
500 return doTest(queue, context, kshort, kushort, deviceID); in test_select_short_ushort()
504 return doTest(queue, context, kshort, kshort, deviceID); in test_select_short_short()
508 return doTest(queue, context, kuint, kuint, deviceID); in test_select_uint_uint()
512 return doTest(queue, context, kuint, kint, deviceID); in test_select_uint_int()
516 return doTest(queue, context, kint, kuint, deviceID); in test_select_int_uint()
520 return doTest(queue, context, kint, kint, deviceID); in test_select_int_int()
524 return doTest(queue, context, kfloat, kuint, deviceID); in test_select_float_uint()
528 return doTest(queue, context, kfloat, kint, deviceID); in test_select_float_int()
532 return doTest(queue, context, kulong, kulong, deviceID); in test_select_ulong_ulong()
536 return doTest(queue, context, kulong, klong, deviceID); in test_select_ulong_long()
540 return doTest(queue, context, klong, kulong, deviceID); in test_select_long_ulong()
544 return doTest(queue, context, klong, klong, deviceID); in test_select_long_long()
548 return doTest(queue, context, kdouble, kulong, deviceID); in test_select_double_ulong()
552 return doTest(queue, context, kdouble, klong, deviceID); in test_select_double_long()