Home
last modified time | relevance | path

Searched refs:MALI_GRALLOC_FORMAT_CAPABILITY_PIXFMT_RGBA1010102 (Results 1 – 5 of 5) sorted by relevance

/hardware/google/gchips/gralloc4/src/capabilities/src/
Dgralloc_capabilities.cpp57 cpu_runtime_caps.caps_mask |= MALI_GRALLOC_FORMAT_CAPABILITY_PIXFMT_RGBA1010102; in get_ip_capabilities()
65 dpu_runtime_caps.caps_mask |= MALI_GRALLOC_FORMAT_CAPABILITY_PIXFMT_RGBA1010102; in get_ip_capabilities()
72 gpu_runtime_caps.caps_mask |= MALI_GRALLOC_FORMAT_CAPABILITY_PIXFMT_RGBA1010102; in get_ip_capabilities()
/hardware/google/gchips/gralloc3/src/
Dmali_gralloc_formats.cpp171 cpu_runtime_caps.caps_mask |= MALI_GRALLOC_FORMAT_CAPABILITY_PIXFMT_RGBA1010102; in get_ip_capabilities()
178 dpu_runtime_caps.caps_mask |= MALI_GRALLOC_FORMAT_CAPABILITY_PIXFMT_RGBA1010102; in get_ip_capabilities()
193 gpu_runtime_caps.caps_mask |= MALI_GRALLOC_FORMAT_CAPABILITY_PIXFMT_RGBA1010102; in get_ip_capabilities()
824 (producer_caps & consumer_caps & MALI_GRALLOC_FORMAT_CAPABILITY_PIXFMT_RGBA1010102) == 0) in is_format_supported()
Dmali_gralloc_formats.h333 #define MALI_GRALLOC_FORMAT_CAPABILITY_PIXFMT_RGBA1010102 ((uint64_t)1 << 32) macro
/hardware/google/gchips/gralloc4/src/
Dmali_gralloc_formats.h337 #define MALI_GRALLOC_FORMAT_CAPABILITY_PIXFMT_RGBA1010102 ((uint64_t)1 << 32) macro
/hardware/google/gchips/gralloc4/src/core/
Dmali_gralloc_formats.cpp629 (producer_caps & consumer_caps & MALI_GRALLOC_FORMAT_CAPABILITY_PIXFMT_RGBA1010102) == 0) in is_format_supported()