Home
last modified time | relevance | path

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

/hardware/google/gchips/gralloc4/src/core/
Dmali_gralloc_bufferallocation.cpp88 static void afbc_buffer_align(const bool is_tiled, T *size) in afbc_buffer_align() argument
93 if (is_tiled) in afbc_buffer_align()
159 alloc_type->is_tiled = false; in get_alloc_type()
187 alloc_type->is_tiled = true; in get_alloc_type()
213 !alloc_type->is_tiled) in get_alloc_type()
252 const bool is_tiled = ((alloc_format & MALI_GRALLOC_INTFMT_AFBC_TILED_HEADERS) in init_afbc() local
257 afbc_buffer_align(is_tiled, &body_offset); in init_afbc()
269 if (is_tiled) in init_afbc()
292 const size_t sb_bytes = is_tiled? 0 : GRALLOC_ALIGN((bpp * AFBC_PIXELS_PER_BLOCK) / 8, 128); in init_afbc()
297 n_headers, body_offset, is_tiled, sb_bytes); in init_afbc()
[all …]
Dmali_gralloc_bufferallocation.h68 bool is_tiled{};