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

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_setup.c432 float botda = v[1] - v[0]; local in function:tri_linear_coeff
434 float a = setup->ebot.dy * majda - botda * setup->emaj.dy;
435 float b = setup->emaj.dx * botda - majda * setup->ebot.dx;
482 float botda = mida - mina; local in function:tri_persp_coeff
484 float a = setup->ebot.dy * majda - botda * setup->emaj.dy;
485 float b = setup->emaj.dx * botda - majda * setup->ebot.dx;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_setup.c477 float botda = v[1] - v[0]; local in function:tri_linear_coeff
479 float a = setup->ebot.dy * majda - botda * setup->emaj.dy;
480 float b = setup->emaj.dx * botda - majda * setup->ebot.dx;
527 float botda = mida - mina; local in function:tri_persp_coeff
529 float a = setup->ebot.dy * majda - botda * setup->emaj.dy;
530 float b = setup->emaj.dx * botda - majda * setup->ebot.dx;

Completed in 5 milliseconds