/external/OpenCL-CTS/test_conformance/clcpp/workgroups/ |
D | test_wg_scan_exclusive.hpp | 247 int local_error = CL_SUCCESS; in AUTO_TEST_CASE() local 249 …local_error = work_group_scan_exclusive<cl_int, work_group_op::add>(device, context, queue, n_elem… in AUTO_TEST_CASE() 250 CHECK_ERROR(local_error) in AUTO_TEST_CASE() 251 error |= local_error; in AUTO_TEST_CASE() 253 …local_error = work_group_scan_exclusive<cl_uint, work_group_op::add>(device, context, queue, n_ele… in AUTO_TEST_CASE() 254 CHECK_ERROR(local_error) in AUTO_TEST_CASE() 255 error |= local_error; in AUTO_TEST_CASE() 257 …local_error = work_group_scan_exclusive<cl_long, work_group_op::add>(device, context, queue, n_ele… in AUTO_TEST_CASE() 258 CHECK_ERROR(local_error) in AUTO_TEST_CASE() 259 error |= local_error; in AUTO_TEST_CASE() [all …]
|
D | test_wg_scan_inclusive.hpp | 247 int local_error = CL_SUCCESS; in AUTO_TEST_CASE() local 249 …local_error = work_group_scan_inclusive<cl_int, work_group_op::add>(device, context, queue, n_elem… in AUTO_TEST_CASE() 250 CHECK_ERROR(local_error) in AUTO_TEST_CASE() 251 error |= local_error; in AUTO_TEST_CASE() 253 …local_error = work_group_scan_inclusive<cl_uint, work_group_op::add>(device, context, queue, n_ele… in AUTO_TEST_CASE() 254 CHECK_ERROR(local_error) in AUTO_TEST_CASE() 255 error |= local_error; in AUTO_TEST_CASE() 257 …local_error = work_group_scan_inclusive<cl_long, work_group_op::add>(device, context, queue, n_ele… in AUTO_TEST_CASE() 258 CHECK_ERROR(local_error) in AUTO_TEST_CASE() 259 error |= local_error; in AUTO_TEST_CASE() [all …]
|
D | test_wg_reduce.hpp | 254 int local_error = CL_SUCCESS; in AUTO_TEST_CASE() local 256 local_error = work_group_reduce<cl_int, work_group_op::add>(device, context, queue, n_elems); in AUTO_TEST_CASE() 257 CHECK_ERROR(local_error) in AUTO_TEST_CASE() 258 error |= local_error; in AUTO_TEST_CASE() 260 local_error = work_group_reduce<cl_uint, work_group_op::add>(device, context, queue, n_elems); in AUTO_TEST_CASE() 261 CHECK_ERROR(local_error) in AUTO_TEST_CASE() 262 error |= local_error; in AUTO_TEST_CASE() 264 local_error = work_group_reduce<cl_long, work_group_op::add>(device, context, queue, n_elems); in AUTO_TEST_CASE() 265 CHECK_ERROR(local_error) in AUTO_TEST_CASE() 266 error |= local_error; in AUTO_TEST_CASE() [all …]
|
D | test_wg_broadcast.hpp | 439 int local_error = CL_SUCCESS; in AUTO_TEST_CASE() local 441 local_error = work_group_broadcast(device, context, queue, n_elems, 1); in AUTO_TEST_CASE() 442 CHECK_ERROR(local_error) in AUTO_TEST_CASE() 443 error |= local_error; in AUTO_TEST_CASE() 445 local_error = work_group_broadcast(device, context, queue, n_elems, 2); in AUTO_TEST_CASE() 446 CHECK_ERROR(local_error) in AUTO_TEST_CASE() 447 error |= local_error; in AUTO_TEST_CASE() 449 local_error = work_group_broadcast(device, context, queue, n_elems, 3); in AUTO_TEST_CASE() 450 CHECK_ERROR(local_error) in AUTO_TEST_CASE() 451 error |= local_error; in AUTO_TEST_CASE()
|
/external/OpenCL-CTS/test_conformance/clcpp/subgroups/ |
D | test_sg_scan_inclusive.hpp | 255 int local_error = CL_SUCCESS; in AUTO_TEST_CASE() local 257 …local_error = sub_group_scan_inclusive<cl_int, work_group_op::add>(device, context, queue, n_elems… in AUTO_TEST_CASE() 258 CHECK_ERROR(local_error) in AUTO_TEST_CASE() 259 error |= local_error; in AUTO_TEST_CASE() 261 …local_error = sub_group_scan_inclusive<cl_uint, work_group_op::add>(device, context, queue, n_elem… in AUTO_TEST_CASE() 262 CHECK_ERROR(local_error) in AUTO_TEST_CASE() 263 error |= local_error; in AUTO_TEST_CASE() 265 …local_error = sub_group_scan_inclusive<cl_long, work_group_op::add>(device, context, queue, n_elem… in AUTO_TEST_CASE() 266 CHECK_ERROR(local_error) in AUTO_TEST_CASE() 267 error |= local_error; in AUTO_TEST_CASE() [all …]
|
D | test_sg_reduce.hpp | 268 int local_error = CL_SUCCESS; in AUTO_TEST_CASE() local 270 local_error = sub_group_reduce<cl_int, work_group_op::add>(device, context, queue, n_elems); in AUTO_TEST_CASE() 271 CHECK_ERROR(local_error) in AUTO_TEST_CASE() 272 error |= local_error; in AUTO_TEST_CASE() 274 local_error = sub_group_reduce<cl_uint, work_group_op::add>(device, context, queue, n_elems); in AUTO_TEST_CASE() 275 CHECK_ERROR(local_error) in AUTO_TEST_CASE() 276 error |= local_error; in AUTO_TEST_CASE() 278 local_error = sub_group_reduce<cl_long, work_group_op::add>(device, context, queue, n_elems); in AUTO_TEST_CASE() 279 CHECK_ERROR(local_error) in AUTO_TEST_CASE() 280 error |= local_error; in AUTO_TEST_CASE() [all …]
|
D | test_sg_scan_exclusive.hpp | 255 int local_error = CL_SUCCESS; in AUTO_TEST_CASE() local 257 …local_error = sub_group_scan_exclusive<cl_int, work_group_op::add>(device, context, queue, n_elems… in AUTO_TEST_CASE() 258 CHECK_ERROR(local_error) in AUTO_TEST_CASE() 259 error |= local_error; in AUTO_TEST_CASE() 261 …local_error = sub_group_scan_exclusive<cl_uint, work_group_op::add>(device, context, queue, n_elem… in AUTO_TEST_CASE() 262 CHECK_ERROR(local_error) in AUTO_TEST_CASE() 263 error |= local_error; in AUTO_TEST_CASE() 265 …local_error = sub_group_scan_exclusive<cl_long, work_group_op::add>(device, context, queue, n_elem… in AUTO_TEST_CASE() 266 CHECK_ERROR(local_error) in AUTO_TEST_CASE() 267 error |= local_error; in AUTO_TEST_CASE() [all …]
|
/external/OpenCL-CTS/test_conformance/clcpp/api/ |
D | test_ctors.hpp | 164 int local_error = CL_SUCCESS; in AUTO_TEST_CASE() local 166 local_error = test_ctors_execution( in AUTO_TEST_CASE() 170 CHECK_ERROR(local_error); in AUTO_TEST_CASE() 171 error |= local_error; in AUTO_TEST_CASE() 173 local_error = test_ctors_execution( in AUTO_TEST_CASE() 177 CHECK_ERROR(local_error); in AUTO_TEST_CASE() 178 error |= local_error; in AUTO_TEST_CASE()
|
/external/iperf3/src/ |
D | cjson.c | 995 error local_error; in cJSON_ParseWithOpts() local 996 local_error.json = (const unsigned char*)value; in cJSON_ParseWithOpts() 997 local_error.position = 0; in cJSON_ParseWithOpts() 1001 local_error.position = buffer.offset; in cJSON_ParseWithOpts() 1005 local_error.position = buffer.length - 1; in cJSON_ParseWithOpts() 1010 *return_parse_end = (const char*)local_error.json + local_error.position; in cJSON_ParseWithOpts() 1014 global_error = local_error; in cJSON_ParseWithOpts()
|
/external/webrtc/webrtc/base/ |
D | filerotatingstream.cc | 111 int local_error = 0; in Read() local 113 error = &local_error; in Read()
|