Searched refs:Ex (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib/dist/docs/
H A Dcodingstyle.rst122 - Mesa usually uses camel case for local variables (Ex:
123 ``localVarname``) while Gallium typically uses underscores (Ex:
/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dsna_trapezoids_precise.c546 int64_t Ey, Ex, tmp; local in function:polygon_add_edge
556 Ex = ((int64_t)edge->p2.x - edge->p1.x) * SAMPLES_X;
559 e->dxdy.quo = Ex * (2 << 16) / Ey;
560 e->dxdy.rem = Ex * (2 << 16) % Ey;
564 tmp *= Ex;
656 int64_t Ey, Ex, tmp; local in function:polygon_add_line
666 Ex = ((int64_t)p2->x - p1->x) * SAMPLES_X;
668 e->dxdy.quo = Ex * (2 << 16) / Ey;
669 e->dxdy.rem = Ex * (2 << 16) % Ey;
673 tmp *= Ex;
[all...]
H A Dsna_trapezoids_imprecise.c501 int64_t Ex, Ey, tmp; local in function:polygon_add_edge
503 Ex = ((int64_t)edge->p2.x - edge->p1.x) * FAST_SAMPLES_X;
507 e->dxdy.quo = Ex * (2 << 16) / Ey;
508 e->dxdy.rem = Ex * (2 << 16) % Ey;
512 tmp *= Ex;
595 int64_t Ex, Ey, tmp; local in function:polygon_add_line
597 Ex = ((int64_t)p2->x - p1->x) * FAST_SAMPLES_X;
600 e->dxdy.quo = Ex * (2 << 16) / Ey;
601 e->dxdy.rem = Ex * (2 << 16) % Ey;
605 tmp *= Ex;
[all...]
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dsna_trapezoids_precise.c546 int64_t Ey, Ex, tmp; local in function:polygon_add_edge
556 Ex = ((int64_t)edge->p2.x - edge->p1.x) * SAMPLES_X;
559 e->dxdy.quo = Ex * (2 << 16) / Ey;
560 e->dxdy.rem = Ex * (2 << 16) % Ey;
564 tmp *= Ex;
656 int64_t Ey, Ex, tmp; local in function:polygon_add_line
666 Ex = ((int64_t)p2->x - p1->x) * SAMPLES_X;
668 e->dxdy.quo = Ex * (2 << 16) / Ey;
669 e->dxdy.rem = Ex * (2 << 16) % Ey;
673 tmp *= Ex;
[all...]
H A Dsna_trapezoids_imprecise.c501 int64_t Ex, Ey, tmp; local in function:polygon_add_edge
503 Ex = ((int64_t)edge->p2.x - edge->p1.x) * FAST_SAMPLES_X;
507 e->dxdy.quo = Ex * (2 << 16) / Ey;
508 e->dxdy.rem = Ex * (2 << 16) % Ey;
512 tmp *= Ex;
595 int64_t Ex, Ey, tmp; local in function:polygon_add_line
597 Ex = ((int64_t)p2->x - p1->x) * FAST_SAMPLES_X;
600 e->dxdy.quo = Ex * (2 << 16) / Ey;
601 e->dxdy.rem = Ex * (2 << 16) % Ey;
605 tmp *= Ex;
[all...]
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D21.1.0.rst895 - st/nine: Improve Reset on Ex devices
896 - st/nine: Pseudo implement Create*Ex functions
897 - st/nine: Complete \*Ex stubs
898 - st/nine: Add logging to Ex function

Completed in 20 milliseconds