Searched refs:MALI_GRALLOC_INTFMT_AFBC_TILED_HEADERS (Results 1 – 7 of 7) sorted by relevance
/hardware/google/gchips/gralloc3/src/ |
D | mali_gralloc_formats.h | 148 #define MALI_GRALLOC_INTFMT_AFBC_TILED_HEADERS (1ULL << (MALI_GRALLOC_INTFMT_EXTENSION_BIT_START + … macro 252 …(mali_gralloc_format_wrapper(x, (MALI_GRALLOC_INTFMT_AFBC_TILED_HEADERS >> MALI_GRALLOC_INTFMT_EXT… 256 …(mali_gralloc_format_wrapper(x, (MALI_GRALLOC_INTFMT_AFBC_TILED_HEADERS >> MALI_GRALLOC_INTFMT_EXT… 261 …(mali_gralloc_format_wrapper(x, (MALI_GRALLOC_INTFMT_AFBC_TILED_HEADERS >> MALI_GRALLOC_INTFMT_EXT… 266 …(mali_gralloc_format_wrapper(x, (MALI_GRALLOC_INTFMT_AFBC_TILED_HEADERS >> MALI_GRALLOC_INTFMT_EXT… 277 …(mali_gralloc_format_wrapper(x, (MALI_GRALLOC_INTFMT_AFBC_TILED_HEADERS >> MALI_GRALLOC_INTFMT_EXT… 289 …(mali_gralloc_format_wrapper(x, (MALI_GRALLOC_INTFMT_AFBC_TILED_HEADERS >> MALI_GRALLOC_INTFMT_EXT… 296 (mali_gralloc_format_wrapper(x, (MALI_GRALLOC_INTFMT_AFBC_TILED_HEADERS >> 16 | \ 301 (mali_gralloc_format_wrapper(x, (MALI_GRALLOC_INTFMT_AFBC_TILED_HEADERS >> 16 | \
|
D | mali_gralloc_formats.cpp | 595 *height += (alloc_format & MALI_GRALLOC_INTFMT_AFBC_TILED_HEADERS) ? 16 : 32; in mali_gralloc_adjust_dimensions() 941 if ((alloc_format & MALI_GRALLOC_INTFMT_AFBC_TILED_HEADERS) && in validate_afbc_format() 946 alloc_format &= ~MALI_GRALLOC_INTFMT_AFBC_TILED_HEADERS; in validate_afbc_format() 1002 alloc_format |= MALI_GRALLOC_INTFMT_AFBC_TILED_HEADERS; in get_afbc_format() 1474 (modifiers & MALI_GRALLOC_INTFMT_AFBC_TILED_HEADERS) && in is_multiplane_enabled()
|
D | mali_gralloc_bufferallocation.cpp | 161 if (format_ext & MALI_GRALLOC_INTFMT_AFBC_TILED_HEADERS) in get_alloc_type() 228 const bool is_tiled = ((alloc_format & MALI_GRALLOC_INTFMT_AFBC_TILED_HEADERS) in init_afbc() 229 == MALI_GRALLOC_INTFMT_AFBC_TILED_HEADERS); in init_afbc() 244 if ((alloc_format & MALI_GRALLOC_INTFMT_AFBC_TILED_HEADERS)) in init_afbc() 1316 if (bufDescriptor->alloc_format & MALI_GRALLOC_INTFMT_AFBC_TILED_HEADERS) in mali_gralloc_derive_format_and_size()
|
/hardware/google/gchips/gralloc4/src/ |
D | mali_gralloc_formats.h | 152 #define MALI_GRALLOC_INTFMT_AFBC_TILED_HEADERS (1ULL << (MALI_GRALLOC_INTFMT_EXTENSION_BIT_START + … macro 274 MALI_GRALLOC_INTFMT_AFBC_TILED_HEADERS) 278 MALI_GRALLOC_INTFMT_AFBC_TILED_HEADERS) 282 MALI_GRALLOC_INTFMT_AFBC_TILED_HEADERS) 286 MALI_GRALLOC_INTFMT_AFBC_TILED_HEADERS)
|
/hardware/google/gchips/gralloc4/src/core/ |
D | mali_gralloc_bufferallocation.cpp | 177 if (format_ext & MALI_GRALLOC_INTFMT_AFBC_TILED_HEADERS) in get_alloc_type() 243 const bool is_tiled = ((alloc_format & MALI_GRALLOC_INTFMT_AFBC_TILED_HEADERS) in init_afbc() 244 == MALI_GRALLOC_INTFMT_AFBC_TILED_HEADERS); in init_afbc() 259 if ((alloc_format & MALI_GRALLOC_INTFMT_AFBC_TILED_HEADERS)) in init_afbc() 1057 if (bufDescriptor->alloc_format & MALI_GRALLOC_INTFMT_AFBC_TILED_HEADERS) in mali_gralloc_derive_format_and_size()
|
D | mali_gralloc_formats.cpp | 420 *height += (alloc_format & MALI_GRALLOC_INTFMT_AFBC_TILED_HEADERS) ? 16 : 32; in mali_gralloc_adjust_dimensions() 754 if ((alloc_format & MALI_GRALLOC_INTFMT_AFBC_TILED_HEADERS) && in validate_afbc_format() 759 alloc_format &= ~MALI_GRALLOC_INTFMT_AFBC_TILED_HEADERS; in validate_afbc_format() 832 alloc_format |= MALI_GRALLOC_INTFMT_AFBC_TILED_HEADERS; in get_afbc_format() 1200 { MALI_GRALLOC_INTFMT_AFBC_TILED_HEADERS, 1 }, in grade_format()
|
/hardware/google/gchips/gralloc4/interfaces/libs/drmutils/src/ |
D | drmutils.cpp | 131 if (internal_format & MALI_GRALLOC_INTFMT_AFBC_TILED_HEADERS) in drm_modifier_from_handle()
|