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

12

/xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/
H A Dvmwgfx_drm.h147 * @shareable: Boolean whether other clients (as identified by file descriptors)
161 int32_t shareable; member in struct:drm_vmw_surface_create_req
/xsrc/external/mit/libdrm/dist/include/drm/
H A Dvmwgfx_drm.h173 * @shareable: Boolean whether other clients (as identified by file descriptors)
187 __s32 shareable; member in struct:drm_vmw_surface_create_req
898 * @drm_vmw_surface_flag_shareable: Whether the surface is shareable
/xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/svga/drm/
H A Dvmwgfx_drm.h181 * @shareable: Boolean whether other clients (as identified by file descriptors)
195 __s32 shareable; member in struct:drm_vmw_surface_create_req
889 * @drm_vmw_surface_flag_shareable: Whether the surface is shareable
H A Dvmw_screen_ioctl.c162 req->shareable = !!(usage & SVGA_SURFACE_USAGE_SHARED);
/xsrc/external/mit/MesaLib/dist/src/gallium/winsys/svga/drm/
H A Dvmwgfx_drm.h189 * @shareable: Boolean whether other clients (as identified by file descriptors)
203 __s32 shareable; member in struct:drm_vmw_surface_create_req
897 * @drm_vmw_surface_flag_shareable: Whether the surface is shareable
H A Dvmw_screen_ioctl.c162 req->shareable = !!(usage & SVGA_SURFACE_USAGE_SHARED);
/xsrc/external/mit/MesaLib/dist/src/virtio/vulkan/
H A Dvn_renderer_vtest.c673 const bool shareable = bo->blob_flags & VCMD_BLOB_FLAG_SHAREABLE; local in function:vtest_bo_map
690 if (!shareable) {
705 const bool shareable = bo->blob_flags & VCMD_BLOB_FLAG_SHAREABLE; local in function:vtest_bo_export_dma_buf
706 return shareable ? os_dupfd_cloexec(bo->res_fd) : -1;
H A Dvn_renderer_virtgpu.c1046 /* we will have a sync_id when shareable is true and virtio-gpu associates
1097 const bool shareable = bo->blob_flags & VIRTGPU_BLOB_FLAG_USE_SHAREABLE; local in function:virtgpu_bo_export_dma_buf
1099 return shareable
/xsrc/external/mit/freetype/dist/
H A Dvms_make.com20 $! * DEBUG - Compile modules with /noopt/debug and link shareable image
111 $! Alpha gets a shareable image
1217 $! information to build a symbol vector for a shareable image
1224 $! 0.01 20040006 Skip over shareable images in option file
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D12.0.6.rst49 - i965/mt: Disable aux surfaces after making miptree shareable
H A D13.0.3.rst46 - i965/mt: Disable aux surfaces after making miptree shareable
H A D18.2.7.rst61 - radv/android: Mark android WSI image as shareable.
H A D19.0.0.rst359 - radv/android: Mark android WSI image as shareable.
361 - radv: Check for shareable images in central place.
/xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/
H A Dpanvk_image.c115 image->shareable = true;
H A Dpanvk_private.h902 bool shareable; member in struct:panvk_image
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
H A Dtu_image.c171 image->shareable =
H A Dtu_private.h1221 bool shareable; member in struct:tu_image
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_image.c139 /* FIXME: DCC is broken for shareable images starting with GFX9 */
141 image->shareable)
786 assert(!out->tile_swizzle || !image->shareable);
1029 image->shareable = vk_find_struct_const(pCreateInfo->pNext,
1031 if (!vk_format_is_depth_or_stencil(pCreateInfo->format) && !create_info->scanout && !image->shareable) {
H A Dradv_private.h839 bool shareable; member in struct:radv_buffer
1523 bool shareable; member in struct:radv_image
H A Dradv_device.c3423 req->requiresDedicatedAllocation = buffer->shareable;
3462 req->requiresDedicatedAllocation = image->shareable;
4121 buffer->shareable = vk_find_struct_const(pCreateInfo->pNext,
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_image.c243 if (image->shareable && image->tiling != VK_IMAGE_TILING_DRM_FORMAT_MODIFIER_EXT)
371 return (image->info.levels == 1 || use_htile_for_mips) && !image->shareable;
1756 image->shareable = external_info;
1757 if (!vk_format_is_depth_or_stencil(format) && !image->shareable &&
H A Dradv_private.h970 bool shareable; member in struct:radv_buffer
1963 bool shareable; member in struct:radv_image
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dtu_image.c575 image->shareable = external_info != NULL;
H A Dtu_private.h1419 bool shareable; member in struct:tu_image
H A Dtu_device.c2053 req->requiresDedicatedAllocation = image->shareable;

Completed in 78 milliseconds

12