Home
last modified time | relevance | path

Searched refs:shareable (Results 1 - 10 of 10) sorted by relevance

/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_renderer_vtest.c677 const bool shareable = bo->blob_flags & VCMD_BLOB_FLAG_SHAREABLE; in vtest_bo_map() local
694 if (!shareable) { in vtest_bo_map()
709 const bool shareable = bo->blob_flags & VCMD_BLOB_FLAG_SHAREABLE; in vtest_bo_export_dma_buf() local
710 return shareable ? os_dupfd_cloexec(bo->res_fd) : -1; in vtest_bo_export_dma_buf()
H A Dvn_renderer_virtgpu.c1074 /* we will have a sync_id when shareable is true and virtio-gpu associates in virtgpu_sync_create()
1125 const bool shareable = bo->blob_flags & VIRTGPU_BLOB_FLAG_USE_SHAREABLE; in virtgpu_bo_export_dma_buf() local
1127 return shareable in virtgpu_bo_export_dma_buf()
/third_party/libdrm/include/drm/
H A Dvmwgfx_drm.h173 * @shareable: Boolean whether other clients (as identified by file descriptors)
187 __s32 shareable; member
898 * @drm_vmw_surface_flag_shareable: Whether the surface is shareable
/third_party/python/Modules/
H A D_xxsubinterpretersmodule.c124 _get_shared_ns(PyObject *shareable) in _get_shared_ns() argument
126 if (shareable == NULL || shareable == Py_None) { in _get_shared_ns()
129 Py_ssize_t len = PyDict_Size(shareable); in _get_shared_ns()
141 if (PyDict_Next(shareable, &pos, &key, &value) == 0) { in _get_shared_ns()
/third_party/mesa3d/src/gallium/winsys/svga/drm/
H A Dvmwgfx_drm.h197 * @shareable: Boolean whether other clients (as identified by file descriptors)
211 __s32 shareable; member
905 * @drm_vmw_surface_flag_shareable: Whether the surface is shareable
H A Dvmw_screen_ioctl.c162 req->shareable = !!(usage & SVGA_SURFACE_USAGE_SHARED); in vmw_ioctl_surface_create()
/third_party/python/Lib/test/
H A Dtest_interpreters.py479 shareable = interpreters.is_shareable(obj)
480 self.assertTrue(shareable)
490 """A subclass of a shareable type."""
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_image.c239 if (image->shareable && image->vk.tiling != VK_IMAGE_TILING_DRM_FORMAT_MODIFIER_EXT) in radv_use_dcc_for_image_early()
370 return (image->info.levels == 1 || use_htile_for_mips) && !image->shareable; in radv_use_htile_for_image()
1875 image->shareable = external_info; in radv_image_create()
1876 if (!vk_format_is_depth_or_stencil(format) && !image->shareable && in radv_image_create()
H A Dradv_private.h2373 bool shareable;
H A Dradv_device.c5796 image->shareable && image->vk.tiling != VK_IMAGE_TILING_LINEAR; in radv_GetImageMemoryRequirements2()

Completed in 33 milliseconds