Searched refs:ey (Results 1 - 20 of 20) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_pipe_cull.c70 const float ey = v0[1] - v2[1]; local in function:cull_tri
76 header->det = ex * fy - ey * fx;
H A Ddraw_pipe_offset.c80 float ey = v0[1] - v2[1]; local in function:do_offset_tri
87 float a = ey*fz - ez*fy;
/xsrc/external/mit/xf86-video-newport/dist/src/
H A Dnewport_accel.c433 unsigned int sx, sy, ex, ey; local in function:NewportXAASubsequentScreenToScreenCopy
468 ey = y2 & 0xFFFF;
473 ey = y1 & 0xFFFF;
482 pNewportRegs->go.xyendi = (ex << 16) | ey;
542 int ex, ey; local in function:NewportXAASubsequentSolidFillRect
551 ey = y + h - 1;
555 pNewportRegs->go.xyendi = ((ex & 0xFFFF) << 16) | (ey & 0xFFFF);
757 int ex, ey; local in function:NewportXAASubsequentCPUToScreenColorExpandFill
766 ey = y + h - 1;
780 pNewportRegs->set.xyendi = ((ex & 0xFFFF) << 16) | (ey
830 int ex, ey; local in function:NewportXAASubsequentImageWriteRect
949 int ex, ey; local in function:NewportXAASubsequentMono8x8PatternFillRect
1020 int ex, ey; local in function:NewportXAAReadPixmap
1594 int ex, ey; local in function:NewportXAASubsequentCPUToScreenTexture
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl_dd/
H A Dt_dd_tritmp.h133 GLfloat ey = VERT_Y(v[0]) - VERT_Y(v[2]); local in function:TAG
136 GLfloat cc = ex*fy - ey*fx;
234 GLfloat a = ey*fz - ez*fy;
358 GLfloat ey = VERT_Y(v[2]) - VERT_Y(v[0]); local in function:TAG
361 GLfloat cc = ex*fy - ey*fx;
466 GLfloat a = ey*fz - ez*fy;
/xsrc/external/mit/MesaLib/dist/src/mesa/tnl_dd/
H A Dt_dd_tritmp.h133 GLfloat ey = VERT_Y(v[0]) - VERT_Y(v[2]); local in function:TAG
136 GLfloat cc = ex*fy - ey*fx;
234 GLfloat a = ey*fz - ez*fy;
358 GLfloat ey = VERT_Y(v[2]) - VERT_Y(v[0]); local in function:TAG
361 GLfloat cc = ex*fy - ey*fx;
466 GLfloat a = ey*fz - ez*fy;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast_setup/
H A Dss_tritmp.h54 GLfloat ey = v[0]->attrib[VARYING_SLOT_POS][1] - v[2]->attrib[VARYING_SLOT_POS][1]; local in function:TAG
57 GLfloat cc = ex*fy - ey*fx;
145 const GLfloat dzdx = fabsf((ey * fz - ez * fy) * oneOverArea);
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast_setup/
H A Dss_tritmp.h54 GLfloat ey = v[0]->attrib[VARYING_SLOT_POS][1] - v[2]->attrib[VARYING_SLOT_POS][1]; local in function:TAG
57 GLfloat cc = ex*fy - ey*fx;
145 const GLfloat dzdx = fabsf((ey * fz - ez * fy) * oneOverArea);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
H A Ddraw_pipe_cull.c163 const float ey = v0[1] - v2[1]; local in function:cull_tri
169 header->det = ex * fy - ey * fx;
H A Ddraw_pipe_offset.c80 float ey = v0[1] - v2[1]; local in function:do_offset_tri
87 float a = ey*fz - ez*fy;
/xsrc/external/mit/freetype/dist/src/smooth/
H A Dftgrays.c450 TCoord ex, ey; member in struct:gray_TWorker_
532 pcell = &ras.ycells[ras.ey - ras.min_ey];
571 TCoord ey )
590 ras.ey = ey;
592 ras.invalid = ( ey >= ras.max_ey || ey < ras.min_ey ||
604 gray_render_scanline( RAS_ARG_ TCoord ey, argument
621 gray_set_cell( RAS_VAR_ ex2, ey );
662 gray_set_cell( RAS_VAR_ ex1, ey );
570 gray_set_cell(RAS_ARG_ TCoord ex,TCoord ey) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimstb_truetype.h2726 float ey; member in struct:stbtt__active_edge
2732 float ey; member in struct:stbtt__active_edge
2759 z->ey = e->y1;
2778 z->ey = e->y1;
2860 if (z->ey <= scan_y) {
2940 STBTT_assert(e->sy <= e->ey);
2941 if (y0 > e->ey) return;
2947 if (y1 > e->ey) {
2948 x1 += (x1-x0) * (e->ey - y1) / (y1-y0);
2949 y1 = e->ey;
[all...]
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimstb_truetype.h2726 float ey; member in struct:stbtt__active_edge
2732 float ey; member in struct:stbtt__active_edge
2759 z->ey = e->y1;
2778 z->ey = e->y1;
2860 if (z->ey <= scan_y) {
2940 STBTT_assert(e->sy <= e->ey);
2941 if (y0 > e->ey) return;
2947 if (y1 > e->ey) {
2948 x1 += (x1-x0) * (e->ey - y1) / (y1-y0);
2949 y1 = e->ey;
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_setup_rect.c764 const float ey = v0[0][1] - v2[0][1]; local in function:winding
769 const float det = ex * fy - ey * fx;
H A Dlp_setup_tri.c161 const float ey = v0[0][1] - v2[0][1]; local in function:lp_setup_print_triangle
166 const float det = ex * fy - ey * fx;
/xsrc/external/mit/xterm/dist/
H A Dgraphics.c332 int sy, ey, dy; local in function:copy_overlapping_area
348 ey = (int) h - 1;
352 ey = 0;
356 for (yy = sy; yy != ey + dy; yy += dy) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_setup_tri.c160 const float ey = v0[0][1] - v2[0][1]; local in function:lp_setup_print_triangle
165 const float det = ex * fy - ey * fx;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_triangle.c62 GLfloat ey = v1->attrib[VARYING_SLOT_POS][1] - v0->attrib[VARYING_SLOT_POS][1]; local in function:_swrast_culltriangle
65 GLfloat c = ex*fy-ey*fx;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_setup.c734 const float ey = v0[0][1] - v2[0][1]; local in function:calc_det
739 return ex * fy - ey * fx;
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_triangle.c62 GLfloat ey = v1->attrib[VARYING_SLOT_POS][1] - v0->attrib[VARYING_SLOT_POS][1]; local in function:_swrast_culltriangle
65 GLfloat c = ex*fy-ey*fx;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_setup.c783 const float ey = v0[0][1] - v2[0][1]; local in function:calc_det
788 return ex * fy - ey * fx;

Completed in 46 milliseconds