Searched refs:get_surface (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/xf86-video-qxl/dist/src/
H A Dqxl_uxa.c49 return qxl_surface_prepare_access (get_surface (pixmap),
56 qxl_surface_finish_access (get_surface (pixmap), pixmap);
62 return !!get_surface (pixmap);
94 if (!(surface = get_surface (pixmap)))
103 qxl_surface_solid (get_surface (pixmap), x1, y1, x2, y2);
135 return qxl_surface_prepare_copy (get_surface (dest), get_surface (source));
144 qxl_surface_copy (get_surface (dest),
365 get_surface (pSrc),
366 pMask? get_surface (pMas
[all...]
H A Dqxl_surface_ums.c209 if (! (get_surface (pixmap) == s) )
212 s, pixmap, pixmap, get_surface (pixmap));
590 assert (get_surface (pixmap) == surface);
787 assert (get_surface (evacuated->pixmap) == s);
H A Dqxl.h527 static inline qxl_surface_t *get_surface (PixmapPtr pixmap) function in typeref:typename:qxl_surface_t *
H A Dqxl_driver.c577 if ((surf = get_surface (root)))
638 if ((surf = get_surface (pPixmap)))
H A Dqxl_kms.c228 if ((surf = get_surface (pPixmap)))
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Danv_image.c129 get_surface(struct anv_image *image, VkImageAspectFlagBits aspect) function in typeref:struct:anv_surface *
966 surface = get_surface(image, subresource->aspectMask);
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.1.0.rst1037 - anv: Drop anv_image.c:get_surface()

Completed in 16 milliseconds