Lines Matching refs:magma_status_t

97 magma_status_t Decoder::magma_device_import(magma_handle_t device_channel,  in magma_device_import()
105 magma_status_t Decoder::magma_device_query(magma_device_t device, uint64_t id, in magma_device_query()
112 magma_status_t Decoder::magma_device_create_connection(magma_device_t device, in magma_device_create_connection()
120 magma_status_t Decoder::magma_connection_get_error(magma_connection_t connection) { in magma_connection_get_error()
125 magma_status_t Decoder::magma_connection_create_context(magma_connection_t connection, in magma_connection_create_context()
135 magma_status_t Decoder::magma_connection_create_buffer(magma_connection_t connection, uint64_t size, in magma_connection_create_buffer()
148 magma_status_t Decoder::magma_connection_import_buffer(magma_connection_t connection, in magma_connection_import_buffer()
157 magma_status_t Decoder::magma_connection_create_semaphore(magma_connection_t magma_connection, in magma_connection_create_semaphore()
169 magma_status_t Decoder::magma_connection_import_semaphore(magma_connection_t connection, in magma_connection_import_semaphore()
177 magma_status_t Decoder::magma_connection_perform_buffer_op(magma_connection_t connection, in magma_connection_perform_buffer_op()
184 magma_status_t Decoder::magma_connection_map_buffer(magma_connection_t connection, uint64_t hw_va, in magma_connection_map_buffer()
196 magma_status_t Decoder::magma_connection_execute_command(magma_connection_t connection, in magma_connection_execute_command()
203 magma_status_t Decoder::magma_connection_execute_immediate_commands( in magma_connection_execute_immediate_commands()
210 magma_status_t Decoder::magma_connection_flush(magma_connection_t connection) { in magma_connection_flush()
221 magma_status_t Decoder::magma_connection_read_notification_channel(magma_connection_t connection, in magma_connection_read_notification_channel()
230 magma_status_t Decoder::magma_buffer_clean_cache(magma_buffer_t buffer, uint64_t offset, in magma_buffer_clean_cache()
236 magma_status_t Decoder::magma_buffer_set_cache_policy(magma_buffer_t buffer, in magma_buffer_set_cache_policy()
242 magma_status_t Decoder::magma_buffer_get_cache_policy(magma_buffer_t buffer, in magma_buffer_get_cache_policy()
248 magma_status_t Decoder::magma_buffer_set_name(magma_buffer_t buffer, const char* name) { in magma_buffer_set_name()
253 magma_status_t Decoder::magma_buffer_get_info(magma_buffer_t buffer, in magma_buffer_get_info()
259 magma_status_t Decoder::magma_buffer_get_handle(magma_buffer_t buffer, magma_handle_t* handle_out) { in magma_buffer_get_handle()
264 magma_status_t Decoder::magma_buffer_export(magma_buffer_t buffer, in magma_buffer_export()
274 magma_status_t Decoder::magma_semaphore_export(magma_semaphore_t semaphore, in magma_semaphore_export()
280 magma_status_t Decoder::magma_poll(magma_poll_item_t* items, uint32_t count, uint64_t timeout_ns) { in magma_poll()
285 magma_status_t Decoder::magma_initialize_tracing(magma_handle_t channel) { in magma_initialize_tracing()
290 magma_status_t Decoder::magma_initialize_logging(magma_handle_t channel) { in magma_initialize_logging()
295 magma_status_t Decoder::magma_connection_enable_performance_counter_access( in magma_connection_enable_performance_counter_access()
301 magma_status_t Decoder::magma_connection_enable_performance_counters(magma_connection_t connection, in magma_connection_enable_performance_counters()
308 magma_status_t Decoder::magma_connection_create_performance_counter_buffer_pool( in magma_connection_create_performance_counter_buffer_pool()
315 magma_status_t Decoder::magma_connection_release_performance_counter_buffer_pool( in magma_connection_release_performance_counter_buffer_pool()
321 magma_status_t Decoder::magma_connection_add_performance_counter_buffer_offsets_to_pool( in magma_connection_add_performance_counter_buffer_offsets_to_pool()
328 magma_status_t Decoder::magma_connection_remove_performance_counter_buffer_from_pool( in magma_connection_remove_performance_counter_buffer_from_pool()
334 magma_status_t Decoder::magma_connection_dump_performance_counters(magma_connection_t connection, in magma_connection_dump_performance_counters()
341 magma_status_t Decoder::magma_connection_clear_performance_counters(magma_connection_t connection, in magma_connection_clear_performance_counters()
348 magma_status_t Decoder::magma_connection_read_performance_counter_completion( in magma_connection_read_performance_counter_completion()
356 magma_status_t Decoder::magma_virt_connection_create_image(magma_connection_t connection, in magma_virt_connection_create_image()
365 magma_status_t Decoder::magma_virt_connection_get_image_info(magma_connection_t connection, in magma_virt_connection_get_image_info()
372 magma_status_t Decoder::magma_device_query_fudge(magma_device_t device, uint64_t id, in magma_device_query_fudge()
381 magma_status_t Decoder::magma_connection_execute_command_fudge(magma_connection_t connection, in magma_connection_execute_command_fudge()
389 magma_status_t Decoder::magma_connection_execute_immediate_commands_fudge( in magma_connection_execute_immediate_commands_fudge()
396 magma_status_t Decoder::magma_buffer_set_name_fudge(magma_buffer_t buffer, void* name, in magma_buffer_set_name_fudge()