| /xsrc/external/mit/MesaLib.old/dist/src/util/ |
| H A D | vma.h | 36 struct list_head holes; member in struct:util_vma_heap
|
| H A D | vma.c | 36 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 D | vma.h | 37 struct list_head holes; member in struct:util_vma_heap
|
| H A D | vma.c | 37 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 D | radeon_drm_winsys.h | 52 struct list_head holes; member in struct:radeon_vm_heap
|
| H A D | radeon_drm_bo.c | 208 /* 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 D | radeon_drm_winsys.c | 905 list_inithead(&ws->vm32.holes); 906 list_inithead(&ws->vm64.holes);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/winsys/radeon/drm/ |
| H A D | radeon_drm_winsys.h | 52 struct list_head holes; member in struct:radeon_vm_heap
|
| H A D | radeon_drm_bo.c | 209 /* 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 D | radeon_drm_winsys.c | 910 list_inithead(&ws->vm32.holes); 911 list_inithead(&ws->vm64.holes);
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 10.4.5.rst | 58 - nvc0: allow holes in xfb target lists
|
| H A D | 11.1.2.rst | 98 - nvc0: avoid crashing when there are holes in vertex array bindings
|
| H A D | 18.1.8.rst | 123 - anv: Fill holes in the VF VUE to zero
|
| H A D | 20.0.1.rst | 133 - tgsi_to_nir: set num_images and num_samplers with holes correctly
|
| H A D | 19.3.4.rst | 124 - anv: Insert holes for non-existant XFB varyings
|
| H A D | 19.0.0.rst | 1144 - nir: Fix holes in nir_instr
|
| H A D | 20.2.0.rst | 891 - Revert "radv: add support for MRTs compaction to avoid holes" 4406 - radv: add support for MRTs compaction to avoid holes
|
| H A D | 21.2.0.rst | 891 - asahi: Skip over holes in the vbufs 3417 - gallium: renumber PIPE_MAP_* enums to remove holes
|
| /xsrc/external/mit/xterm/dist/ |
| H A D | graphics.c | 955 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 D | Sbus.c | 372 int n, holes = 0, i, j; local in function:sparcPromAssignNodes 379 holes = 1; 382 if (holes && (f = fopen("/proc/fb", "r")) != NULL) {
|
| H A D | netbsdSbus.c | 321 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 D | Sbus.c | 387 int n, holes = 0, i, j; local in function:sparcPromAssignNodes 394 holes = 1; 397 if (holes && (f = fopen("/proc/fb", "r")) != NULL) {
|
| H A D | netbsdSbus.c | 321 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 D | configure.ac | 43 # Common hidey holes:
|
| /xsrc/external/mit/MesaLib/dist/docs/ |
| H A D | faq.rst | 253 ``GL_LINES`` and seeing holes or gaps it's because of a float-to-int
|