Home | History | Annotate | Download | only in intel

Lines Matching refs:alignment

51 				   unsigned long size, unsigned int alignment);
62 unsigned int alignment);
67 * Alignment is used when mapping to the gtt.
79 * Alignment for tiled objects is set automatically; the 'flags'
213 * \param alignment Required alignment for aperture, in bytes
215 int (*bo_pin) (drm_intel_bo *bo, uint32_t alignment);
321 #define ALIGN(value, alignment) ((value + alignment - 1) & ~(alignment - 1))