Home
last modified time | relevance | path

Searched refs:nregions (Results 1 – 4 of 4) sorted by relevance

/third_party/libdrm/omap/
Domap_drm.h100 uint32_t nregions; member
Domap_drm.c470 .nregions = 0, in omap_bo_cpu_fini()
/third_party/mesa3d/src/intel/vulkan/
Danv_allocator.c1654 uint32_t nregions = 0; in anv_device_alloc_bo() local
1658 regions[nregions++] = device->physical->vram.region; in anv_device_alloc_bo()
1659 regions[nregions++] = device->physical->sys.region; in anv_device_alloc_bo()
1661 regions[nregions++] = device->physical->sys.region; in anv_device_alloc_bo()
1665 nregions, regions); in anv_device_alloc_bo()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_bufmgr.c919 uint32_t nregions = 0; in alloc_fresh_bo() local
922 regions[nregions++] = bufmgr->vram.region; in alloc_fresh_bo()
923 regions[nregions++] = bufmgr->sys.region; in alloc_fresh_bo()
925 regions[nregions++] = bufmgr->sys.region; in alloc_fresh_bo()
930 .num_regions = nregions, in alloc_fresh_bo()