Home
last modified time | relevance | path

Searched refs:emaj (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_setup.c88 struct edge emaj; member
348 setup->emaj.dx = setup->vmax[0][0] - setup->vmin[0][0]; in setup_sort_vertices()
349 setup->emaj.dy = setup->vmax[0][1] - setup->vmin[0][1]; in setup_sort_vertices()
364 const float area = (setup->emaj.dx * setup->ebot.dy - in setup_sort_vertices()
365 setup->ebot.dx * setup->emaj.dy); in setup_sort_vertices()
490 float a = setup->ebot.dy * majda - botda * setup->emaj.dy; in tri_linear_coeff()
491 float b = setup->emaj.dx * botda - majda * setup->ebot.dx; in tri_linear_coeff()
540 float a = setup->ebot.dy * majda - botda * setup->emaj.dy; in tri_persp_coeff()
541 float b = setup->emaj.dx * botda - majda * setup->ebot.dx; in tri_persp_coeff()
688 setup->emaj.sy = ceilf(vmin_y); in setup_tri_edges()
[all …]