Home
last modified time | relevance | path

Searched refs:test_assert_error (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/OpenCL-CTS/test_conformance/api/
H A Dtest_api_consistency.cpp64 test_assert_error(usesSVMPointer == CL_FALSE, in test_consistency_svm()
73 test_assert_error(ptr0 == NULL && ptr1 == NULL, in test_consistency_svm()
262 test_assert_error( in test_consistency_device_enqueue()
282 test_assert_error(u == 0, in test_consistency_device_enqueue()
290 test_assert_error( in test_consistency_device_enqueue()
298 test_assert_error( in test_consistency_device_enqueue()
306 test_assert_error( in test_consistency_device_enqueue()
326 test_assert_error( in test_consistency_device_enqueue()
377 test_assert_error( in test_consistency_device_enqueue()
412 test_assert_error(u == 0, in test_consistency_pipes()
[all …]
H A Dtest_queries.cpp200 test_assert_error(size == sizeof(refCount), in test_sampler_params()
446 test_assert_error(size == sizeof(refCount), in check_get_command_queue_info_params()
/aosp_15_r20/external/OpenCL-CTS/test_conformance/extensions/cl_khr_command_buffer/
H A Dcommand_buffer_get_command_buffer_info.cpp119 test_assert_error( in RunQueuesInfoTest()
123 test_assert_error(num_queues == expect_queue_list.size(), in RunQueuesInfoTest()
133 test_assert_error( in RunQueuesInfoTest()
141 test_assert_error( in RunQueuesInfoTest()
183 test_assert_error(new_ref_count == (retain_count + init_ref_count), in RunRefCountInfoTest()
200 test_assert_error(new_ref_count == init_ref_count, in RunRefCountInfoTest()
222 test_assert_error( in RunStateInfoTest()
294 test_assert_error(ret_value_size != 0, in RunPropArrayInfoTest()
300 test_assert_error(num_ret_props != 0, in RunPropArrayInfoTest()
314 test_assert_error(num_ret_props >= 3, in RunPropArrayInfoTest()
[all …]
H A Dcommand_buffer_printf.cpp414 test_assert_error(pattern_chars.size() >= num_test_iters, in RunSimultaneous()
/aosp_15_r20/external/OpenCL-CTS/test_common/harness/
H A DerrorHelpers.h129 #define test_assert_error(condition, msg) \ macro
163 test_assert_error(status comparison_operator CL_COMPLETE, \
/aosp_15_r20/external/OpenCL-CTS/test_conformance/computeinfo/
H A Dconforming_version.cpp31 test_assert_error( in test_conformance_version()
H A Dpci_bus_info.cpp41 test_assert_error( in test_pci_bus_info()
/aosp_15_r20/external/OpenCL-CTS/test_conformance/integer_ops/
H A Dtest_integer_dot_product.cpp366 test_assert_error( in test_integer_dot_product()
374 test_assert_error( in test_integer_dot_product()
/aosp_15_r20/external/OpenCL-CTS/test_conformance/extensions/cl_khr_semaphore/
H A Dtest_semaphores.cpp712 test_assert_error(sizeof(handle) == handle_size, "Invalid handle size"); in test_semaphores_import_export_fd()
713 test_assert_error(handle >= 0, "Invalid handle"); in test_semaphores_import_export_fd()
/aosp_15_r20/external/OpenCL-CTS/test_conformance/images/kernel_read_write/
H A Dtest_common.cpp255 test_assert_error(0 != image_size, "Invalid image size"); in test_read_image()
406 test_assert_error(nullptr != image, "Image creation failed"); in test_read_image()
549 test_assert_error(0 != image_lod_size, "Invalid image size"); in test_read_image()
/aosp_15_r20/external/OpenCL-CTS/test_conformance/extensions/cl_khr_command_buffer/cl_khr_command_buffer_mutable_dispatch/
H A Dmutable_command_arguments.cpp653 test_assert_error(initWrapper != nullptr && initBuffer != nullptr, in Run()
671 test_assert_error(newWrapper != nullptr && newBuffer != nullptr, in Run()
/aosp_15_r20/external/OpenCL-CTS/test_conformance/compiler/
H A Dtest_opencl_c_versions.cpp216 test_assert_error( in test_CL_DEVICE_OPENCL_C_VERSION_features()