Home
last modified time | relevance | path

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

/hardware/google/gchips/gralloc4/src/
Dmali_gralloc_formats.h38 #define MALI_GRALLOC_INTFMT_EXT_MASK 0xffffffff00000000ULL macro
226 uint64_t modifiers = internal_format & MALI_GRALLOC_INTFMT_EXT_MASK; in mali_gralloc_format_unwrap()
/hardware/google/gchips/gralloc4/src/core/
Dmali_gralloc_bufferaccess.cpp150 if ((hnd->alloc_format & MALI_GRALLOC_INTFMT_EXT_MASK) != 0) in validate_lock_input_parameters()
Dmali_gralloc_formats.cpp1059 get_alloc_type(afbc_format & MALI_GRALLOC_INTFMT_EXT_MASK, in get_supported_format()
1069 fmt_supported->format_ext = afbc_format & MALI_GRALLOC_INTFMT_EXT_MASK; in get_supported_format()
1343 return req_format & MALI_GRALLOC_INTFMT_EXT_MASK; in get_format_ext()
Dmali_gralloc_bufferallocation.cpp1091 if (!get_alloc_type(bufDescriptor->alloc_format & MALI_GRALLOC_INTFMT_EXT_MASK, in mali_gralloc_derive_format_and_size()