Searched refs:PAGE_ALIGN (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/libxshmfence/dist/src/
H A Dxshmfence_semaphore.h33 #define PAGE_ALIGN __attribute__((aligned(LIBXSHM_PAGESIZE))) macro
50 sem_t *cond_w PAGE_ALIGN; member in struct:xshmfence
/xsrc/external/mit/xf86-video-intel-2014/dist/test/
H A Dpresent-test.c67 #define PAGE_ALIGN(x) ALIGN(x, 4096) macro
592 size = PAGE_ALIGN(stride * height);
H A Ddri3-test.c60 #define PAGE_ALIGN(x) ALIGN(x, 4096) macro
564 src_size = PAGE_ALIGN(src_stride * height);
668 dst_size = PAGE_ALIGN(dst_stride * height);
/xsrc/external/mit/xf86-video-intel/dist/test/
H A Ddri3-test.c60 #define PAGE_ALIGN(x) ALIGN(x, 4096) macro
559 src_size = PAGE_ALIGN(src_stride * height);
663 dst_size = PAGE_ALIGN(dst_stride * height);
H A Dpresent-test.c71 #define PAGE_ALIGN(x) ALIGN(x, 4096) macro
1817 size = PAGE_ALIGN(stride * ALIGN(height, 32));
1935 size = PAGE_ALIGN(stride * height);
/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dkgem.c123 #define PAGE_ALIGN(x) ALIGN(x, PAGE_SIZE) macro
2364 return PAGE_ALIGN(*pitch * height);
2387 return PAGE_ALIGN(size);
3789 ret = PAGE_ALIGN(sizeof(uint32_t) * kgem->batch_size);
3810 assert(size == PAGE_ALIGN(kgem->batch_size*sizeof(uint32_t)));
3825 ret = PAGE_ALIGN(sizeof(uint32_t) * kgem->batch_size);
7621 alloc = PAGE_ALIGN(size);
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dkgem.c123 #define PAGE_ALIGN(x) ALIGN(x, PAGE_SIZE) macro
1908 return PAGE_ALIGN(*pitch * height);
1931 return PAGE_ALIGN(size);
3238 ret = PAGE_ALIGN(sizeof(uint32_t) * kgem->batch_size);
3259 assert(size == PAGE_ALIGN(kgem->batch_size*sizeof(uint32_t)));
3274 ret = PAGE_ALIGN(sizeof(uint32_t) * kgem->batch_size);
6970 alloc = PAGE_ALIGN(size);

Completed in 21 milliseconds