Home
last modified time | relevance | path

Searched refs:magma_connection_t (Results 1 – 18 of 18) sorted by relevance

/hardware/google/gfxstream/host/magma/magma_dec/
Dmagma_server_proc.h19 …agma_APIENTRY *magma_device_create_connection_server_proc_t) (magma_device_t, magma_connection_t*);
20 typedef void (magma_APIENTRY *magma_connection_release_server_proc_t) (magma_connection_t);
21 …def magma_status_t (magma_APIENTRY *magma_connection_get_error_server_proc_t) (magma_connection_t);
22 …_t (magma_APIENTRY *magma_connection_create_context_server_proc_t) (magma_connection_t, uint32_t*);
23 typedef void (magma_APIENTRY *magma_connection_release_context_server_proc_t) (magma_connection_t, …
24 …_t (magma_APIENTRY *magma_connection_create_buffer_server_proc_t) (magma_connection_t, uint64_t, u…
25 typedef void (magma_APIENTRY *magma_connection_release_buffer_server_proc_t) (magma_connection_t, m…
26 …_t (magma_APIENTRY *magma_connection_import_buffer_server_proc_t) (magma_connection_t, magma_handl…
27 …(magma_APIENTRY *magma_connection_create_semaphore_server_proc_t) (magma_connection_t, magma_semap…
28 typedef void (magma_APIENTRY *magma_connection_release_semaphore_server_proc_t) (magma_connection_t
[all …]
Dmagma_dec.cpp159 …nnection(device:%lu connection_out:%p(%u) )", stream, var_device, (magma_connection_t*)(outptr_con… in decode()
160 …ction_out]) = this->magma_device_create_connection(var_device, (magma_connection_t*)(outptr_con… in decode()
172 magma_connection_t var_connection = Unpack<magma_connection_t,uint64_t>(ptr + 8); in decode()
185 magma_connection_t var_connection = Unpack<magma_connection_t,uint64_t>(ptr + 8); in decode()
205 magma_connection_t var_connection = Unpack<magma_connection_t,uint64_t>(ptr + 8); in decode()
229 magma_connection_t var_connection = Unpack<magma_connection_t,uint64_t>(ptr + 8); in decode()
243 magma_connection_t var_connection = Unpack<magma_connection_t,uint64_t>(ptr + 8); in decode()
276 magma_connection_t var_connection = Unpack<magma_connection_t,uint64_t>(ptr + 8); in decode()
290 magma_connection_t var_connection = Unpack<magma_connection_t,uint64_t>(ptr + 8); in decode()
323 magma_connection_t var_connection = Unpack<magma_connection_t,uint64_t>(ptr + 8); in decode()
[all …]
/hardware/google/gfxstream/guest/magma/magma_enc/
Dmagma_client_proc.h19 …Y *magma_device_create_connection_client_proc_t) (void * ctx, magma_device_t, magma_connection_t*);
20 …def void (magma_APIENTRY *magma_connection_release_client_proc_t) (void * ctx, magma_connection_t);
21 …atus_t (magma_APIENTRY *magma_connection_get_error_client_proc_t) (void * ctx, magma_connection_t);
22 …IENTRY *magma_connection_create_context_client_proc_t) (void * ctx, magma_connection_t, uint32_t*);
23 …IENTRY *magma_connection_release_context_client_proc_t) (void * ctx, magma_connection_t, uint32_t);
24 …IENTRY *magma_connection_create_buffer_client_proc_t) (void * ctx, magma_connection_t, uint64_t, u…
25 …ENTRY *magma_connection_release_buffer_client_proc_t) (void * ctx, magma_connection_t, magma_buffe…
26 …IENTRY *magma_connection_import_buffer_client_proc_t) (void * ctx, magma_connection_t, magma_handl…
27 …TRY *magma_connection_create_semaphore_client_proc_t) (void * ctx, magma_connection_t, magma_semap…
28 …RY *magma_connection_release_semaphore_client_proc_t) (void * ctx, magma_connection_t, magma_semap…
[all …]
Dmagma_entry.cpp12 …magma_status_t magma_device_create_connection(magma_device_t device, magma_connection_t* connectio…
13 void magma_connection_release(magma_connection_t connection);
14 magma_status_t magma_connection_get_error(magma_connection_t connection);
15 …magma_status_t magma_connection_create_context(magma_connection_t connection, uint32_t* context_id…
16 void magma_connection_release_context(magma_connection_t connection, uint32_t context_id);
17 …magma_status_t magma_connection_create_buffer(magma_connection_t connection, uint64_t size, uint64…
18 void magma_connection_release_buffer(magma_connection_t connection, magma_buffer_t buffer);
19 …magma_status_t magma_connection_import_buffer(magma_connection_t connection, magma_handle_t buffer…
20 …magma_status_t magma_connection_create_semaphore(magma_connection_t connection, magma_semaphore_t*…
21 …void magma_connection_release_semaphore(magma_connection_t connection, magma_semaphore_t semaphore…
[all …]
Dmagma_stubs.cpp19 magma_connection_t connection, in magma_connection_import_semaphore2()
Dmagma_enc.cpp214 …a_device_create_connection_enc(void *self , magma_device_t device, magma_connection_t* connection_… in magma_device_create_connection_enc()
224 const unsigned int __size_connection_out = sizeof(magma_connection_t); in magma_device_create_connection_enc()
260 void magma_connection_release_enc(void *self , magma_connection_t connection) in magma_connection_release_enc()
287 magma_status_t magma_connection_get_error_enc(void *self , magma_connection_t connection) in magma_connection_get_error_enc()
329 magma_status_t magma_connection_create_context_enc(void *self , magma_connection_t connection, uint… in magma_connection_create_context_enc()
375 void magma_connection_release_context_enc(void *self , magma_connection_t connection, uint32_t cont… in magma_connection_release_context_enc()
403 magma_status_t magma_connection_create_buffer_enc(void *self , magma_connection_t connection, uint6… in magma_connection_create_buffer_enc()
458 void magma_connection_release_buffer_enc(void *self , magma_connection_t connection, magma_buffer_t… in magma_connection_release_buffer_enc()
486 magma_status_t magma_connection_import_buffer_enc(void *self , magma_connection_t connection, magma… in magma_connection_import_buffer_enc()
541 magma_status_t magma_connection_create_semaphore_enc(void *self , magma_connection_t connection, ma… in magma_connection_create_semaphore_enc()
[all …]
/hardware/google/gfxstream/third-party/fuchsia/magma/include/lib/magma/
Dmagma.h85 magma_connection_t* connection_out);
92 magma_connection_t connection);
101 magma_connection_t connection);
109 magma_connection_t connection,
118 magma_connection_t connection,
130 magma_connection_t connection,
142 magma_connection_t connection,
155 magma_connection_t connection,
168 magma_connection_t connection,
178 magma_connection_t connection,
[all …]
Dmagma_common_defs.h217 typedef uint64_t magma_connection_t; typedef
/hardware/google/gfxstream/codegen/magma/
Dmagma.in5 MAGMA(magma_status_t, magma_device_create_connection, magma_device_t device, magma_connection_t* co…
6 MAGMA(void, magma_connection_release, magma_connection_t connection)
7 MAGMA(magma_status_t, magma_connection_get_error, magma_connection_t connection)
8 MAGMA(magma_status_t, magma_connection_create_context, magma_connection_t connection, uint32_t* con…
9 MAGMA(void, magma_connection_release_context, magma_connection_t connection, uint32_t context_id)
10 MAGMA(magma_status_t, magma_connection_create_buffer, magma_connection_t connection, uint64_t size,…
11 MAGMA(void, magma_connection_release_buffer, magma_connection_t connection, magma_buffer_t buffer)
12 MAGMA(magma_status_t, magma_connection_import_buffer, magma_connection_t connection, magma_handle_t…
13 MAGMA(magma_status_t, magma_connection_create_semaphore, magma_connection_t connection, magma_semap…
14 MAGMA(void, magma_connection_release_semaphore, magma_connection_t connection, magma_semaphore_t se…
[all …]
Dmagma.types6 magma_connection_t 64 %lu false
22 magma_connection_t* 64 %p true
Dmagma.attrib28 len connection_out sizeof(magma_connection_t)
/hardware/google/gfxstream/host/magma/
DDecoder.h39 …virtual magma_status_t magma_device_create_connection(magma_device_t device, magma_connection_t* c…
40 virtual void magma_connection_release(magma_connection_t connection);
41 virtual magma_status_t magma_connection_get_error(magma_connection_t connection);
42 …virtual magma_status_t magma_connection_create_context(magma_connection_t connection, uint32_t* co…
43 … virtual void magma_connection_release_context(magma_connection_t connection, uint32_t context_id);
44 …virtual magma_status_t magma_connection_create_buffer(magma_connection_t connection, uint64_t size…
45 …virtual void magma_connection_release_buffer(magma_connection_t connection, magma_buffer_t buffer);
46 …virtual magma_status_t magma_connection_import_buffer(magma_connection_t connection, magma_handle_…
47 …virtual magma_status_t magma_connection_create_semaphore(magma_connection_t magma_connection, magm…
48 …virtual void magma_connection_release_semaphore(magma_connection_t connection, magma_semaphore_t s…
[all …]
DDecoder.cpp113 magma_connection_t* connection_out) { in magma_device_create_connection()
118 void Decoder::magma_connection_release(magma_connection_t connection) { MAGMA_NOTIMPL(); } in magma_connection_release()
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()
131 void Decoder::magma_connection_release_context(magma_connection_t connection, uint32_t context_id) { in magma_connection_release_context()
135 magma_status_t Decoder::magma_connection_create_buffer(magma_connection_t connection, uint64_t size, in magma_connection_create_buffer()
143 void Decoder::magma_connection_release_buffer(magma_connection_t connection, in magma_connection_release_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()
164 void Decoder::magma_connection_release_semaphore(magma_connection_t connection, in magma_connection_release_semaphore()
[all …]
DIntelDrmDecoder.h35 …magma_status_t magma_device_create_connection(magma_device_t device, magma_connection_t* connectio…
36 void magma_connection_release(magma_connection_t connection) override;
37 …magma_status_t magma_connection_create_buffer(magma_connection_t connection, uint64_t size, uint64…
38 …void magma_connection_release_buffer(magma_connection_t connection, magma_buffer_t buffer) overrid…
39 …magma_status_t magma_connection_create_semaphore(magma_connection_t magma_connection, magma_semaph…
40 …void magma_connection_release_semaphore(magma_connection_t connection, magma_semaphore_t semaphore…
47 magma_status_t magma_connection_get_error(magma_connection_t connection) override;
48 …magma_status_t magma_connection_create_context(magma_connection_t connection, uint32_t* context_id…
49 …void magma_connection_release_context(magma_connection_t connection, uint32_t context_id) override;
50 …magma_status_t magma_connection_map_buffer(magma_connection_t connection, uint64_t hw_va, magma_bu…
[all …]
DIntelDrmDecoder.cpp327 magma_connection_t* connection_out) { in magma_device_create_connection()
337 void IntelDrmDecoder::magma_connection_release(magma_connection_t connection) { in magma_connection_release()
344 magma_status_t IntelDrmDecoder::magma_connection_create_buffer(magma_connection_t connection, in magma_connection_create_buffer()
368 void IntelDrmDecoder::magma_connection_release_buffer(magma_connection_t connection, in magma_connection_release_buffer()
383 magma_connection_t magma_connection, magma_semaphore_t* semaphore_out, in magma_connection_create_semaphore()
391 void IntelDrmDecoder::magma_connection_release_semaphore(magma_connection_t connection, in magma_connection_release_semaphore()
438 magma_status_t IntelDrmDecoder::magma_connection_get_error(magma_connection_t connection) { in magma_connection_get_error()
443 magma_status_t IntelDrmDecoder::magma_connection_create_context(magma_connection_t connection, in magma_connection_create_context()
459 void IntelDrmDecoder::magma_connection_release_context(magma_connection_t connection, in magma_connection_release_context()
464 magma_status_t IntelDrmDecoder::magma_connection_map_buffer(magma_connection_t connection, in magma_connection_map_buffer()
[all …]
/hardware/google/gfxstream/guest/magma/
Dmagma_enc_util.h24 void pack_command_descriptor(void* ptr, magma_connection_t connection, uint32_t context_id,
Dmagma.cpp64 static magma_status_t magma_connection_create_buffer(void* self, magma_connection_t connection,
68 static void magma_connection_release_buffer(void* self, magma_connection_t connection,
85 magma_connection_t connection; // Owning connection.
321 magma_connection_t connection, in magma_connection_create_buffer()
342 void MagmaClientContext::magma_connection_release_buffer(void* self, magma_connection_t connection, in magma_connection_release_buffer()
Dmagma_enc_util.cpp30 void pack_command_descriptor(void* void_ptr, magma_connection_t connection, uint32_t context_id, in pack_command_descriptor()