| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/ |
| H A D | pan_resource.h | 66 /* Set if this bo was imported rather than allocated */ 67 bool imported; member in struct:panfrost_bo
|
| H A D | pan_resource.c | 339 !bo->imported) { 360 if (bo->imported) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/svga/drm/ |
| H A D | 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/winsys/svga/drm/ |
| H A D | 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/ |
| H A D | iris_bufmgr.h | 247 /** Was this buffer imported from an external client? */ 248 bool imported; member in struct:iris_bo::__anonc08a4439010a::__anonc08a44390208 384 * Is this buffer shared with external clients (imported or exported)? 390 return bo->real.exported || bo->real.imported; 397 return bo->real.imported;
|
| H A D | iris_bufmgr.c | 1209 bo->real.imported = true; 1801 bo->real.imported = true;
|
| H A D | 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 723 iris_resource_configure_aux(struct iris_screen * screen,struct iris_resource * res,bool imported) argument
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 18.0.3.rst | 41 - radv/winsys: fix leaking resources from bo's imported by fd
|
| H A D | 20.2.3.rst | 35 - iris: glClear with FBO imported from DMA-BUF doesn't work 159 - mesa/st: call memobj_destroy only if there is memory imported
|
| H A D | 20.0.7.rst | 54 - winsys/amdgpu: Retrieve WC flags from imported buffers.
|
| H A D | 20.1.2.rst | 102 - ac/surface: don't recompute the DCC retile map for imported textures
|
| H A D | 21.1.7.rst | 130 - etnaviv: always try to create KMS side handles for imported resources
|
| H A D | 12.0.4.rst | 34 or directory" if buffer imported with EGL_NATIVE_PIXMAP_KHR 201 - winsys/amdgpu: fix radeon_surf::macro_tile_index for imported
|
| H A D | 17.3.4.rst | 170 - i965: Set tiling on BOs imported with modifiers 207 - radeonsi: don't ignore pitch for imported textures
|
| H A D | 7.10.2.rst | 126 - linker: Add imported functions to the linked IR
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/ |
| H A D | 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
|
| H A D | svga_surface.c | 362 if (tex->imported) { 363 /* imported resource (a window) */
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/ |
| H A D | 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
|
| H A D | 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
|
| H A D | svga_surface.c | 346 if (tex->imported) { 347 /* imported resource (a window) */
|
| /xsrc/external/mit/MesaLib.old/dist/src/glx/ |
| H A D | glxclient.h | 305 GLboolean imported; member in struct:glx_context
|
| H A D | glxcmds.c | 415 gc->imported = GL_FALSE; 513 if (!gc->imported) 1532 ctx->imported = GL_TRUE;
|
| /xsrc/external/mit/MesaLib/dist/src/glx/ |
| H A D | glxclient.h | 300 GLboolean imported; member in struct:glx_context
|
| H A D | glxcmds.c | 419 gc->imported = GL_FALSE; 504 if (!gc->imported) 1519 ctx->imported = GL_TRUE;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/ |
| H A D | crocus_resource.c | 422 struct crocus_resource *res, bool imported, 499 if (imported) 421 crocus_resource_configure_aux(struct crocus_screen * screen,struct crocus_resource * res,bool imported,uint64_t * aux_size_B,uint32_t * alloc_flags) argument
|