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

/xsrc/external/mit/xf86-video-nv/dist/src/
H A Dg80_exa.c233 int line_dwords = (w * Bpp + 3) / 4; local in function:upload
254 G80DmaNext (pNv, (line_dwords * 4) / Bpp);
266 int count = line_dwords;
/xsrc/external/mit/xf86-video-nouveau/dist/src/
H A Dnv50_exa.c324 int line_dwords = (w * cpp + 3) / 4; local in function:NV50EXAUploadSIFC
344 PUSH_DATA (push, (line_dwords * 4) / cpp);
360 int count = line_dwords;
H A Dnvc0_exa.c326 int line_dwords = (w * cpp + 3) / 4; local in function:NVC0EXAUploadSIFC
346 PUSH_DATA (push, (line_dwords * 4) / cpp);
363 int count = line_dwords;

Completed in 4 milliseconds