Home
last modified time | relevance | path

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

/hardware/google/gchips/gralloc3/src/
Dmali_gralloc_bufferallocation.h52 AllocBaseType primary_type; member
79 return primary_type != UNCOMPRESSED; in is_afbc()
Dmali_gralloc_bufferallocation.cpp123 return get_afbc_sb_size(alloc_type.primary_type); in get_afbc_sb_size()
133 alloc_type->primary_type = UNCOMPRESSED; in get_alloc_type()
151 alloc_type->primary_type = AFBC; in get_alloc_type()
154 alloc_type->primary_type = AFBC_WIDEBLK; in get_alloc_type()
158 alloc_type->primary_type = AFBC_EXTRAWIDEBLK; in get_alloc_type()
358 if (AFBC_WIDEBLK == alloc_type.primary_type && !alloc_type.is_tiled) in get_pixel_w_h()
/hardware/google/gchips/gralloc4/src/core/
Dmali_gralloc_bufferallocation.h57 AllocBaseType primary_type{AllocBaseType::UNCOMPRESSED};
84 switch (primary_type) in is_afbc()
Dmali_gralloc_bufferallocation.cpp140 return get_afbc_sb_size(alloc_type.primary_type); in get_afbc_sb_size()
149 alloc_type->primary_type = AllocBaseType::UNCOMPRESSED; in get_alloc_type()
167 alloc_type->primary_type = AllocBaseType::AFBC; in get_alloc_type()
170 alloc_type->primary_type = AllocBaseType::AFBC_WIDEBLK; in get_alloc_type()
174 alloc_type->primary_type = AllocBaseType::AFBC_EXTRAWIDEBLK; in get_alloc_type()
377 if (AllocBaseType::AFBC_WIDEBLK == alloc_type.primary_type && !alloc_type.is_tiled) in get_pixel_w_h()