Home
last modified time | relevance | path

Searched refs:magma_exec_command_buffer (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/guest/magma/
Dmagma_enc_util.cpp24 size += sizeof(magma_exec_command_buffer) * descriptor->command_buffer_count; in size_command_descriptor()
33 magma_exec_command_buffer* command_buffers = descriptor->command_buffers; in pack_command_descriptor()
50 sizeof(magma_exec_command_buffer) * descriptor->command_buffer_count); in pack_command_descriptor()
51 ptr += sizeof(magma_exec_command_buffer) * descriptor->command_buffer_count; in pack_command_descriptor()
/hardware/google/gfxstream/third-party/fuchsia/magma/include/lib/magma/
Dmagma_common_defs.h250 typedef struct magma_exec_command_buffer { struct
269 struct magma_exec_command_buffer* command_buffers; argument