Home
last modified time | relevance | path

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

/hardware/google/gchips/gralloc4/src/capabilities/src/
Dgralloc_capabilities.cpp33 mali_gralloc_format_caps cpu_runtime_caps; variable
56 cpu_runtime_caps.caps_mask |= MALI_GRALLOC_FORMAT_CAPABILITY_OPTIONS_PRESENT; in get_ip_capabilities()
57 cpu_runtime_caps.caps_mask |= MALI_GRALLOC_FORMAT_CAPABILITY_PIXFMT_RGBA1010102; in get_ip_capabilities()
58 cpu_runtime_caps.caps_mask |= MALI_GRALLOC_FORMAT_CAPABILITY_PIXFMT_RGBA16161616; in get_ip_capabilities()
/hardware/google/gchips/gralloc4/src/capabilities/
Dgralloc_capabilities.h22 extern mali_gralloc_format_caps cpu_runtime_caps;
/hardware/google/gchips/gralloc3/src/
Dmali_gralloc_formats.cpp38 static mali_gralloc_format_caps cpu_runtime_caps; variable
162 memset((void *)&cpu_runtime_caps, 0, sizeof(cpu_runtime_caps)); in get_ip_capabilities()
170 cpu_runtime_caps.caps_mask |= MALI_GRALLOC_FORMAT_CAPABILITY_OPTIONS_PRESENT; in get_ip_capabilities()
171 cpu_runtime_caps.caps_mask |= MALI_GRALLOC_FORMAT_CAPABILITY_PIXFMT_RGBA1010102; in get_ip_capabilities()
172 cpu_runtime_caps.caps_mask |= MALI_GRALLOC_FORMAT_CAPABILITY_PIXFMT_RGBA16161616; in get_ip_capabilities()
302 cpu_runtime_caps.caps_mask & MALI_GRALLOC_FORMAT_CAPABILITY_OPTIONS_PRESENT) in get_consumers()
412 cpu_runtime_caps.caps_mask & MALI_GRALLOC_FORMAT_CAPABILITY_OPTIONS_PRESENT) in get_producers()
474 consumer_caps &= cpu_runtime_caps.caps_mask; in get_consumer_caps()
523 producer_caps &= cpu_runtime_caps.caps_mask; in get_producer_caps()
/hardware/google/gchips/gralloc4/src/core/
Dmali_gralloc_formats.cpp274 consumer_caps &= cpu_runtime_caps.caps_mask; in get_consumer_caps()
342 producer_caps &= cpu_runtime_caps.caps_mask; in get_producer_caps()