Searched defs:alignment (Results 1 - 23 of 23) sorted by relevance

/vbox/src/VBox/HostServices/SharedOpenGL/unpacker/
H A Dunpack_readpixels.c20 GLint alignment = READ_DATA( 28, GLint ); local
32 (void) alignment;
/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/
H A Dserver_readpixels.c24 const GLint alignment = READ_DATA( 28, GLint ); local
66 rp->alignment = alignment;
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/io/
H A Dpriometh.c315 #define AMASK ((PRPtrdiff)7) /* mask for alignment of PRNetAddr */
357 PRUint32 file_mmap_offset, alignment; local
381 alignment = PR_GetMemMapAlignment();
384 addr_offset = sfd->file_offset % alignment;
386 /* find previous mmap alignment boundary */
458 PR_ASSERT((file_mmap_offset % alignment) == 0);
/vbox/src/VBox/Frontends/VirtualBox/src/widgets/
H A DUIMiniToolBar.cpp51 Qt::Alignment alignment,
62 , m_alignment(alignment)
84 void UIRuntimeMiniToolBar::setAlignment(Qt::Alignment alignment) argument
89 /* Make sure alignment really changed: */
90 if (m_alignment == alignment)
93 /* Update alignment: */
94 m_alignment = alignment;
524 void UIMiniToolBar::setAlignment(Qt::Alignment alignment) argument
526 /* Make sure alignment really changed: */
527 if (m_alignment == alignment)
49 UIRuntimeMiniToolBar(QWidget *pParent, GeometryType geometryType, Qt::Alignment alignment, bool fAutoHide ) argument
[all...]
/vbox/src/VBox/GuestHost/OpenGL/include/state/
H A Dcr_client.h50 GLint alignment; member in struct:__anon16176
/vbox/src/VBox/Additions/common/crOpenGL/
H A Dxfont.c130 GLint skiprows, skippixels, alignment; local
162 glGetIntegerv(GL_UNPACK_ALIGNMENT, &alignment);
166 except for the (non)alignment. */
243 glPixelStorei(GL_UNPACK_ALIGNMENT, alignment);
/vbox/src/VBox/Additions/x11/x11include/libdrm-2.4.13/
H A Dradeon_bo.h44 uint32_t alignment; member in struct:radeon_bo
63 uint32_t alignment,
98 uint32_t alignment,
107 bo = bom->funcs->bo_open(bom, handle, size, alignment, domains, flags);
95 _radeon_bo_open(struct radeon_bo_manager *bom, uint32_t handle, uint32_t size, uint32_t alignment, uint32_t domains, uint32_t flags, const char *file, const char *func, int line) argument
H A Di915_drm.h326 int alignment; member in struct:drm_i915_mem_alloc
590 /** Required alignment in graphics aperture */
591 uint64_t alignment; member in struct:drm_i915_gem_exec_object
630 /** alignment required within the aperture */
631 uint64_t alignment; member in struct:drm_i915_gem_pin
H A Dradeon_drm.h723 int alignment; member in struct:drm_radeon_mem_alloc
796 uint64_t alignment; member in struct:drm_radeon_gem_create
/vbox/src/libs/xpcom18a4/xpcom/typelib/xpt/src/
H A Dxpt_arena.c125 size_t alignment; member in struct:XPTArena
141 XPT_NewArena(PRUint32 block_size, size_t alignment, const char* name) argument
149 XPT_ASSERT(alignment);
150 if (alignment > sizeof(double))
151 alignment = sizeof(double);
152 arena->alignment = alignment;
156 arena->block_size = ALIGN_RND(block_size, alignment);
160 ALIGN_RND(sizeof(BLK_HDR), alignment) +
161 ALIGN_RND(1, alignment));
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/malloc/
H A Dprmem.c601 extern void *_PR_UnlockedMemalign(size_t alignment, size_t size);
708 void *memalign(size_t alignment, size_t size) argument
712 p = _PR_UnlockedMemalign(alignment, size);
H A Dprmalloc.c758 void *_PR_UnlockedMemalign(size_t alignment, size_t size) argument
763 * alignment has to be a power of 2
766 if ((size <= alignment) && (alignment <= malloc_maxsize))
767 size = alignment;
769 size += alignment - 1;
794 if ((u_long)result & (alignment - 1))
795 return ((void *)(((u_long)result + alignment) & ~(alignment - 1)));
/vbox/src/VBox/GuestHost/OpenGL/include/
H A Dcr_protocol.h253 int alignment; member in struct:CRMessageReadPixels
/vbox/src/VBox/Additions/x11/x11include/4.3/include/extensions/
H A DXIEproto.h100 xieTypAlignment alignment; member in struct:__anon2342
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dsurface_base.c353 unsigned char alignment = This->resource.device->surface_alignment; local
355 ret = (ret + alignment - 1) & ~(alignment - 1);
589 /* TODO: Is there a nicer way to force a specific alignment? (8 byte for ddraw) */
H A Dsurface.c142 UINT surface_calculate_size(const struct wined3d_format_desc *format_desc, UINT alignment, UINT width, UINT height) argument
159 size = height * (((width * format_desc->byte_count) + alignment - 1) & ~(alignment - 1));
387 HRESULT surface_init(IWineD3DSurfaceImpl *surface, WINED3DSURFTYPE surface_type, UINT alignment, argument
411 resource_size = surface_calculate_size(format_desc, alignment, width, height);
743 unsigned char alignment = This->resource.device->surface_alignment; local
746 src_pitch = (src_pitch + alignment - 1) & ~(alignment - 1);
1058 * it might point into a pbo. Instead use heapMemory, but get the alignment right.
4299 /* Stick to the alignment fo
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Enquire/
H A DEnquire.c2027 #define alignment(TYPE) \ macro
2034 alignment(char), alignment(short),
2035 alignment(int), alignment(long),
2040 alignment(float), alignment(double),
2046 alignment(Long_double),
2051 alignment(char *), alignment(in
[all...]
/vbox/src/VBox/Devices/Network/
H A DDevVirtioNet.cpp171 uint32_t alignment; member in struct:VNetState_st
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dutils.c1972 UINT wined3d_format_calculate_size(const struct wined3d_format *format, UINT alignment, UINT width, UINT height) argument
1984 size = row_count * (((row_block_count * format->block_byte_count) + alignment - 1) & ~(alignment - 1));
1988 size = height * (((width * format->byte_count) + alignment - 1) & ~(alignment - 1));
H A Dsurface.c519 /* TODO: Is there a nicer way to force a specific alignment? (8 byte for ddraw) */
2445 unsigned char alignment = surface->resource.device->surface_alignment; local
2448 src_pitch = (src_pitch + alignment - 1) & ~(alignment - 1);
2999 * PBO. Instead use heapMemory, but get the alignment right. */
3516 unsigned char alignment = surface->resource.device->surface_alignment; local
3518 pitch = (pitch + alignment - 1) & ~(alignment - 1);
6361 /* Stick to the alignment for the converted surface too, makes it
6508 /* Stick to the alignment fo
7563 surface_init(struct wined3d_surface *surface, UINT alignment, UINT width, UINT height, enum wined3d_multisample_type multisample_type, UINT multisample_quality, struct wined3d_device *device, DWORD usage, enum wined3d_format_id format_id, enum wined3d_pool pool, DWORD flags, void *parent, const struct wined3d_parent_ops *parent_ops , HANDLE *shared_handle , void *pvClientMem ) argument
[all...]
/vbox/src/VBox/Frontends/VirtualBox/src/extradata/
H A DUIExtraDataManager.cpp3244 void UIExtraDataManager::setMiniToolbarAlignment(Qt::AlignmentFlag alignment, const QString &strID) argument
3247 switch (alignment)
/vbox/src/libs/xpcom18a4/xpcom/build/
H A Dmalloc.c78 memalign(size_t alignment, size_t n);
80 in accord with the alignment argument, which must be a power of
100 due to alignment and minimum size constraints.
120 (i.e., 8 byte alignment with 4byte size_t). This suffices for
159 appear as negative after accounting for overhead and alignment
418 this case the alignment requirements turn out to negate any
438 MALLOC_ALIGNMENT is the minimum alignment for malloc'ed chunks.
442 are optimized for the case of 8-byte alignment.)
714 chunksize units, which adds padding and alignment. You can reduce
847 2. It can lead to more wastage because of mmap page alignment
1234 public_mEMALIGn(size_t alignment, size_t bytes) argument
4042 mEMALIGn(size_t alignment, size_t bytes) argument
[all...]
/vbox/src/VBox/VMM/include/
H A DPGMInternal.h1477 /** Live save status information. Makes use of unused alignment space. */
1514 /** Pointer alignment */
1618 /** Alignment padding for putting the ram range on a PGMPAGE alignment boundary. */
1654 RTGCPHYS u32Padding0; /**< alignment padding. */
1703 uint32_t u32Padding; /**< alignment padding. */
1776 uint32_t u32Padding; /**< alignment padding. */
1930 uint32_t alignment; member in struct:PGMMAPSET
3714 uint32_t uPadding0; /**< structure size alignment. */
3814 RTR0PTR alignment6b; /**< alignment equalizer. */
3853 RTRCPTR alignment6; /**< structure size alignment
[all...]

Completed in 583 milliseconds