Home
last modified time | relevance | path

Searched refs:command_buffer_count (Results 1 – 3 of 3) 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()
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/codegen/magma/
DREADME.md89 uint32_t command_buffer_count;
94 magma_exec_command_buffer_t command_buffers[command_buffer_count];
/hardware/google/gfxstream/third-party/fuchsia/magma/include/lib/magma/
Dmagma_common_defs.h261 uint32_t command_buffer_count; member