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

/xsrc/external/mit/xf86-video-geode/dist/src/
H A Dgx_accel.c145 static const int SDfn[16] = { variable in typeref:typename:const int[16]
237 gfx_set_raster_operation(planemask == ~0U ? SDfn[rop] : SDfn_PM[rop]);
240 unsigned int ROP = BPP | (planemask == ~0U ? SDfn[rop] : SDfn_PM[rop]);
515 gfx_set_raster_operation(planemask == ~0U ? SDfn[rop] : SDfn_PM[rop]);
521 unsigned int ROP = BPP | (planemask == ~0U ? SDfn[rop] : SDfn_PM[rop]);
648 gfx_set_raster_operation(planemask == ~0U ? SDfn[rop] : SDfn_PM[rop]);
784 gfx_set_raster_operation(planemask == ~0U ? SDfn[rop] : SDfn_PM[rop]);
790 unsigned int ROP = BPP | (planemask == ~0U ? SDfn[rop] : SDfn_PM[rop]);
964 gfx_set_raster_operation(planemask == ~0U ? SDfn[rop] : SDfn_PM[rop]);
970 unsigned int ROP = BPP | (planemask == ~0U ? SDfn[ro
[all...]
H A Dlx_exa.c115 static const int SDfn[16] = { variable in typeref:typename:const int[16]
304 int op = (planemask == ~0U) ? SDfn[alu] : SDfn_PM[alu];
339 int op = (planemask == ~0U) ? SDfn[alu] : SDfn_PM[alu];

Completed in 6 milliseconds