Lines Matching defs:bus
493 const int bus = (pXGI->BusWidth > 128) ? 128 : pXGI->BusWidth;
496 const float magic = magic315[bus / 64];
497 float total = (mclk * bus) / bpp;
499 PDEBUG5(ErrorF("mclk: %d, bus: %d, magic: %f, bpp: %d\n",
500 mclk, bus, magic, bpp));
520 const int bus = (pXGI->BusWidth > 128) ? 128 : pXGI->BusWidth;
524 float total = (mclk * bus) / bpp;
529 PDEBUG5(ErrorF("mclk: %d, bus: %d, magic: %f, bpp: %d\n",
530 mclk, bus, magic, bpp));
532 total = mclk*bus/bpp;