HomeSort by relevance Sort by last modified time
    Searched refs:botda (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_setup.c 487 float botda = v[1] - v[0]; local
489 float a = setup->ebot.dy * majda - botda * setup->emaj.dy;
490 float b = setup->emaj.dx * botda - majda * setup->ebot.dx;
545 float botda = mida - mina; local
547 float a = setup->ebot.dy * majda - botda * setup->emaj.dy;
548 float b = setup->emaj.dx * botda - majda * setup->ebot.dx;
    [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_setup.c 487 float botda = v[1] - v[0]; local
489 float a = setup->ebot.dy * majda - botda * setup->emaj.dy;
490 float b = setup->emaj.dx * botda - majda * setup->ebot.dx;
545 float botda = mida - mina; local
547 float a = setup->ebot.dy * majda - botda * setup->emaj.dy;
548 float b = setup->emaj.dx * botda - majda * setup->ebot.dx;
    [all...]

Completed in 51 milliseconds