Home
last modified time | relevance | path

Searched refs:exa_pixmap_priv (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/xorg/
Dxorg_composite.h16 struct exa_pixmap_priv *pSrc,
17 struct exa_pixmap_priv *pMask,
18 struct exa_pixmap_priv *pDst);
21 struct exa_pixmap_priv *dst,
26 struct exa_pixmap_priv *pixmap,
29 struct exa_pixmap_priv *pixmap,
Dxorg_exa.h38 struct exa_pixmap_priv *src;
39 struct exa_pixmap_priv *dst;
44 struct exa_pixmap_priv struct
70 xorg_gpu_surface(struct pipe_context *pipe, struct exa_pixmap_priv *priv); argument
Dxorg_exa.c202 struct exa_pixmap_priv *priv = exaGetPixmapDriverPrivate(pPix); in ExaDownloadFromScreen()
234 struct exa_pixmap_priv *priv = exaGetPixmapDriverPrivate(pPix); in ExaUploadToScreen()
265 struct exa_pixmap_priv *priv; in ExaPrepareAccess()
317 struct exa_pixmap_priv *priv; in ExaFinishAccess()
348 struct exa_pixmap_priv *priv = exaGetPixmapDriverPrivate(pPixmap); in ExaPrepareSolid()
383 struct exa_pixmap_priv *priv = exaGetPixmapDriverPrivate(pPixmap); in ExaSolid()
407 struct exa_pixmap_priv *priv = exaGetPixmapDriverPrivate(pPixmap); in ExaDoneSolid()
429 struct exa_pixmap_priv *priv = exaGetPixmapDriverPrivate(pDstPixmap); in ExaPrepareCopy()
430 struct exa_pixmap_priv *src_priv = exaGetPixmapDriverPrivate(pSrcPixmap); in ExaPrepareCopy()
490 struct exa_pixmap_priv *tmp_priv; in ExaCopy()
[all …]
Dxorg_composite.c233 picture_format_fixups(struct exa_pixmap_priv *pSrc, PicturePtr pSrcPicture, boolean mask, in picture_format_fixups()
297 struct exa_pixmap_priv *pSrc, struct exa_pixmap_priv *pMask) in bind_shaders()
354 struct exa_pixmap_priv *pSrc, in bind_samplers()
355 struct exa_pixmap_priv *pMask, in bind_samplers()
356 struct exa_pixmap_priv *pDst) in bind_samplers()
474 struct exa_pixmap_priv *pSrc, in xorg_composite_bind_state()
475 struct exa_pixmap_priv *pMask, in xorg_composite_bind_state()
476 struct exa_pixmap_priv *pDst) in xorg_composite_bind_state()
504 struct exa_pixmap_priv *dst, in xorg_composite()
531 struct exa_pixmap_priv *pixmap, in xorg_solid_bind_state()
[all …]
Dxorg_renderer.h8 struct exa_pixmap_priv;
47 struct exa_pixmap_priv *priv);
49 struct exa_pixmap_priv *dst);
Dxorg_dri2.c69 struct exa_pixmap_priv *exa_priv; in dri2_do_create_buffer()
189 struct exa_pixmap_priv *exa_priv = exaGetPixmapDriverPrivate(private->pPixmap); in dri2_do_destroy_buffer()
Dxorg_xv.c503 struct exa_pixmap_priv *dst; in display_video()