Home
last modified time | relevance | path

Searched refs:MALI_GRALLOC_INTFMT_AFBCENABLE_MASK (Results 1 – 11 of 11) sorted by relevance

/hardware/google/gchips/gralloc4/interfaces/libs/drmutils/src/
Ddrmutils.cpp103 bool afbc = (unmasked_format & MALI_GRALLOC_INTFMT_AFBCENABLE_MASK); in drm_fourcc_from_handle()
119 if ((internal_format & MALI_GRALLOC_INTFMT_AFBCENABLE_MASK) == 0) in drm_modifier_from_handle()
/hardware/google/gchips/gralloc4/src/core/
Dmali_gralloc_debug.cpp94 … (hnd->alloc_format & MALI_GRALLOC_INTFMT_AFBCENABLE_MASK) ? true : false); in mali_gralloc_dump_buffers()
Dmali_gralloc_bufferallocation.cpp157 if (format_ext & MALI_GRALLOC_INTFMT_AFBCENABLE_MASK) in get_alloc_type()
1055 if (bufDescriptor->alloc_format & MALI_GRALLOC_INTFMT_AFBCENABLE_MASK) in mali_gralloc_derive_format_and_size()
/hardware/google/gchips/gralloc3/src/
Dmali_gralloc_debug.cpp101 … (hnd->internal_format & MALI_GRALLOC_INTFMT_AFBCENABLE_MASK) ? true : false); in mali_gralloc_dump_buffers()
Dmali_gralloc_bufferallocation.cpp141 if (format_ext & MALI_GRALLOC_INTFMT_AFBCENABLE_MASK) in get_alloc_type()
1314 if (bufDescriptor->alloc_format & MALI_GRALLOC_INTFMT_AFBCENABLE_MASK) in mali_gralloc_derive_format_and_size()
1419 hnd->alloc_format = ((uint64_t)hnd->alloc_format & ~MALI_GRALLOC_INTFMT_AFBCENABLE_MASK); in mali_gralloc_buffer_allocate()
1420 hnd->internal_format = ((uint64_t)hnd->internal_format & ~MALI_GRALLOC_INTFMT_AFBCENABLE_MASK); in mali_gralloc_buffer_allocate()
1434 hnd->alloc_format = ((uint64_t)hnd->alloc_format & ~MALI_GRALLOC_INTFMT_AFBCENABLE_MASK); in mali_gralloc_buffer_allocate()
1435 hnd->internal_format = ((uint64_t)hnd->internal_format & ~MALI_GRALLOC_INTFMT_AFBCENABLE_MASK); in mali_gralloc_buffer_allocate()
Dmali_gralloc_formats.h165 #define MALI_GRALLOC_INTFMT_AFBCENABLE_MASK (uint64_t)(MALI_GRALLOC_INTFMT_AFBC_BASIC) macro
Dmali_gralloc_ion.cpp1083 if ((bufDescriptor->alloc_format & MALI_GRALLOC_INTFMT_AFBCENABLE_MASK) && (!(*shared_backend))) in mali_gralloc_ion_allocate()
Dmali_gralloc_bufferaccess.cpp224 if ((hnd->alloc_format & MALI_GRALLOC_INTFMT_AFBCENABLE_MASK) != 0) in validate_lock_input_parameters()
/hardware/google/gchips/gralloc4/src/
Dmali_gralloc_formats.h171 #define MALI_GRALLOC_INTFMT_AFBCENABLE_MASK (uint64_t)(MALI_GRALLOC_INTFMT_AFBC_BASIC) macro
/hardware/google/gchips/libvendorgraphicbuffer/gralloc4/
Dvendor_graphicbuffer_meta.cpp148 if (gralloc_hnd->alloc_format & MALI_GRALLOC_INTFMT_AFBCENABLE_MASK) in is_afbc()
/hardware/google/gchips/gralloc4/src/allocator/
Dmali_gralloc_ion.cpp665 if ((bufDescriptor->alloc_format & MALI_GRALLOC_INTFMT_AFBCENABLE_MASK) in mali_gralloc_ion_allocate()