Home
last modified time | relevance | path

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

/hardware/google/gchips/gralloc4/src/core/
Dmali_gralloc_bufferallocation.cpp79 static void afbc_buffer_align(const bool is_tiled, int *size) in afbc_buffer_align() argument
85 if (is_tiled) in afbc_buffer_align()
151 alloc_type->is_tiled = false; in get_alloc_type()
179 alloc_type->is_tiled = true; in get_alloc_type()
205 !alloc_type->is_tiled) in get_alloc_type()
243 const bool is_tiled = ((alloc_format & MALI_GRALLOC_INTFMT_AFBC_TILED_HEADERS) in init_afbc() local
248 afbc_buffer_align(is_tiled, &body_offset); in init_afbc()
363 if (alloc_type.is_tiled) in get_pixel_w_h()
377 if (AllocBaseType::AFBC_WIDEBLK == alloc_type.primary_type && !alloc_type.is_tiled) in get_pixel_w_h()
642 afbc_buffer_align(alloc_type.is_tiled, &body_size); in calc_allocation_size()
[all …]
Dmali_gralloc_bufferallocation.h68 bool is_tiled{};
/hardware/google/gchips/gralloc3/src/
Dmali_gralloc_bufferallocation.cpp62 static void afbc_buffer_align(const bool is_tiled, int *size) in afbc_buffer_align() argument
68 if (is_tiled) in afbc_buffer_align()
135 alloc_type->is_tiled = false; in get_alloc_type()
163 alloc_type->is_tiled = true; in get_alloc_type()
189 !alloc_type->is_tiled) in get_alloc_type()
228 const bool is_tiled = ((alloc_format & MALI_GRALLOC_INTFMT_AFBC_TILED_HEADERS) in init_afbc() local
233 afbc_buffer_align(is_tiled, &body_offset); in init_afbc()
352 if (alloc_type.is_tiled) in get_pixel_w_h()
358 if (AFBC_WIDEBLK == alloc_type.primary_type && !alloc_type.is_tiled) in get_pixel_w_h()
584 afbc_buffer_align(alloc_type.is_tiled, &body_size); in calc_allocation_size()
[all …]
Dmali_gralloc_bufferallocation.h63 bool is_tiled; member