1 // Generated Code - DO NOT EDIT !!
2 // generated by 'emugen'
3 #ifndef __GUARD_magma_opcodes_h_
4 #define __GUARD_magma_opcodes_h_
5 
6 #define OP_magma_device_import 					100000
7 #define OP_magma_device_release 					100001
8 #define OP_magma_device_query 					100002
9 #define OP_magma_device_query_fudge 					100003
10 #define OP_magma_device_create_connection 					100004
11 #define OP_magma_connection_release 					100005
12 #define OP_magma_connection_get_error 					100006
13 #define OP_magma_connection_create_context 					100007
14 #define OP_magma_connection_release_context 					100008
15 #define OP_magma_connection_create_buffer 					100009
16 #define OP_magma_connection_release_buffer 					100010
17 #define OP_magma_connection_import_buffer 					100011
18 #define OP_magma_connection_create_semaphore 					100012
19 #define OP_magma_connection_release_semaphore 					100013
20 #define OP_magma_connection_import_semaphore 					100014
21 #define OP_magma_connection_perform_buffer_op 					100015
22 #define OP_magma_connection_map_buffer 					100016
23 #define OP_magma_connection_unmap_buffer 					100017
24 #define OP_magma_connection_execute_command 					100018
25 #define OP_magma_connection_execute_command_fudge 					100019
26 #define OP_magma_connection_execute_immediate_commands 					100020
27 #define OP_magma_connection_execute_immediate_commands_fudge 					100021
28 #define OP_magma_connection_flush 					100022
29 #define OP_magma_connection_get_notification_channel_handle 					100023
30 #define OP_magma_connection_read_notification_channel 					100024
31 #define OP_magma_buffer_clean_cache 					100025
32 #define OP_magma_buffer_set_cache_policy 					100026
33 #define OP_magma_buffer_get_cache_policy 					100027
34 #define OP_magma_buffer_set_name 					100028
35 #define OP_magma_buffer_set_name_fudge 					100029
36 #define OP_magma_buffer_get_info 					100030
37 #define OP_magma_buffer_get_handle 					100031
38 #define OP_magma_buffer_export 					100032
39 #define OP_magma_semaphore_signal 					100033
40 #define OP_magma_semaphore_reset 					100034
41 #define OP_magma_semaphore_export 					100035
42 #define OP_magma_poll 					100036
43 #define OP_magma_initialize_tracing 					100037
44 #define OP_magma_initialize_logging 					100038
45 #define OP_magma_connection_enable_performance_counter_access 					100039
46 #define OP_magma_connection_enable_performance_counters 					100040
47 #define OP_magma_connection_create_performance_counter_buffer_pool 					100041
48 #define OP_magma_connection_release_performance_counter_buffer_pool 					100042
49 #define OP_magma_connection_add_performance_counter_buffer_offsets_to_pool 					100043
50 #define OP_magma_connection_remove_performance_counter_buffer_from_pool 					100044
51 #define OP_magma_connection_dump_performance_counters 					100045
52 #define OP_magma_connection_clear_performance_counters 					100046
53 #define OP_magma_connection_read_performance_counter_completion 					100047
54 #define OP_magma_virt_connection_create_image 					100048
55 #define OP_magma_virt_connection_get_image_info 					100049
56 #define OP_last 					100050
57 
58 
59 #endif
60