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

/xsrc/external/mit/xf86-video-geode/dist/src/
H A Dgx_accel.c115 static GBltBox gc2s; variable in typeref:typename:GBltBox
830 gc2s.x = x;
831 gc2s.y = y;
832 gc2s.w = w;
833 gc2s.h = h;
837 unsigned int size = (gc2s.w << 16) | 1;
875 gfx2_mono_expand_blt(offset, 0, 0, CALC_FBOFFSET(gc2s.x, gc2s.y),
876 gc2s.w, 1, 0);
877 ++gc2s
[all...]

Completed in 3 milliseconds