Home
last modified time | relevance | path

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

/hardware/google/gchips/gralloc4/src/
Dmali_gralloc_formats.h332 #define MALI_GRALLOC_FORMAT_CAPABILITY_AFBC_TILED_HEADERS ((uint64_t)1 << 7) macro
346 … MALI_GRALLOC_FORMAT_CAPABILITY_AFBC_WIDEBLK | MALI_GRALLOC_FORMAT_CAPABILITY_AFBC_TILED_HEADERS))
/hardware/google/gchips/gralloc4/src/capabilities/src/
Dgralloc_capabilities.cpp95 gpu_runtime_caps.caps_mask |= MALI_GRALLOC_FORMAT_CAPABILITY_AFBC_TILED_HEADERS; in get_ip_capabilities()
/hardware/google/gchips/gralloc4/src/core/
Dmali_gralloc_formats.cpp563 producer_caps & consumer_caps & MALI_GRALLOC_FORMAT_CAPABILITY_AFBC_TILED_HEADERS && in is_afbc_multiplane_supported()
766 …(producer_active_caps & consumer_active_caps & MALI_GRALLOC_FORMAT_CAPABILITY_AFBC_TILED_HEADERS) … in validate_afbc_format()
840 if (producer_caps & MALI_GRALLOC_FORMAT_CAPABILITY_AFBC_TILED_HEADERS && in get_afbc_format()
841 consumer_caps & MALI_GRALLOC_FORMAT_CAPABILITY_AFBC_TILED_HEADERS) in get_afbc_format()