Searched refs:yscale (Results 1 - 25 of 34) sorted by relevance

12

/xsrc/external/mit/xorg-server/dist/glamor/
H A Dglamor_utils.h310 #define _glamor_set_normalize_tpoint(xscale, yscale, _tx_, _ty_, \
314 (texcoord)[1] = t_from_x_coord_y(yscale, _ty_); \
320 yscale, texcoord, \
333 (texcoord)[1] = t_from_x_coord_y(yscale, ty); \
340 yscale, \
345 glamor_set_transformed_point(priv, matrix, xscale, yscale, \
347 glamor_set_transformed_point(priv, matrix, xscale, yscale, \
349 glamor_set_transformed_point(priv, matrix, xscale, yscale, \
351 glamor_set_transformed_point(priv, matrix, xscale, yscale, \
359 yscale, \
[all...]
H A Dglamor_gradient.c637 GLfloat *xscale, GLfloat *yscale,
655 pixmap_priv_get_dest_scale(pixmap, pixmap_priv, xscale, yscale);
657 DEBUGF("xscale = %f, yscale = %f,"
659 *xscale, *yscale, x_source, y_source,
664 glamor_set_normalize_vcoords_tri_strip(*xscale, *yscale,
673 glamor_set_normalize_tcoords_tri_stripe(*xscale, *yscale,
811 GLfloat xscale, yscale; local in function:glamor_generate_radial_gradient_picture
961 (screen, glamor_priv, dst_picture, &xscale, &yscale, x_source, y_source,
1121 GLfloat xscale, yscale; local in function:glamor_generate_linear_gradient_picture
1277 (screen, glamor_priv, dst_picture, &xscale, &yscale, x_sourc
634 _glamor_gradient_set_pixmap_destination(ScreenPtr screen,glamor_screen_private * glamor_priv,PicturePtr dst_picture,GLfloat * xscale,GLfloat * yscale,int x_source,int y_source,int tex_normalize) argument
[all...]
H A Dglamor_render.c734 float xscale, float yscale,
740 glamor_set_normalize_tcoords_ext(priv, xscale, yscale,
745 yscale, x1, y1,
750 xscale, yscale,
757 yscale, x1, y1, x2,
730 glamor_set_normalize_tcoords_generic(PixmapPtr pixmap,glamor_pixmap_private * priv,int repeat_type,float * matrix,float xscale,float yscale,int x1,int y1,int x2,int y2,float * texcoords,int stride) argument
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_translate.h448 int xscale, yscale; local in function:translate_samples_to_xyscale
455 yscale = 1;
460 yscale = 1;
465 yscale = 2;
475 *yscale_out = yscale;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_translate.h426 int xscale, yscale; local in function:translate_samples_to_xyscale
432 yscale = 1;
436 yscale = 1;
440 yscale = 2;
449 *yscale_out = yscale;
/xsrc/external/mit/libxkbui/dist/src/
H A DXKBuiPriv.h48 double yscale; member in struct:_XkbUI_View
H A DXKBui.c194 view->yscale= ((double)height)/((double)xkb->geom->height_mm);
251 view->yscale= ((double)height)/((double)view->xkb->geom->height_mm);
297 if (pts[i].y>=0.0) xpts[i].y= pts[i].y*view->yscale+0.5;
298 else xpts[i].x= pts[i].y*view->yscale-0.5;
317 if (pts[i].y>=0.0) xpts[i].y= pts[i].y*view->yscale+0.5;
318 else xpts[i].x= pts[i].y*view->yscale-0.5;
/xsrc/external/mit/xwininfo/dist/
H A Dxwininfo.c230 static char *yscale (int);
412 yscale (int y) function in typeref:typename:char *
969 printf (" Absolute upper-left Y: %s\n", yscale (ry));
971 printf (" Relative upper-left Y: %s\n", yscale (w->geometry->y));
973 printf (" Height: %s\n", yscale (w->geometry->height));
1459 xscale (hints->x), yscale (hints->y));
1463 xscale (hints->x), yscale (hints->y));
1467 xscale (hints->width), yscale (hints->height));
1472 xscale (hints->width), yscale (hints->height));
1476 xscale (hints->min_width), yscale (hint
[all...]
/xsrc/external/mit/xf86-video-nsc/dist/src/gfx/
H A Dvid_1400.c294 unsigned long xscale, yscale; local in function:sc1400_set_video_scale
312 yscale = (0x2000 * (srch - 1)) / (dsth - 1);
314 yscale = 0x1FFF;
315 WRITE_VID32(SC1400_VIDEO_SCALE, (yscale << 16) | xscale);
H A Dvid_5530.c661 unsigned long xscale, yscale; local in function:cs5530_set_video_scale
681 yscale = 0x1FFF;
685 yscale = (0x2000l * (srch - 1l)) / (dsth - 1l);
686 WRITE_VID32(CS5530_VIDEO_SCALE, (yscale << 16) | xscale);
H A Dvid_1200.c748 unsigned long xscale, yscale; local in function:sc1200_set_video_upscale
774 yscale = (READ_VID32(SC1200_VIDEO_UPSCALE) & 0xffff0000) >> 16; /* keep previous if don't-care argument */
776 yscale = 0x2000l; /* No vertical downscaling in SC1200 so force to 1x if attempted */
780 yscale = (0x2000l * (srch - 1l)) / (dsth - 1l);
782 WRITE_VID32(SC1200_VIDEO_UPSCALE, (yscale << 16) | xscale);
H A Dvid_rdcl.c871 unsigned long xscale, yscale; local in function:redcloud_set_video_scale
899 yscale = (READ_VID32(RCDF_VIDEO_SCALE) & 0xffff0000) >> 16; /* keep previous if don't-care argument */
901 yscale = 0x2000; /* vertical downscaling is handled in a separate function */
905 yscale = (0x2000l * (srch - 1l)) / (dsth - 1l);
907 WRITE_VID32(RCDF_VIDEO_SCALE, (yscale << 16) | xscale);
/xsrc/external/mit/libdrm/dist/exynos/
H A Dexynos_fimg2d.h286 unsigned int yscale; member in struct:g2d_image
/xsrc/external/mit/xf86-video-geode/dist/src/gfx/
H A Dvid_5530.c441 unsigned long xscale, yscale; local in function:cs5530_set_video_scale
461 yscale = 0x1FFF;
465 yscale = (0x2000l * (srch - 1l)) / (dsth - 1l);
466 WRITE_VID32(CS5530_VIDEO_SCALE, (yscale << 16) | xscale);
H A Dvid_1200.c582 unsigned long xscale, yscale; local in function:sc1200_set_video_upscale
611 yscale = (READ_VID32(SC1200_VIDEO_UPSCALE) & 0xffff0000) >> 16;
614 yscale = 0x2000l;
619 yscale = (0x2000l * (srch - 1l)) / (dsth - 1l);
621 WRITE_VID32(SC1200_VIDEO_UPSCALE, (yscale << 16) | xscale);
H A Dvid_rdcl.c681 unsigned long xscale, yscale; local in function:redcloud_set_video_scale
711 yscale = (READ_VID32(RCDF_VIDEO_SCALE) & 0xffff0000) >> 16;
714 yscale = 0x2000;
719 yscale = (0x2000l * (srch - 1l)) / (dsth - 1l);
721 WRITE_VID32(RCDF_VIDEO_SCALE, (yscale << 16) | xscale);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/hud/
H A Dhud_private.h129 float yscale; member in struct:hud_pane
H A Dhud_context.c72 int xoffset, int yoffset, float yscale)
90 hud->constants.scale[1] = yscale;
302 unsigned xoffset, unsigned yoffset, float yscale)
313 yoffset, yscale);
322 xoffset - gr->index*2 - 1, yoffset, yscale);
388 pane->yscale + pane->inner_y2);
440 hud_draw_graph_line_strip(hud, gr, pane->inner_x1, pane->inner_y2, pane->yscale);
840 pane->yscale = -(int)pane->inner_height / (float)pane->max_value;
1709 * [2] = (xscale, yscale, 0, 0) */
1714 /* v = in * (xscale, yscale)
69 hud_draw_colored_prims(struct hud_context * hud,unsigned prim,float * buffer,unsigned num_vertices,float r,float g,float b,float a,int xoffset,int yoffset,float yscale) argument
301 hud_draw_graph_line_strip(struct hud_context * hud,const struct hud_graph * gr,unsigned xoffset,unsigned yoffset,float yscale) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/hud/
H A Dhud_private.h131 float yscale; member in struct:hud_pane
H A Dhud_context.c74 int xoffset, int yoffset, float yscale)
87 hud->constants.scale[1] = yscale * hud_scale;
302 unsigned xoffset, unsigned yoffset, float yscale)
313 yoffset, yscale);
322 xoffset - gr->index*2 - 1, yoffset, yscale);
388 pane->yscale + pane->inner_y2);
440 hud_draw_graph_line_strip(hud, gr, pane->inner_x1, pane->inner_y2, pane->yscale);
839 pane->yscale = -(int)pane->inner_height / (float)pane->max_value;
1715 * [2] = (xscale, yscale, 0, 0) */
1720 /* v = in * (xscale, yscale)
71 hud_draw_colored_prims(struct hud_context * hud,unsigned prim,float * buffer,unsigned num_vertices,float r,float g,float b,float a,int xoffset,int yoffset,float yscale) argument
301 hud_draw_graph_line_strip(struct hud_context * hud,const struct hud_graph * gr,unsigned xoffset,unsigned yoffset,float yscale) argument
[all...]
/xsrc/external/mit/xf86-video-siliconmotion/dist/src/
H A Dsmi_video.c1022 int xscale, yscale; local in function:SMI_PutVideo
1172 yscale = (256 * vid_h / drw_h) & 0xFF;
1174 yscale = (128 * vid_h / drw_h) & 0xFF;
1178 yscale = (64 * vid_h / drw_h) & 0xFF;
1182 yscale = 0;
1195 yscale = (128 * vid_h / drw_h) & 0xFF;
1200 yscale = (64 * vid_h / drw_h) & 0xFF;
1223 DEBUG("xscale==%d yscale=%d width=%d height=%d\n",
1224 xscale, yscale, width, height);
1258 WRITE_VPR(pSmi, 0x24, (xscale << 8) + yscale);
[all...]
/xsrc/external/mit/xf86-video-neomagic/dist/src/
H A Dneo_video.c306 int xscale, yscale; local in function:NEOPutVideo
361 yscale = 0x1000;
363 yscale = (src_h * 0x1000 / drw_h) & 0xffff;
431 OUTGR(0xc2, yscale >> 8);
432 OUTGR(0xc3, yscale);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/
H A Dr300_context.h255 float yscale; /* R300_VAP_VPORT_YSCALE: 0x20a0 */ member in struct:r300_viewport_state
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/
H A Dr300_context.h255 float yscale; /* R300_VAP_VPORT_YSCALE: 0x20a0 */ member in struct:r300_viewport_state
/xsrc/external/mit/xf86-video-intel/dist/src/legacy/i810/xvmc/
H A DI810XvMC.c2837 double xscale,yscale; local in function:XvMCPutSurface
2935 yscale = (double)srch / (double)desth;
2962 clipped_desty += (0 - clipped_srcy) / yscale;
2964 clipped_desth -= clipped_srcy / yscale;
2969 clipped_desth -= (clipped_srch - srch) / yscale;
2989 clipped_srcy += diff * yscale;
2990 clipped_srch -= diff * yscale;
2998 clipped_srch -= diff * yscale;

Completed in 46 milliseconds

12