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

  /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
pan_resource.c 339 !bo->imported) {
360 if (bo->imported) {
  /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/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/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;
iris_bufmgr.c 1209 bo->real.imported = true;
1801 bo->real.imported = true;
iris_resource.c 724 struct iris_resource *res, bool imported)
833 if (imported) {
2219 * may not be able to mmap imported BOs since they may come from
  /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
svga_resource_texture.c 355 if (!svga->swc->force_coherent || tex->imported) {
773 if (!svga->swc->force_coherent || tex->imported) {
1192 tex->imported = TRUE;
1470 * or not. However, for textures backed by imported svga surfaces that is
svga_surface.c 346 if (tex->imported) {
347 /* imported resource (a window) */
  /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
svga_surface.c 362 if (tex->imported) {
363 /* imported resource (a window) */
svga_resource_texture.c 1247 tex->imported = TRUE;
1543 * or not. However, for textures backed by imported svga surfaces that is
  /xsrc/external/mit/xcb-proto/dist/xcbgen/
state.py 135 # Keeps track of what's been imported so far.
xtypes.py 69 there must be a dictionary containing them declared when this module is imported!
  /xsrc/external/mit/MesaLib/dist/src/glx/
glxclient.h 300 GLboolean imported; member in struct:glx_context
glxcmds.c 419 gc->imported = GL_FALSE;
504 if (!gc->imported)
1519 ctx->imported = GL_TRUE;
  /xsrc/external/mit/MesaLib.old/dist/src/glx/
glxclient.h 305 GLboolean imported; member in struct:glx_context
glxcmds.c 415 gc->imported = GL_FALSE;
513 if (!gc->imported)
1532 ctx->imported = GL_TRUE;
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
crocus_resource.c 422 struct crocus_resource *res, bool imported,
499 if (imported)

Completed in 106 milliseconds