Searched refs:get_surface (Results 1 - 7 of 7) sorted by relevance
| /xsrc/external/mit/xf86-video-qxl/dist/src/ |
| H A D | qxl_uxa.c | 49 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 D | qxl_surface_ums.c | 209 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 D | qxl.h | 527 static inline qxl_surface_t *get_surface (PixmapPtr pixmap) function in typeref:typename:qxl_surface_t *
|
| H A D | qxl_driver.c | 577 if ((surf = get_surface (root))) 638 if ((surf = get_surface (pPixmap)))
|
| H A D | qxl_kms.c | 228 if ((surf = get_surface (pPixmap)))
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/ |
| H A D | anv_image.c | 129 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 D | 20.1.0.rst | 1037 - anv: Drop anv_image.c:get_surface()
|
Completed in 16 milliseconds