Home
last modified time | relevance | path

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

/hardware/google/gchips/gralloc4/src/
Dmali_gralloc_formats.h156 #define MALI_GRALLOC_INTFMT_AFBC_TILED_HEADERS (1ULL << (MALI_GRALLOC_INTFMT_EXTENSION_BIT_START + … macro
278 MALI_GRALLOC_INTFMT_AFBC_TILED_HEADERS)
282 MALI_GRALLOC_INTFMT_AFBC_TILED_HEADERS)
286 MALI_GRALLOC_INTFMT_AFBC_TILED_HEADERS)
290 MALI_GRALLOC_INTFMT_AFBC_TILED_HEADERS)
/hardware/google/gchips/gralloc4/src/core/
Dmali_gralloc_formats.cpp431 *height += (alloc_format & MALI_GRALLOC_INTFMT_AFBC_TILED_HEADERS) ? 16 : 32; in mali_gralloc_adjust_dimensions()
765 if ((alloc_format & MALI_GRALLOC_INTFMT_AFBC_TILED_HEADERS) && in validate_afbc_format()
770 alloc_format &= ~MALI_GRALLOC_INTFMT_AFBC_TILED_HEADERS; in validate_afbc_format()
843 alloc_format |= MALI_GRALLOC_INTFMT_AFBC_TILED_HEADERS; in get_afbc_format()
1190 { MALI_GRALLOC_INTFMT_AFBC_TILED_HEADERS, 1 }, in grade_format()
Dmali_gralloc_bufferallocation.cpp185 if (format_ext & MALI_GRALLOC_INTFMT_AFBC_TILED_HEADERS) in get_alloc_type()
252 const bool is_tiled = ((alloc_format & MALI_GRALLOC_INTFMT_AFBC_TILED_HEADERS) in init_afbc()
253 == MALI_GRALLOC_INTFMT_AFBC_TILED_HEADERS); in init_afbc()
1157 if (bufDescriptor->alloc_format & MALI_GRALLOC_INTFMT_AFBC_TILED_HEADERS) in mali_gralloc_derive_format_and_size()
/hardware/google/gchips/gralloc4/interfaces/libs/drmutils/src/
Ddrmutils.cpp132 if (internal_format & MALI_GRALLOC_INTFMT_AFBC_TILED_HEADERS) in drm_modifier_from_handle()