Searched refs:is_tiled (Results 1 – 4 of 4) sorted by relevance
79 static void afbc_buffer_align(const bool is_tiled, int *size) in afbc_buffer_align() argument85 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() local248 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 …]
68 bool is_tiled{};
62 static void afbc_buffer_align(const bool is_tiled, int *size) in afbc_buffer_align() argument68 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() local233 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 …]
63 bool is_tiled; member