Home
last modified time | relevance | path

Searched refs:MALI_GRALLOC_INTFMT_EXT_MASK (Results 1 – 8 of 8) sorted by relevance

/hardware/google/gchips/gralloc4/src/
Dmali_gralloc_formats.h36 #define MALI_GRALLOC_INTFMT_EXT_MASK 0xffffffff00000000ULL macro
222 uint64_t modifiers = internal_format & MALI_GRALLOC_INTFMT_EXT_MASK; in mali_gralloc_format_unwrap()
/hardware/google/gchips/gralloc3/src/
Dmali_gralloc_formats.h35 #define MALI_GRALLOC_INTFMT_EXT_MASK 0xffffffff00000000ULL macro
215 uint64_t modifiers = internal_format & MALI_GRALLOC_INTFMT_EXT_MASK; in mali_gralloc_format_unwrap()
Dmali_gralloc_formats.cpp1227 get_alloc_type(afbc_format & MALI_GRALLOC_INTFMT_EXT_MASK, in get_supported_format()
1237 fmt_supported->format_ext = afbc_format & MALI_GRALLOC_INTFMT_EXT_MASK; in get_supported_format()
1471 const uint64_t modifiers = format_ext & MALI_GRALLOC_INTFMT_EXT_MASK; in is_multiplane_enabled()
1531 format_ext = req_format & MALI_GRALLOC_INTFMT_EXT_MASK; in get_format_ext()
1799 *internal_format |= (alloc_format & MALI_GRALLOC_INTFMT_EXT_MASK); in mali_gralloc_select_format()
Dmali_gralloc_bufferallocation.cpp1245 if (!get_alloc_type(bufDescriptor->alloc_format & MALI_GRALLOC_INTFMT_EXT_MASK, in mali_gralloc_derive_format_and_size()
Dmali_gralloc_bufferaccess.cpp548 if ((hnd->alloc_format & MALI_GRALLOC_INTFMT_EXT_MASK) != 0) in mali_gralloc_get_num_flex_planes()
/hardware/google/gchips/gralloc4/src/core/
Dmali_gralloc_bufferaccess.cpp170 if ((hnd->alloc_format & MALI_GRALLOC_INTFMT_EXT_MASK) != 0) in validate_lock_input_parameters()
Dmali_gralloc_formats.cpp1069 get_alloc_type(afbc_format & MALI_GRALLOC_INTFMT_EXT_MASK, in get_supported_format()
1079 fmt_supported->format_ext = afbc_format & MALI_GRALLOC_INTFMT_EXT_MASK; in get_supported_format()
1353 return req_format & MALI_GRALLOC_INTFMT_EXT_MASK; in get_format_ext()
Dmali_gralloc_bufferallocation.cpp993 if (!get_alloc_type(bufDescriptor->alloc_format & MALI_GRALLOC_INTFMT_EXT_MASK, in mali_gralloc_derive_format_and_size()