Searched refs:NUM_PAGES (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/ |
| H A D | kgem.c | 124 #define NUM_PAGES(x) (((x) + PAGE_SIZE-1) / PAGE_SIZE) macro 3601 unsigned alloc = NUM_PAGES(bo->used); 4908 bo = __kgem_bo_alloc(args.handle, NUM_PAGES(size)); 4995 size = NUM_PAGES(size); 6079 bo = search_snoop_cache(kgem, NUM_PAGES(size), 0); 7092 __FUNCTION__, ptr, size, NUM_PAGES(size), read_only, handle, bo->proxy != NULL)); 7640 old = search_linear_cache(kgem, NUM_PAGES(size), CREATE_INACTIVE | CREATE_CPU_MAP); 7707 old = search_linear_cache(kgem, NUM_PAGES(size), 7728 assert(num_pages(&bo->base) >= NUM_PAGES(size)); 7751 alloc = NUM_PAGES(siz [all...] |
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/ |
| H A D | kgem.c | 124 #define NUM_PAGES(x) (((x) + PAGE_SIZE-1) / PAGE_SIZE) macro 3060 unsigned alloc = NUM_PAGES(bo->used); 4394 bo = __kgem_bo_alloc(args.handle, NUM_PAGES(size)); 4479 size = NUM_PAGES(size); 5510 bo = search_snoop_cache(kgem, NUM_PAGES(size), 0); 6452 __FUNCTION__, ptr, size, NUM_PAGES(size), read_only, handle, bo->proxy != NULL)); 6989 old = search_linear_cache(kgem, NUM_PAGES(size), CREATE_INACTIVE | CREATE_CPU_MAP); 7056 old = search_linear_cache(kgem, NUM_PAGES(size), 7077 assert(num_pages(&bo->base) >= NUM_PAGES(size)); 7100 alloc = NUM_PAGES(siz [all...] |
Completed in 45 milliseconds