Lines Matching refs:src_h

2057 static void configure_plane(igt_plane_t *plane, uint32_t src_w, uint32_t src_h,  in configure_plane()  argument
2068 igt_fb_set_size(fb, plane, src_w, src_h); in configure_plane()
2074 uint32_t *src_w, uint32_t *src_h, in randomize_plane_coordinates() argument
2091 *src_h = height - *src_y; in randomize_plane_coordinates()
2113 ratio = ((double) *crtc_h / *src_h); in randomize_plane_coordinates()
2115 *src_h = *crtc_h * 2; in randomize_plane_coordinates()
2117 *crtc_h = *src_h; in randomize_plane_coordinates()
2119 *crtc_h = *src_h * 3; in randomize_plane_coordinates()
2122 *crtc_h = *src_h; in randomize_plane_coordinates()
2125 if (*crtc_w != *src_w || *crtc_h != *src_h) { in randomize_plane_coordinates()
2149 configure_plane(plane, *src_w, *src_h, *src_x, *src_y, in randomize_plane_coordinates()
2166 *src_h &= ~1; in randomize_plane_coordinates()
2182 configure_plane(plane, *src_w, *src_h, *src_x, *src_y, *crtc_w, in randomize_plane_coordinates()
2194 ((double) *crtc_w / *src_w), ((double) *crtc_h / *src_h)); in randomize_plane_coordinates()
2197 *crtc_h = *src_h; in randomize_plane_coordinates()
2199 configure_plane(plane, *src_w, *src_h, *src_x, *src_y, *crtc_w, in randomize_plane_coordinates()
2207 uint32_t src_w, uint32_t src_h, in blit_plane_cairo() argument
2221 src_w, src_h); in blit_plane_cairo()
2241 if (src_w != crtc_w || src_h != crtc_h) { in blit_plane_cairo()
2243 (double) crtc_h / src_h); in blit_plane_cairo()
2249 if (src_w != crtc_w || src_h != crtc_h) { in blit_plane_cairo()