Home
last modified time | relevance | path

Searched refs:signal_semaphore_count (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/guest/magma/
Dmagma_enc_util.cpp26 sizeof(uint64_t) * (descriptor->wait_semaphore_count + descriptor->signal_semaphore_count); in size_command_descriptor()
55 sizeof(uint64_t) * (descriptor->wait_semaphore_count + descriptor->signal_semaphore_count)); in pack_command_descriptor()
/hardware/google/gfxstream/codegen/magma/
DREADME.md91 uint32_t signal_semaphore_count;
95 uint64_t semaphore_ids[signal_semaphore_count];
/hardware/google/gfxstream/third-party/fuchsia/magma/include/lib/magma/
Dmagma_common_defs.h266 uint32_t signal_semaphore_count; member