Searched refs:host_allocate (Results 1 – 8 of 8) sorted by relevance
/hardware/google/gfxstream/codegen/magma/ |
D | README.md | 16 …host_allocate` is 1, `result_buffer_mapping_id_inout` is populated with a host-allocated buffer ma… 29 /* host_allocate = */ 0, 44 /* host_allocate = */ 1, 76 /* host_allocate = */ 0,
|
D | magma.in | 4 …_device_query_fudge, magma_device_t device, uint64_t id, magma_bool_t host_allocate, uint64_t* res…
|
/hardware/google/gfxstream/host/magma/ |
D | IntelDrmDecoder.cpp | 156 magma_bool_t host_allocate, in magma_device_query_fudge() argument 226 if (!host_allocate) { in magma_device_query_fudge() 261 if (!host_allocate) { in magma_device_query_fudge()
|
D | IntelDrmDecoder.h | 34 …a_device_query_fudge(magma_device_t device, uint64_t id, magma_bool_t host_allocate, uint64_t* res…
|
D | Decoder.h | 38 …a_device_query_fudge(magma_device_t device, uint64_t id, magma_bool_t host_allocate, uint64_t* res…
|
D | Decoder.cpp | 373 magma_bool_t host_allocate, in magma_device_query_fudge() argument
|
/hardware/google/gfxstream/guest/magma/magma_enc/ |
D | magma_entry.cpp | 11 …a_device_query_fudge(magma_device_t device, uint64_t id, magma_bool_t host_allocate, uint64_t* res… 84 …a_device_query_fudge(magma_device_t device, uint64_t id, magma_bool_t host_allocate, uint64_t* res… in magma_device_query_fudge() argument 87 …return ctx->magma_device_query_fudge(ctx, device, id, host_allocate, result_buffer_mapping_id_inou… in magma_device_query_fudge()
|
D | magma_enc.cpp | 156 …dge_enc(void *self , magma_device_t device, uint64_t id, magma_bool_t host_allocate, uint64_t* res… in magma_device_query_fudge_enc() argument 158 …d_inout:%p, result_buffer_size_inout:%p, result_out:%p)", device, id, host_allocate, result_buffer… in magma_device_query_fudge_enc() 181 memcpy(ptr, &host_allocate, 1); ptr += 1; in magma_device_query_fudge_enc()
|