Searched refs:REGION_NOTEMPTY (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/
H A Dvmwgfx_saa.c240 if (!spix->damage || !REGION_NOTEMPTY(vsaa->pScreen, &spix->dirty_hw) ||
256 if (!REGION_NOTEMPTY(vsaa->pScreen, &intersection))
356 if (!REGION_NOTEMPTY(vsaa->pScreen, &spix->dirty_hw))
753 *has_dirty_hw = REGION_NOTEMPTY(vsaa->pScreen,
755 *has_valid_hw = !REGION_NOTEMPTY(vsaa->pScreen,
763 *has_dirty_hw = REGION_NOTEMPTY(vsaa->pScreen, &intersection);
766 *has_valid_hw = !REGION_NOTEMPTY(vsaa->pScreen, &intersection);
875 if (spix->damage && REGION_NOTEMPTY(vsaa->pScreen, &intersection)) {
888 if (REGION_NOTEMPTY(vsaa->pScreen, upload)) {
1344 REGION_NOTEMPTY(vsa
[all...]
H A Dvmwgfx_driver.c703 if (!REGION_NOTEMPTY(pScreen, dirty))
776 REGION_NOTEMPTY(pscreen, vpix->pending_update)) {
H A Dvmwgfx_output.c580 overlap = REGION_NOTEMPTY(vsaa->pScreen, &result);
/xsrc/external/mit/xf86-video-intel-2014/dist/src/
H A Dcompat-api.h167 #define RegionNotEmpty(r) REGION_NOTEMPTY(NULL, r)
/xsrc/external/mit/xorg-server/dist/include/
H A Dregionstr.h373 #define REGION_NOTEMPTY(pScreen, r) RegionNotEmpty(r) macro
/xsrc/external/mit/xorg-server.old/dist/include/
H A Dregionstr.h371 #define REGION_NOTEMPTY(pScreen, r) RegionNotEmpty(r) macro
/xsrc/external/mit/xf86-video-qxl/dist/src/uxa/
H A Duxa-damage.c83 REGION_NOTEMPTY(d->pScreen, \
94 #define checkPictureDamage(p) (REGION_NOTEMPTY(pScreen, p->pCompositeClip))
109 if (!REGION_NOTEMPTY(pScreen, pRegion))
/xsrc/external/mit/xf86-video-intel/dist/src/
H A Dcompat-api.h184 #define RegionNotEmpty(r) REGION_NOTEMPTY(NULL, r)
/xsrc/external/mit/xf86-video-vmware/dist/saa/
H A Dsaa.c142 if (read_reg && REGION_NOTEMPTY(pScreen, read_reg))

Completed in 13 milliseconds