Home
last modified time | relevance | path

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

/device/linaro/hikey/gralloc960/
Dmali_gralloc_formats.h118 #define MALI_GRALLOC_INTFMT_AFBC_TILED_HEADERS (1ULL << (MALI_GRALLOC_INTFMT_EXTENSION_BIT_START + … macro
195 (mali_gralloc_format_wrapper(x, (MALI_GRALLOC_INTFMT_AFBC_TILED_HEADERS >> 24) | \
198 (mali_gralloc_format_wrapper(x, (MALI_GRALLOC_INTFMT_AFBC_TILED_HEADERS >> 24) | \
Dmali_gralloc_formats.cpp211 internal_format |= MALI_GRALLOC_INTFMT_AFBC_TILED_HEADERS; in determine_best_format()
227 internal_format |= MALI_GRALLOC_INTFMT_AFBC_TILED_HEADERS; in determine_best_format()
245 internal_format |= MALI_GRALLOC_INTFMT_AFBC_TILED_HEADERS; in determine_best_format()
273 internal_format |= MALI_GRALLOC_INTFMT_AFBC_TILED_HEADERS; in determine_best_format()
292 internal_format |= MALI_GRALLOC_INTFMT_AFBC_TILED_HEADERS; in determine_best_format()
Dmali_gralloc_ion.cpp70 if (internal_format & MALI_GRALLOC_INTFMT_AFBC_TILED_HEADERS) in init_afbc()
Dmali_gralloc_bufferallocation.cpp917 if (bufDescriptor->internal_format & MALI_GRALLOC_INTFMT_AFBC_TILED_HEADERS) in mali_gralloc_buffer_allocate()
/device/amlogic/yukawa/gralloc/
Dmali_gralloc_formats.h118 #define MALI_GRALLOC_INTFMT_AFBC_TILED_HEADERS (1ULL << (MALI_GRALLOC_INTFMT_EXTENSION_BIT_START + … macro
195 (mali_gralloc_format_wrapper(x, (MALI_GRALLOC_INTFMT_AFBC_TILED_HEADERS >> 24) | \
198 (mali_gralloc_format_wrapper(x, (MALI_GRALLOC_INTFMT_AFBC_TILED_HEADERS >> 24) | \
Dmali_gralloc_formats.cpp211 internal_format |= MALI_GRALLOC_INTFMT_AFBC_TILED_HEADERS; in determine_best_format()
227 internal_format |= MALI_GRALLOC_INTFMT_AFBC_TILED_HEADERS; in determine_best_format()
245 internal_format |= MALI_GRALLOC_INTFMT_AFBC_TILED_HEADERS; in determine_best_format()
273 internal_format |= MALI_GRALLOC_INTFMT_AFBC_TILED_HEADERS; in determine_best_format()
292 internal_format |= MALI_GRALLOC_INTFMT_AFBC_TILED_HEADERS; in determine_best_format()
Dmali_gralloc_bufferallocation.cpp917 if (bufDescriptor->internal_format & MALI_GRALLOC_INTFMT_AFBC_TILED_HEADERS) in mali_gralloc_buffer_allocate()
1145 if (bufDescriptor->internal_format & MALI_GRALLOC_INTFMT_AFBC_TILED_HEADERS) in mali_gralloc_buffer_allocate()
Dmali_gralloc_ion.cpp70 if (internal_format & MALI_GRALLOC_INTFMT_AFBC_TILED_HEADERS) in init_afbc()