Searched refs:dy0 (Results 1 - 9 of 9) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/ |
| H A D | s_aatriangle.c | 195 const GLfloat dy0 = v1[1] - v0[1]; local in function:compute_coveragef 203 assert(dx0 * dy1 - dx1 * dy0 >= 0.0); /* area >= 0.0 */ 209 GLfloat cross = (dx0 * (sy - v0[1]) - dy0 * (sx - v0[0])); 214 cross = dx0 + dy0;
|
| H A D | s_aaline.c | 283 const GLfloat area = dx0 * dy1 - dx1 * dy0;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/swrast/ |
| H A D | s_aatriangle.c | 194 const GLfloat dy0 = v1[1] - v0[1]; local in function:compute_coveragef 202 assert(dx0 * dy1 - dx1 * dy0 >= 0.0); /* area >= 0.0 */ 208 GLfloat cross = (dx0 * (sy - v0[1]) - dy0 * (sx - v0[0])); 213 cross = dx0 + dy0;
|
| H A D | s_aaline.c | 282 const GLfloat area = dx0 * dy1 - dx1 * dy0;
|
| /xsrc/external/mit/mesa-demos/dist/src/glsl/ |
| H A D | texaaline.c | 43 float dy0, dy1, dy2, dy3, dy4, dy5, dy6, dy7; local in function:QuadLine 52 dx0 = -dx+dy; dy0 = -dy-dx; 66 printf(" dx0, dy0: %g, %g\n", dx0, dy0); 74 glVertex2f(v0[0] + dx0, v0[1] + dy0);
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| H A D | brw_compile_sf.c | 38 struct brw_reg dy0; member in struct:brw_sf_compile 290 c->dy0 = brw_vec1_grf(1, 5); 493 brw_MAC(p, c->tmp, c->a2_sub_a0, negate(c->dy0)); 573 brw_MUL(p, c->tmp, c->a1_sub_a0, c->dy0);
|
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| H A D | brw_compile_sf.c | 38 struct brw_reg dy0; member in struct:brw_sf_compile 290 c->dy0 = brw_vec1_grf(1, 5); 493 brw_MAC(p, c->tmp, c->a2_sub_a0, negate(c->dy0)); 573 brw_MUL(p, c->tmp, c->a1_sub_a0, c->dy0);
|
| /xsrc/external/mit/MesaLib.old/dist/src/imgui/ |
| H A D | imstb_truetype.h | 3419 float dy0 = y1-y0; local in function:stbtt__tesselate_cubic 3426 float longlen = (float) (STBTT_sqrt(dx0*dx0+dy0*dy0)+STBTT_sqrt(dx1*dx1+dy1*dy1)+STBTT_sqrt(dx2*dx2+dy2*dy2));
|
| /xsrc/external/mit/MesaLib/dist/src/imgui/ |
| H A D | imstb_truetype.h | 3419 float dy0 = y1-y0; local in function:stbtt__tesselate_cubic 3426 float longlen = (float) (STBTT_sqrt(dx0*dx0+dy0*dy0)+STBTT_sqrt(dx1*dx1+dy1*dy1)+STBTT_sqrt(dx2*dx2+dy2*dy2));
|
Completed in 24 milliseconds