Searched refs:holes (Results 1 - 25 of 30) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Dvma.h36 struct list_head holes; member in struct:util_vma_heap
H A Dvma.c36 list_for_each_entry(struct util_vma_hole, _hole, &(_heap)->holes, link)
39 list_for_each_entry_safe(struct util_vma_hole, _hole, &(_heap)->holes, link)
45 list_inithead(&heap->holes);
65 if (&hole->link == heap->holes.next) {
75 * holes during a util_vma_heap_free.
143 * holes, one high and one low.
187 /* Find immediately higher and lower holes if they exist. */
208 /* Merge the two holes */
230 list_add(&hole->link, &heap->holes);
/xsrc/external/mit/MesaLib/dist/src/util/
H A Dvma.h37 struct list_head holes; member in struct:util_vma_heap
H A Dvma.c37 list_for_each_entry(struct util_vma_hole, _hole, &(_heap)->holes, link)
40 list_for_each_entry_safe(struct util_vma_hole, _hole, &(_heap)->holes, link)
43 list_for_each_entry_safe_rev(struct util_vma_hole, _hole, &(_heap)->holes, link)
49 list_inithead(&heap->holes);
72 if (&hole->link == heap->holes.next) {
82 * holes during a util_vma_heap_free.
124 * holes, one high and one low.
260 /* Find immediately higher and lower holes if they exist. */
281 /* Merge the two holes */
303 list_add(&hole->link, &heap->holes);
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/radeon/drm/
H A Dradeon_drm_winsys.h52 struct list_head holes; member in struct:radeon_vm_heap
H A Dradeon_drm_bo.c208 /* All VM address space holes will implicitly start aligned to the
215 LIST_FOR_EACH_ENTRY_SAFE(hole, n, &heap->holes, list) {
262 list_add(&n->list, &heap->holes);
298 if (!LIST_IS_EMPTY(&heap->holes)) {
299 hole = container_of(heap->holes.next, hole, list);
309 hole = container_of(&heap->holes, hole, list);
310 LIST_FOR_EACH_ENTRY(next, &heap->holes, list) {
316 if (&hole->list != &heap->holes) {
322 if (next != hole && &next->list != &heap->holes &&
333 if (next != hole && &next->list != &heap->holes
[all...]
H A Dradeon_drm_winsys.c905 list_inithead(&ws->vm32.holes);
906 list_inithead(&ws->vm64.holes);
/xsrc/external/mit/MesaLib/dist/src/gallium/winsys/radeon/drm/
H A Dradeon_drm_winsys.h52 struct list_head holes; member in struct:radeon_vm_heap
H A Dradeon_drm_bo.c209 /* All VM address space holes will implicitly start aligned to the
216 LIST_FOR_EACH_ENTRY_SAFE(hole, n, &heap->holes, list) {
263 list_add(&n->list, &heap->holes);
299 if (!list_is_empty(&heap->holes)) {
300 hole = container_of(heap->holes.next, struct radeon_bo_va_hole, list);
310 hole = container_of(&heap->holes, struct radeon_bo_va_hole, list);
311 LIST_FOR_EACH_ENTRY(next, &heap->holes, list) {
317 if (&hole->list != &heap->holes) {
323 if (next != hole && &next->list != &heap->holes &&
334 if (next != hole && &next->list != &heap->holes
[all...]
H A Dradeon_drm_winsys.c910 list_inithead(&ws->vm32.holes);
911 list_inithead(&ws->vm64.holes);
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D10.4.5.rst58 - nvc0: allow holes in xfb target lists
H A D11.1.2.rst98 - nvc0: avoid crashing when there are holes in vertex array bindings
H A D18.1.8.rst123 - anv: Fill holes in the VF VUE to zero
H A D20.0.1.rst133 - tgsi_to_nir: set num_images and num_samplers with holes correctly
H A D19.3.4.rst124 - anv: Insert holes for non-existant XFB varyings
H A D19.0.0.rst1144 - nir: Fix holes in nir_instr
H A D20.2.0.rst891 - Revert "radv: add support for MRTs compaction to avoid holes"
4406 - radv: add support for MRTs compaction to avoid holes
H A D21.2.0.rst891 - asahi: Skip over holes in the vbufs
3417 - gallium: renumber PIPE_MAP_* enums to remove holes
/xsrc/external/mit/xterm/dist/
H A Dgraphics.c955 if_TRACE(int holes = 0);
1005 if_TRACE(holes++);
1013 TRACE(("done refreshing graphic: %d of %d refreshed pixels were holes; %d were out of pixmap range\n",
1014 holes, total, out_of_range));
1521 unsigned holes = 0U; local in function:FindGraphicHoles
1528 holes++;
1532 if (non_holes && holes)
1540 *result = holes;
1563 unsigned holes; local in function:refresh_graphics
1614 &holes)) {
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/bus/
H A DSbus.c372 int n, holes = 0, i, j; local in function:sparcPromAssignNodes
379 holes = 1;
382 if (holes && (f = fopen("/proc/fb", "r")) != NULL) {
H A DnetbsdSbus.c321 int n, holes = 0, i, j; local in function:sparcPromAssignNodes
328 holes = 1;
331 if (holes && (f = fopen("/proc/fb", "r")) != NULL) {
/xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/bus/
H A DSbus.c387 int n, holes = 0, i, j; local in function:sparcPromAssignNodes
394 holes = 1;
397 if (holes && (f = fopen("/proc/fb", "r")) != NULL) {
H A DnetbsdSbus.c321 int n, holes = 0, i, j; local in function:sparcPromAssignNodes
328 holes = 1;
331 if (holes && (f = fopen("/proc/fb", "r")) != NULL) {
/xsrc/external/mit/xrdb/dist/
H A Dconfigure.ac43 # Common hidey holes:
/xsrc/external/mit/MesaLib/dist/docs/
H A Dfaq.rst253 ``GL_LINES`` and seeing holes or gaps it's because of a float-to-int

Completed in 43 milliseconds

12