Home
last modified time | relevance | path

Searched refs:needs_unref (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/winsys/svga/drm/
Dvmw_screen_ioctl.c352 boolean *needs_unref) in vmw_ioctl_surface_req() argument
359 *needs_unref = FALSE; in vmw_ioctl_surface_req()
374 *needs_unref = TRUE; in vmw_ioctl_surface_req()
378 *needs_unref = FALSE; in vmw_ioctl_surface_req()
416 boolean needs_unref = FALSE; in vmw_ioctl_gb_surface_ref() local
430 ret = vmw_ioctl_surface_req(vws, whandle, req, &needs_unref); in vmw_ioctl_gb_surface_ref()
458 ret = vmw_ioctl_surface_req(vws, whandle, req, &needs_unref); in vmw_ioctl_gb_surface_ref()
483 if (needs_unref) in vmw_ioctl_gb_surface_ref()
488 if (needs_unref) in vmw_ioctl_gb_surface_ref()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_resource.c1616 bool needs_unref = true; in zink_resource_object_init_storage() local
1619 needs_unref = false; in zink_resource_object_init_storage()
1630 if (needs_unref) in zink_resource_object_init_storage()