Searched refs:imported (Results 1 - 25 of 120) sorted by relevance

12345

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/
H A Dpan_resource.h66 /* Set if this bo was imported rather than allocated */
67 bool imported; member in struct:panfrost_bo
H A Dpan_resource.c339 !bo->imported) {
360 if (bo->imported) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/svga/drm/
H A Dvmw_fence.c64 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 Dvmw_fence.c64 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 Diris_bufmgr.h247 /** 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 Diris_bufmgr.c1209 bo->real.imported = true;
1801 bo->real.imported = true;
H A Diris_resource.c724 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 D18.0.3.rst41 - radv/winsys: fix leaking resources from bo's imported by fd
H A D20.2.3.rst35 - 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 D20.0.7.rst54 - winsys/amdgpu: Retrieve WC flags from imported buffers.
H A D20.1.2.rst102 - ac/surface: don't recompute the DCC retile map for imported textures
H A D21.1.7.rst130 - etnaviv: always try to create KMS side handles for imported resources
H A D12.0.4.rst34 or directory" if buffer imported with EGL_NATIVE_PIXMAP_KHR
201 - winsys/amdgpu: fix radeon_surf::macro_tile_index for imported
H A D17.3.4.rst170 - i965: Set tiling on BOs imported with modifiers
207 - radeonsi: don't ignore pitch for imported textures
H A D7.10.2.rst126 - linker: Add imported functions to the linked IR
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_resource_texture.h88 * Whether the host side surface is imported and not created by this
91 boolean imported; member in struct:svga_texture
H A Dsvga_surface.c362 if (tex->imported) {
363 /* imported resource (a window) */
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_resource_texture.h84 * Whether the host side surface is imported and not created by this
87 boolean imported; member in struct:svga_texture
H A Dsvga_resource_texture.c355 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 Dsvga_surface.c346 if (tex->imported) {
347 /* imported resource (a window) */
/xsrc/external/mit/MesaLib.old/dist/src/glx/
H A Dglxclient.h305 GLboolean imported; member in struct:glx_context
H A Dglxcmds.c415 gc->imported = GL_FALSE;
513 if (!gc->imported)
1532 ctx->imported = GL_TRUE;
/xsrc/external/mit/MesaLib/dist/src/glx/
H A Dglxclient.h300 GLboolean imported; member in struct:glx_context
H A Dglxcmds.c419 gc->imported = GL_FALSE;
504 if (!gc->imported)
1519 ctx->imported = GL_TRUE;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_resource.c422 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

Completed in 35 milliseconds

12345