Searched refs:AllocBaseType (Results 1 – 4 of 4) sorted by relevance
26 enum class AllocBaseType enum57 AllocBaseType primary_type{AllocBaseType::UNCOMPRESSED};86 case AllocBaseType::AFBC: in is_afbc()87 case AllocBaseType::AFBC_WIDEBLK: in is_afbc()88 case AllocBaseType::AFBC_EXTRAWIDEBLK: in is_afbc()
96 static rect_t get_afbc_sb_size(AllocBaseType alloc_base_type) in get_afbc_sb_size()109 case AllocBaseType::AFBC: in get_afbc_sb_size()113 case AllocBaseType::AFBC_WIDEBLK: in get_afbc_sb_size()117 case AllocBaseType::AFBC_EXTRAWIDEBLK: in get_afbc_sb_size()136 return get_afbc_sb_size(AllocBaseType::AFBC_EXTRAWIDEBLK); 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()
30 enum AllocBaseType enum52 AllocBaseType primary_type;
79 static rect_t get_afbc_sb_size(AllocBaseType alloc_base_type) in get_afbc_sb_size()