Searched refs:front_rendering_usage (Results 1 – 9 of 9) sorted by relevance
78 uint32_t front_rendering_usage = 0; in cros_get_front_rendering_usage() local83 &front_rendering_usage) == 0) { in cros_get_front_rendering_usage()84 *out_usage = front_rendering_usage; in cros_get_front_rendering_usage()
256 dri2_surf->gralloc_usage |= dri2_dpy->front_rendering_usage; in droid_set_shared_buffer_mode()258 dri2_surf->gralloc_usage &= ~dri2_dpy->front_rendering_usage; in droid_set_shared_buffer_mode()346 dri2_surf->gralloc_usage |= dri2_dpy->front_rendering_usage; in droid_create_surface()1263 dri2_dpy->front_rendering_usage = 0; in dri2_initialize_android()1293 uint64_t front_rendering_usage = 0; in dri2_initialize_android() local1295 &front_rendering_usage)) { in dri2_initialize_android()1296 dri2_dpy->front_rendering_usage = front_rendering_usage; in dri2_initialize_android()
310 uint32_t front_rendering_usage; member
640 uint64_t front_rendering_usage = 0; in anv_GetSwapchainGrallocUsage2ANDROID() local641 u_gralloc_get_front_rendering_usage(device->u_gralloc, &front_rendering_usage); in anv_GetSwapchainGrallocUsage2ANDROID()642 *grallocProducerUsage |= front_rendering_usage; in anv_GetSwapchainGrallocUsage2ANDROID()
1126 uint64_t front_rendering_usage = 0; in get_properties() local1129 u_gralloc_get_front_rendering_usage(gralloc, &front_rendering_usage); in get_properties()1765 props->sharedImage = front_rendering_usage ? VK_TRUE : VK_FALSE; in get_properties()
32 uint64_t front_rendering_usage; member75 &_vn_android_gralloc.front_rendering_usage); in vn_android_gralloc_shared_present_usage_init_once()78 assert(_vn_android_gralloc.front_rendering_usage); in vn_android_gralloc_shared_present_usage_init_once()86 return _vn_android_gralloc.front_rendering_usage; in vn_android_gralloc_get_shared_present_usage()
199 uint64_t front_rendering_usage = 0; in vk_common_GetSwapchainGrallocUsage2ANDROID() local201 &front_rendering_usage); in vk_common_GetSwapchainGrallocUsage2ANDROID()202 *grallocProducerUsage |= front_rendering_usage; in vk_common_GetSwapchainGrallocUsage2ANDROID()
884 uint64_t front_rendering_usage = 0; in get_device_properties() local887 u_gralloc_get_front_rendering_usage(gralloc, &front_rendering_usage); in get_device_properties()890 VkBool32 shared_image = front_rendering_usage ? VK_TRUE : VK_FALSE; in get_device_properties()
5990 - venus: cache front_rendering_usage bit at gralloc init