Home
last modified time | relevance | path

Searched refs:cpu_runtime_caps (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gchips/gralloc4/src/capabilities/src/
Dgralloc_capabilities.cpp33 mali_gralloc_format_caps cpu_runtime_caps; variable
57 cpu_runtime_caps.caps_mask |= MALI_GRALLOC_FORMAT_CAPABILITY_OPTIONS_PRESENT; in get_ip_capabilities()
58 cpu_runtime_caps.caps_mask |= MALI_GRALLOC_FORMAT_CAPABILITY_PIXFMT_RGBA1010102; in get_ip_capabilities()
59 cpu_runtime_caps.caps_mask |= MALI_GRALLOC_FORMAT_CAPABILITY_PIXFMT_RGBA16161616; in get_ip_capabilities()
124 cpu_runtime_caps.caps_mask &= ~MALI_GRALLOC_FORMAT_CAPABILITY_AFBCENABLE_MASK; in get_ip_capabilities()
/hardware/google/gchips/gralloc4/src/capabilities/
Dgralloc_capabilities.h22 extern mali_gralloc_format_caps cpu_runtime_caps;
/hardware/google/gchips/gralloc4/src/core/
Dmali_gralloc_formats.cpp275 consumer_caps &= cpu_runtime_caps.caps_mask; in get_consumer_caps()
348 producer_caps &= cpu_runtime_caps.caps_mask; in get_producer_caps()