Home
last modified time | relevance | path

Searched refs:nregions (Results 1 - 5 of 5) sorted by relevance

/third_party/elfutils/src/
H A Delfcmp.c258 size_t nregions = 0; in main() local
298 ++nregions; in main()
581 nregions += 2; in main()
589 struct region *regionsarr = alloca (nregions * sizeof (struct region)); in main()
602 for (size_t cnt = 0; cnt < nregions; ++cnt) in main()
608 qsort (regionsarr, nregions, sizeof (regionsarr[0]), regioncompare); in main()
638 while (cnt < nregions && regionsarr[cnt].to < phdr1->p_offset) in main()
643 while (cnt < nregions && regionsarr[cnt].from < end) in main()
665 if (cnt == nregions && last < end) in main()
/third_party/libdrm/omap/
H A Domap_drm.h100 uint32_t nregions; member
H A Domap_drm.c464 .nregions = 0, in omap_bo_cpu_fini()
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_bufmgr.c972 uint32_t nregions = 0; in alloc_fresh_bo() local
976 regions[nregions++] = bufmgr->vram.region; in alloc_fresh_bo()
977 regions[nregions++] = bufmgr->sys.region; in alloc_fresh_bo()
980 regions[nregions++] = bufmgr->vram.region; in alloc_fresh_bo()
983 regions[nregions++] = bufmgr->sys.region; in alloc_fresh_bo()
991 .num_regions = nregions, in alloc_fresh_bo()
/third_party/mesa3d/src/intel/vulkan/
H A Danv_allocator.c1701 uint32_t nregions = 0; in anv_device_alloc_bo() local
1705 regions[nregions++] = device->physical->vram_non_mappable.region; in anv_device_alloc_bo()
1707 regions[nregions++] = device->physical->sys.region; in anv_device_alloc_bo()
1714 regions[nregions++] = device->physical->sys.region; in anv_device_alloc_bo()
1719 flags, nregions, regions); in anv_device_alloc_bo()

Completed in 9 milliseconds