Searched refs:bo_runtime_caps (Results 1 – 3 of 3) sorted by relevance
38 mali_gralloc_format_caps bo_runtime_caps; variable100 bo_runtime_caps.caps_mask |= MALI_GRALLOC_FORMAT_CAPABILITY_OPTIONS_PRESENT; in get_ip_capabilities()101 bo_runtime_caps.caps_mask |= MALI_GRALLOC_FORMAT_CAPABILITY_AFBC_BASIC; in get_ip_capabilities()102 bo_runtime_caps.caps_mask |= MALI_GRALLOC_FORMAT_CAPABILITY_AFBC_YUV_WRITE; in get_ip_capabilities()129 bo_runtime_caps.caps_mask &= ~MALI_GRALLOC_FORMAT_CAPABILITY_AFBCENABLE_MASK; in get_ip_capabilities()143 MALI_GRALLOC_LOGV("BO format capabilities 0x%" PRIx64, bo_runtime_caps.caps_mask); in get_ip_capabilities()
27 extern mali_gralloc_format_caps bo_runtime_caps;
302 if (bo_runtime_caps.caps_mask & MALI_GRALLOC_FORMAT_CAPABILITY_OPTIONS_PRESENT) in get_consumer_caps()303 consumer_caps &= bo_runtime_caps.caps_mask; in get_consumer_caps()381 if (bo_runtime_caps.caps_mask & MALI_GRALLOC_FORMAT_CAPABILITY_OPTIONS_PRESENT) in get_producer_caps()382 producer_caps &= bo_runtime_caps.caps_mask; in get_producer_caps()