Searched defs:src_pitch (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dglamor_priv.h1021 uint32_t src_pitch; member in struct:__anon6792
/vbox/src/VBox/Additions/x11/x11include/libdrm-2.4.13/
H A Dmga_drm.h400 int src_pitch, dst_pitch; member in struct:_drm_mga_blit
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dglamor_priv.h1038 uint32_t src_pitch; member in struct:__anon7111
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dsurface.c732 int src_pitch = 0; local
744 src_pitch = format_desc->byte_count * This->pow2Width;
746 src_pitch = (src_pitch + alignment - 1) & ~(alignment - 1);
747 mem = HeapAlloc(GetProcessHeap(), 0, src_pitch * This->pow2Height);
826 TRACE("(%p) : Repacking the surface data from pitch %d to pitch %d\n", This, src_pitch, dst_pitch);
829 src_data += src_pitch;
H A Ddevice.c5562 UINT src_pitch = IWineD3DSurface_GetPitch(src_surface); local
5566 data += (src_rect->top / src_format->block_height) * src_pitch;
5574 if (row_length == src_pitch)
5590 data += src_pitch;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dsurface.c2433 int src_pitch = 0; local
2446 src_pitch = format->byte_count * surface->pow2Width;
2448 src_pitch = (src_pitch + alignment - 1) & ~(alignment - 1);
2449 mem = HeapAlloc(GetProcessHeap(), 0, src_pitch * surface->pow2Height);
2534 TRACE("(%p) : Repacking the surface data from pitch %d to pitch %d\n", surface, src_pitch, dst_pitch);
2538 src_data += src_pitch;
2554 const struct wined3d_format *format, const RECT *src_rect, UINT src_pitch, const POINT *dst_point,
2560 TRACE("surface %p, gl_info %p, format %s, src_rect %s, src_pitch %u, dst_point %s, srgb %#x, data {%#x:%p}.\n",
2561 surface, gl_info, debug_d3dformat(format->id), wine_dbgstr_rect(src_rect), src_pitch,
2553 surface_upload_data(struct wined3d_surface *surface, const struct wined3d_gl_info *gl_info, const struct wined3d_format *format, const RECT *src_rect, UINT src_pitch, const POINT *dst_point, BOOL srgb, const struct wined3d_bo_address *data) argument
2831 UINT src_pitch; local
6356 UINT src_pitch, dst_pitch; local
6400 UINT width, src_pitch, dst_pitch; local
6931 surface_cpu_blt_compressed(const BYTE *src_data, BYTE *dst_data, UINT src_pitch, UINT dst_pitch, UINT update_w, UINT update_h, const struct wined3d_format *format, DWORD flags, const WINEDDBLTFX *fx) argument
[all...]

Completed in 104 milliseconds