Searched refs:new_region (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Dnine_memory_helper.c427 struct nine_memfd_file_region *region, *best_region, *new_region; local in function:insert_new_allocation
463 new_region = allocate_region(allocator, best_region->offset + best_region->size, min_blocksize);
464 new_region->zero_filled = best_region->zero_filled;
465 move_region_ordered_merge(allocator, &best_memfd_file->free_regions, new_region);
/xsrc/external/mit/xf86-video-amdgpu/dist/src/
H A Damdgpu_kms.c520 amdgpu_sync_scanout_pixmaps(xf86CrtcPtr xf86_crtc, RegionPtr new_region, argument
538 RegionSubtract(&remaining, last_region, new_region);
/xsrc/external/mit/xf86-video-ati-kms/dist/src/
H A Dradeon_kms.c467 radeon_sync_scanout_pixmaps(xf86CrtcPtr xf86_crtc, RegionPtr new_region, argument
487 RegionSubtract(&remaining, last_region, new_region);

Completed in 13 milliseconds