Home
last modified time | relevance | path

Searched refs:MALI_GRALLOC_CONSUMER_DPU (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gchips/gralloc4/src/core/
Dmali_gralloc_formats.cpp54 #define MALI_GRALLOC_CONSUMER_DPU ((uint16_t)1 << 2) macro
120 consumers = MALI_GRALLOC_CONSUMER_DPU; in get_consumers()
136 consumers |= MALI_GRALLOC_CONSUMER_DPU; in get_consumers()
149 consumers |= MALI_GRALLOC_CONSUMER_DPU; in get_consumers()
283 if (consumers & MALI_GRALLOC_CONSUMER_DPU && in get_consumer_caps()
490 if (consumers & MALI_GRALLOC_CONSUMER_DPU) in ip_supports_base_format()
936 if (consumers & MALI_GRALLOC_CONSUMER_DPU) in get_active_caps()
941 if (consumers & MALI_GRALLOC_CONSUMER_DPU) in get_active_caps()
951 if (consumers & MALI_GRALLOC_CONSUMER_DPU) in get_active_caps()
1020 consumers & MALI_GRALLOC_CONSUMER_DPU) in get_supported_format()
[all …]
/hardware/google/gchips/gralloc3/src/
Dmali_gralloc_formats.cpp70 #define MALI_GRALLOC_CONSUMER_DPU ((uint16_t)1 << 2) macro
297 consumers = MALI_GRALLOC_CONSUMER_DPU; in get_consumers()
315 consumers |= MALI_GRALLOC_CONSUMER_DPU; in get_consumers()
333 consumers |= MALI_GRALLOC_CONSUMER_DPU; in get_consumers()
349 consumers |= MALI_GRALLOC_CONSUMER_DPU; in get_consumers()
483 if (consumers & MALI_GRALLOC_CONSUMER_DPU && in get_consumer_caps()
675 if (consumers & MALI_GRALLOC_CONSUMER_DPU) in ip_supports_base_format()
1110 if (consumers & MALI_GRALLOC_CONSUMER_DPU) in get_active_caps()
1178 consumers & MALI_GRALLOC_CONSUMER_DPU) in get_supported_format()
1186 const uint16_t consumers_nodpu = consumers & ~MALI_GRALLOC_CONSUMER_DPU; in get_supported_format()