Searched refs:dst_desc (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dvolume.c383 struct wined3d_map_desc src_desc, dst_desc; local
441 hr = wined3d_volume_map(dst, &dst_desc, pDstBox, WINED3D_MAP_DISCARD);
449 pDstBits = dst_desc.data;
459 pRowDstBits += dst_desc.row_pitch;
462 pDstBits += dst_desc.slice_pitch;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d9/
H A Ddevice.c1323 struct wined3d_resource_desc src_desc, dst_desc; local
1331 wined3d_resource_get_desc(wined3d_resource, &dst_desc);
1356 if (dst_rect->left || dst_rect->top || dst_rect->right != dst_desc.width
1357 || dst_rect->bottom != dst_desc.height)
1364 if (src_desc.width != dst_desc.width || src_desc.height != dst_desc.height)

Completed in 440 milliseconds