HomeSort by: relevance | last modified time | path
    Searched defs:src_x (Results 1 - 12 of 12) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/include/drm/
drm_plane.h 44 * @crtc_w and the source coordinates @src_x, @src_y, @src_h and @src_w are the
105 * @src_x: left position of visible portion of plane within plane (in
108 uint32_t src_x; member in struct:drm_plane_state
235 .x1 = state->src_x,
237 .x2 = state->src_x + state->src_w,
267 * the src_x, src_y, src_w and src_h parameters (as 16.16 fixed point
289 uint32_t src_x, uint32_t src_y,
  /src/external/mit/xorg/lib/libxcb/files/
shm.h 139 uint16_t src_x; member in struct:xcb_shm_put_image_request_t
422 * @param src_x The source X coordinate of the sub-image to copy.
457 uint16_t src_x,
477 * @param src_x The source X coordinate of the sub-image to copy.
509 uint16_t src_x,
xv.h 807 int16_t src_x; member in struct:xcb_xv_put_image_request_t
835 int16_t src_x; member in struct:xcb_xv_shm_put_image_request_t
1979 int16_t src_x,
2006 int16_t src_x,
2047 int16_t src_x,
2075 int16_t src_x,
render.h 704 int16_t src_x; member in struct:xcb_render_composite_request_t
729 int16_t src_x; member in struct:xcb_render_trapezoids_request_t
748 int16_t src_x; member in struct:xcb_render_triangles_request_t
767 int16_t src_x; member in struct:xcb_render_tri_strip_request_t
786 int16_t src_x; member in struct:xcb_render_tri_fan_request_t
874 int16_t src_x; member in struct:xcb_render_composite_glyphs_8_request_t
894 int16_t src_x; member in struct:xcb_render_composite_glyphs_16_request_t
914 int16_t src_x; member in struct:xcb_render_composite_glyphs_32_request_t
2033 int16_t src_x,
2056 int16_t src_x,
    [all...]
xinput.h 2346 xcb_input_fp1616_t src_x; member in struct:xcb_input_xi_warp_pointer_request_t
7763 xcb_input_fp1616_t src_x,
7783 xcb_input_fp1616_t src_x,
xproto.h 2571 int16_t src_x; member in struct:xcb_translate_coordinates_request_t
2600 int16_t src_x; member in struct:xcb_warp_pointer_request_t
3413 int16_t src_x; member in struct:xcb_copy_area_request_t
3434 int16_t src_x; member in struct:xcb_copy_plane_request_t
8224 int16_t src_x,
8242 int16_t src_x,
8269 * pointer is inside \a src_window and within the rectangle specified by (\a src_x,
8281 * pointer is inside \a src_window and within the rectangle specified by (\a src_x,
8298 int16_t src_x,
8310 * pointer is inside \a src_window and within the rectangle specified by (\a src_x,
    [all...]
  /src/sys/arch/atari/dev/
grfioctl.h 211 u_short src_x, src_y; /* upper left corner of source-region */ member in struct:grf_bitblt
  /src/sys/arch/amiga/dev/
grfioctl.h 215 u_short src_x, src_y; /* upper left corner of source-region */ member in struct:grf_bitblt
  /src/sys/external/bsd/drm/dist/shared-core/
r600_blit.c 1732 int src_x = src_gpu_addr & 255; local
1738 if (!src_x && !dst_x) {
1751 if (cur_size > (max_bytes - src_x))
1752 cur_size = (max_bytes - src_x);
1768 vb[2] = i2f(src_x);
1773 vb[6] = i2f(src_x);
1778 vb[10] = i2f(src_x + cur_size);
1783 src_x + cur_size, h, src_x + cur_size,
1787 R600_TC_ACTION_ENA, (src_x + cur_size * h), src_gpu_addr)
1822 int src_x = (src_gpu_addr & 255); local
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_sprite.c 261 u32 src_x, src_y, src_w, src_h, hsub, vsub; local
270 src_x = src->x1 >> 16;
275 drm_rect_init(src, src_x << 16, src_y << 16,
289 if (src_x % hsub || src_w % hsub) {
291 src_x, src_w, hsub, rotated ? "rotated " : "");
1872 int src_x, src_w, src_h, crtc_w, crtc_h; local
1883 src_x = src->x1 >> 16;
1902 width_bytes = ((src_x * cpp) & 63) + src_w * cpp;
intel_display.c 3142 unsigned int src_x, src_y; local
3150 src_x = plane_state->uapi.src.x1 >> 16;
3159 -(src_x << 16), -(src_y << 16));
3179 x = src_x / hsub;
3628 plane_state->src_x = 0;
3949 int src_x = plane_state->uapi.src.x1 >> 16; local
3968 x = src_x / hsub;
3979 src_x % hsub) /
4208 int src_x, src_y, src_w; local
4220 src_x = plane_state->uapi.src.x1 >> 16
11145 int src_x, src_y; local
    [all...]
  /src/sys/external/bsd/drm2/dist/include/uapi/drm/
drm_mode.h 290 __u32 src_x; member in struct:drm_mode_set_plane

Completed in 63 milliseconds