Lines Matching +full:left +full:- +full:aligned
1 /* SPDX-License-Identifier: MIT */
2 /* Copyright (C) 2006-2016 Oracle Corporation */
18 * Last 4096 bytes - Adapter information area.
19 * 4096 bytes aligned miniport heap (value specified in the config rouded up).
20 * Slack - what left after dividing the VRAM.
21 * 4096 bytes aligned framebuffers:
74 * len_and_flags & ~VBVA_F_RECORD_PARTIAL >= VBVA_RING_BUFFER_SIZE -
80 #define VBVA_RING_BUFFER_SIZE (4194304 - 1024)
146 /* guest->host commands */
165 /* G->H DMA command */
177 /* host->guest commands */
345 * The AND mask is 1 bpp bitmap with byte aligned scanlines. Size of AND
349 * The XOR mask follows the AND mask on the next 4 bytes aligned offset:
355 * Preallocate 4 bytes for accessing actual data as p->data.
411 u32 dx; /* X offset into the virtual frame-buffer. */
412 u32 dy; /* Y offset into the virtual frame-buffer. */
422 * virtual screens and must be re-set.
425 s32 x; /* Upper left X co-ordinate relative to the first screen. */
426 s32 y; /* Upper left Y co-ordinate relative to the first screen. */
433 * to use the guest information to re-position its own cursor (though this is