HomeSort by: relevance | last modified time | path
    Searched defs:imported (Results 1 - 8 of 8) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/winsys/svga/drm/
vmw_fence.c 64 boolean imported; /* TRUE if imported from another process */ member in struct:vmw_fence
208 fence->imported = true;
263 if (!vfence->imported) {
360 if (vfence->imported) {
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/
pan_resource.h 66 /* Set if this bo was imported rather than allocated */
67 bool imported; member in struct:panfrost_bo
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/svga/drm/
vmw_fence.c 64 boolean imported; /* TRUE if imported from another process */ member in struct:vmw_fence
208 fence->imported = true;
263 if (!vfence->imported) {
360 if (vfence->imported) {
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
svga_resource_texture.h 84 * Whether the host side surface is imported and not created by this
87 boolean imported; member in struct:svga_texture
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
svga_resource_texture.h 88 * Whether the host side surface is imported and not created by this
91 boolean imported; member in struct:svga_texture
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
iris_bufmgr.h 247 /** Was this buffer imported from an external client? */
248 bool imported; member in struct:iris_bo::__anon1223::__anon1224
384 * Is this buffer shared with external clients (imported or exported)?
390 return bo->real.exported || bo->real.imported;
397 return bo->real.imported;
  /xsrc/external/mit/MesaLib/dist/src/glx/
glxclient.h 300 GLboolean imported; member in struct:glx_context
  /xsrc/external/mit/MesaLib.old/dist/src/glx/
glxclient.h 305 GLboolean imported; member in struct:glx_context

Completed in 11 milliseconds