@@ -45,6 +45,28 @@ extern int test_semaphores_import_export_fd(cl_device_id deviceID,
45
45
cl_context context ,
46
46
cl_command_queue queue ,
47
47
int num_elements );
48
+ extern int test_semaphores_negative_create_invalid_context (
49
+ cl_device_id device , cl_context context , cl_command_queue queue ,
50
+ int num_elements );
51
+ extern int test_semaphores_negative_create_invalid_property (
52
+ cl_device_id device , cl_context context , cl_command_queue queue ,
53
+ int num_elements );
54
+ extern int test_semaphores_negative_create_multi_device_property (
55
+ cl_device_id device , cl_context context , cl_command_queue queue ,
56
+ int num_elements );
57
+ extern int test_semaphores_negative_create_invalid_device (
58
+ cl_device_id device , cl_context context , cl_command_queue queue ,
59
+ int num_elements );
60
+ extern int test_semaphores_negative_create_import_invalid_device (
61
+ cl_device_id device , cl_context context , cl_command_queue queue ,
62
+ int num_elements );
63
+ extern int test_semaphores_negative_create_invalid_value (cl_device_id device ,
64
+ cl_context context ,
65
+ cl_command_queue queue ,
66
+ int num_elements );
67
+ extern int test_semaphores_negative_create_invalid_operation (
68
+ cl_device_id device , cl_context context , cl_command_queue queue ,
69
+ int num_elements );
48
70
extern int test_semaphores_negative_get_info_invalid_semaphore (
49
71
cl_device_id device , cl_context context , cl_command_queue queue ,
50
72
int num_elements );
0 commit comments