Searched refs:cpu_runtime_caps (Results 1 – 4 of 4) sorted by relevance
33 mali_gralloc_format_caps cpu_runtime_caps; variable56 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()
22 extern mali_gralloc_format_caps cpu_runtime_caps;
38 static mali_gralloc_format_caps cpu_runtime_caps; variable162 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()
274 consumer_caps &= cpu_runtime_caps.caps_mask; in get_consumer_caps()342 producer_caps &= cpu_runtime_caps.caps_mask; in get_producer_caps()