| /xsrc/external/mit/MesaLib/dist/src/util/tests/vma/ |
| vma_random_test.cpp | 55 uint64_t num_pages; member in struct:__anon2891::allocation 61 assert(lhs.start_page + lhs.num_pages > lhs.start_page); 62 return lhs.start_page + lhs.num_pages <= rhs.start_page; 67 return a.start_page + a.num_pages; 121 assert(hole.num_pages < size_pages + hole_alignment_pages); 133 assert(hole.num_pages >= size_pages + addr_page - hole.start_page); 163 a.num_pages * MEM_PAGE_SIZE); 169 allocation x {a.start_page, a.num_pages + next->num_pages}; 178 prev->num_pages + next->num_pages} [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/util/tests/vma/ |
| vma_random_test.cpp | 55 uint64_t num_pages; member in struct:__anon5047::allocation 61 assert(lhs.start_page + lhs.num_pages > lhs.start_page); 62 return lhs.start_page + lhs.num_pages <= rhs.start_page; 67 return a.start_page + a.num_pages; 116 assert(hole.num_pages < size_pages + hole_alignment_pages); 128 assert(hole.num_pages >= size_pages + addr_page - hole.start_page); 158 a.num_pages * MEM_PAGE_SIZE); 164 allocation x {a.start_page, a.num_pages + next->num_pages}; 173 prev->num_pages + next->num_pages} [all...] |
| /xsrc/external/mit/xf86-video-qxl/dist/src/ |
| spiceqxl_driver.c | 107 uint32_t num_pages; local 143 num_pages = qxl->vram_size; 144 num_pages -= ram_header_size; 145 num_pages -= qxl->surface0_size; 146 num_pages = num_pages / TARGET_PAGE_SIZE; 151 rom->num_pages = num_pages;
|
| qxl_mem.c | 244 (unsigned long)qxl->rom->num_pages * getpagesize (), 247 (unsigned long)qxl->rom->num_pages * getpagesize ()
|
| spiceqxl_display.c | 129 info->qxl_ram_size = qxl->shadow_rom.num_pages << TARGET_PAGE_BITS;
|
| qxl_driver.c | 397 (qxl->rom->num_pages * getpagesize ()) / 1024); 965 rom->num_pages, (unsigned long)qxl->ram); 1127 pScrn->videoRam = PAGES_TO_KB(qxl->rom->num_pages)
|
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/ |
| kgem.c | 58 search_linear_cache(struct kgem *kgem, unsigned int num_pages, unsigned flags); 61 search_snoop_cache(struct kgem *kgem, unsigned int num_pages, unsigned flags); 124 #define NUM_PAGES(x) (((x) + PAGE_SIZE-1) / PAGE_SIZE) 241 #define num_pages(B) (B)->size.pages.count macro 880 static uint32_t gem_create(int fd, int num_pages) 886 create.size = PAGE_SIZE * num_pages; 980 constant inline static int cache_bucket(int num_pages) 982 return __fls(num_pages); 986 int handle, int num_pages) 988 DBG(("%s(handle=%d, num_pages=%d)\n", __FUNCTION__, handle, num_pages)) 6315 int num_pages = 0; local 6469 int num_pages = 0; local [all...] |
| gen8_render.c | 551 uint32_t num_pages; local 575 num_pages = sna->render_state.gen8.general_bo->size.pages.count; 577 OUT_BATCH(num_pages << 12 | 1); /* dynamic */ 579 OUT_BATCH(num_pages << 12 | 1); /* instruction */
|
| gen9_render.c | 602 uint32_t num_pages; local 627 num_pages = sna->render_state.gen9.general_bo->size.pages.count; 629 OUT_BATCH(num_pages << 12 | 1); /* dynamic */ 631 OUT_BATCH(num_pages << 12 | 1); /* instruction */
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/ |
| kgem.c | 58 search_linear_cache(struct kgem *kgem, unsigned int num_pages, unsigned flags); 61 search_snoop_cache(struct kgem *kgem, unsigned int num_pages, unsigned flags); 124 #define NUM_PAGES(x) (((x) + PAGE_SIZE-1) / PAGE_SIZE) 225 #define num_pages(B) (B)->size.pages.count macro 720 static uint32_t gem_create(int fd, int num_pages) 726 create.size = PAGE_SIZE * num_pages; 826 constant inline static int cache_bucket(int num_pages) 828 return __fls(num_pages); 832 int handle, int num_pages) 834 DBG(("%s(handle=%d, num_pages=%d)\n", __FUNCTION__, handle, num_pages)) 5740 int num_pages = 0; local 5894 int num_pages = 0; local [all...] |
| gen8_render.c | 485 uint32_t num_pages; local 509 num_pages = sna->render_state.gen8.general_bo->size.pages.count; 511 OUT_BATCH(num_pages << 12 | 1); /* dynamic */ 513 OUT_BATCH(num_pages << 12 | 1); /* instruction */
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/int10/ |
| generic.c | 339 int num_pages = ALLOC_ENTRIES(pagesize); local 342 for (i = 0; i < (num_pages - num); i++) { 352 if (i == (num_pages - num))
|
| vbe.h | 30 int num_pages; member in struct:__anon10036
|
| vbe.c | 152 vip->num_pages = 1; 171 xf86Int10FreePages(pVbe->pInt10, pVbe->memory, pVbe->num_pages);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/int10/ |
| generic.c | 361 int num_pages = ALLOC_ENTRIES(pagesize); local 364 for (i = 0; i < (num_pages - num); i++) { 374 if (i == (num_pages - num))
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/linux/int10/ |
| linux.c | 411 int num_pages = ALLOC_ENTRIES(pagesize); local 414 for (i = 0; i < (num_pages - num); i++) { 425 if (i == (num_pages - num))
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/linux/int10/ |
| linux.c | 429 int num_pages = ALLOC_ENTRIES(pagesize); local 432 for (i = 0; i < (num_pages - num); i++) { 443 if (i == (num_pages - num))
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/vbe/ |
| vbe.h | 31 int num_pages; member in struct:__anon10685
|
| vbe.c | 144 vip->num_pages = 1; 163 xf86Int10FreePages(pVbe->pInt10,pVbe->memory,pVbe->num_pages);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/ |
| zink_bo.c | 404 uint32_t start_page, uint32_t num_pages) 406 uint32_t end_page = start_page + num_pages;
|
| /xsrc/external/mit/xf86-video-ati/dist/src/ |
| radeon_dri.c | 2321 int num_pages; local 2323 num_pages = (info->dri->pciAperSize * 1024 * 1024) / 4096; 2327 ret_size = num_pages * sizeof(uint64_t); 2329 ret_size = num_pages * sizeof(unsigned int);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/winsys/amdgpu/drm/ |
| amdgpu_bo.c | 1027 uint32_t start_page, uint32_t num_pages) 1029 uint32_t end_page = start_page + num_pages;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/amdgpu/drm/ |
| amdgpu_bo.c | 898 uint32_t start_page, uint32_t num_pages) 900 uint32_t end_page = start_page + num_pages;
|