Home
last modified time | relevance | path

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

/hardware/google/gfxstream/codegen/magma/
DREADME.md59 uint64_t allocated_size = 0;
64 allocated_size = buffer_size;
80 } while (allocated_size < buffer_size);
/hardware/google/gchips/gralloc4/src/core/
Dmali_gralloc_reference.cpp81 auto check_pid = [&](int fd, uint64_t allocated_size) -> bool { in dmabuf_sanity_check() argument
83 auto size_padding = size - (off_t)allocated_size; in dmabuf_sanity_check()
87 __func__, fd, static_cast<intmax_t>(size), allocated_size); in dmabuf_sanity_check()