Searched refs:saa_pixmap (Results 1 - 13 of 13) sorted by relevance

/xsrc/external/mit/xf86-video-vmware/dist/saa/
H A DMakefile.am9 saa_pixmap.c \
H A Dsaa_pixmap.c37 struct saa_pixmap *spix;
58 spix = saa_pixmap(pPixmap);
123 struct saa_pixmap *spix = saa_pixmap(pPixmap);
154 struct saa_pixmap *spix;
163 spix = saa_pixmap(pPixmap);
186 struct saa_pixmap *
189 return saa_pixmap(pPixmap);
195 struct saa_pixmap *spix = saa_pixmap(pixma
[all...]
H A Dsaa_priv.h167 static inline struct saa_pixmap *
168 saa_pixmap(PixmapPtr pix) function in typeref:struct:saa_pixmap *
170 return (struct saa_pixmap *)dixGetPrivateAddr(&pix->devPrivates,
193 static inline struct saa_pixmap *
194 saa_pixmap(PixmapPtr pix) function in typeref:struct:saa_pixmap *
196 return (struct saa_pixmap *)dixLookupPrivateAddr(&pix->devPrivates,
268 saa_pix_damage_pending(struct saa_pixmap *spix)
H A Dsaa.c113 struct saa_pixmap *spix = saa_pixmap(pix);
138 struct saa_pixmap *spix = saa_pixmap(pix);
173 struct saa_pixmap *spix = saa_pixmap(pix);
209 struct saa_pixmap *spix = saa_get_saa_pixmap(pixmap);
226 * saa_pixmap damage pointer. This is extra protection. Typically
234 struct saa_pixmap *spix = saa_get_saa_pixmap(pixmap);
244 struct saa_pixmap *spi
[all...]
H A Dsaa_accel.c46 struct saa_pixmap *src_spix, *dst_spix;
61 src_spix = saa_pixmap(pSrcPixmap);
62 dst_spix = saa_pixmap(pDstPixmap);
H A Dsaa_render.c238 if (saa_pixmap(dst_pix)->auth_loc != saa_loc_driver)
243 if (saa_pixmap(mask_pix)->auth_loc != saa_loc_driver)
248 if (saa_pixmap(src_pix)->auth_loc != saa_loc_driver)
320 struct saa_pixmap *dst_spix = saa_pixmap(dst_pix);
321 struct saa_pixmap *src_spix =
322 saa_pixmap(saa_get_drawable_pixmap(pSrc->pDrawable));
H A DMakefile.in103 am__libsaa_la_SOURCES_DIST = saa.c saa_pixmap.c saa_unaccel.c \
106 @BUILD_VMWGFX_TRUE@ libsaa_la-saa_pixmap.lo \
136 ./$(DEPDIR)/libsaa_la-saa_pixmap.Plo \
344 @BUILD_VMWGFX_TRUE@ saa_pixmap.c \
407 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsaa_la-saa_pixmap.Plo@am__quote@ # am--include-marker
445 libsaa_la-saa_pixmap.lo: saa_pixmap.c
446 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsaa_la_CFLAGS) $(CFLAGS) -MT libsaa_la-saa_pixmap.lo -MD -MP -MF $(DEPDIR)/libsaa_la-saa_pixmap.Tpo -c -o libsaa_la-saa_pixmap
[all...]
H A Dsaa.h66 struct saa_pixmap { struct
101 Bool(*create_pixmap) (struct saa_driver * driver, struct saa_pixmap * spix,
190 struct saa_pixmap *saa_get_saa_pixmap(PixmapPtr pPixmap);
H A Dsaa_unaccel.c411 struct saa_pixmap *spix;
618 struct saa_pixmap *spix;
844 struct saa_pixmap *dst_spix;
/xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/
H A Dvmwgfx_saa.h43 struct saa_pixmap base;
73 to_vmwgfx_saa_pixmap(struct saa_pixmap *spix)
H A Dvmwgfx_saa_priv.h77 struct saa_pixmap *spix);
H A Dvmwgfx_saa.c44 struct saa_pixmap *spix = saa_get_saa_pixmap(pixmap);
74 struct saa_pixmap *spix = saa_get_saa_pixmap(pixmap);
236 struct saa_pixmap *spix = saa_get_saa_pixmap(pixmap);
348 struct saa_pixmap *spix = saa_get_saa_pixmap(pixmap);
437 vmwgfx_create_pixmap(struct saa_driver *driver, struct saa_pixmap *spix,
454 struct saa_pixmap *spix)
496 struct saa_pixmap *spix = &vpix->base;
558 struct saa_pixmap *spix = saa_get_saa_pixmap(pixmap);
861 struct saa_pixmap *spix = saa_get_saa_pixmap(pixmap);
1272 struct saa_pixmap *spi
[all...]
H A Dvmwgfx_xa_surface.c342 struct saa_pixmap *spix = saa_get_saa_pixmap(pixmap);

Completed in 13 milliseconds