Home
last modified time | relevance | path

Searched refs:MALI_GRALLOC_INTFMT_AFBC_SPARSE (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gchips/gralloc4/src/
Dmali_gralloc_formats.h167 #define MALI_GRALLOC_INTFMT_AFBC_SPARSE (1ULL << (MALI_GRALLOC_INTFMT_EXTENSION_BIT_START + 9)) macro
257 …mali_gralloc_format_wrapper(x, (MALI_GRALLOC_INTFMT_AFBC_BASIC | MALI_GRALLOC_INTFMT_AFBC_SPARSE) …
/hardware/google/gchips/gralloc4/interfaces/libs/drmutils/src/
Ddrmutils.cpp151 if (internal_format & MALI_GRALLOC_INTFMT_AFBC_SPARSE) in drm_modifier_from_handle()
/hardware/google/gchips/gralloc4/src/core/
Dmali_gralloc_formats.cpp762 if (!((alloc_format & MALI_GRALLOC_INTFMT_AFBC_SPARSE) || in validate_afbc_format()
767 alloc_format |= MALI_GRALLOC_INTFMT_AFBC_SPARSE; in validate_afbc_format()
826 alloc_format |= MALI_GRALLOC_INTFMT_AFBC_SPARSE; in get_afbc_format()
1205 { MALI_GRALLOC_INTFMT_AFBC_SPARSE, 1 }, in grade_format()