Searched defs:region (Results 1 - 7 of 7) sorted by relevance

/solaris-x11-s11/open-src/kernel/efb/src/
H A Dradeon_mem.c225 get_heap(drm_radeon_private_t *dev_priv, int region) argument
227 switch (region) {
257 alloc.region = alloc32.region;
268 heap = get_heap(dev_priv, alloc.region);
309 heap = get_heap(dev_priv, memfree.region);
340 heap = get_heap(dev_priv, initheap.region);
H A Dradeon_io32.h124 int region; member in struct:drm_radeon_mem_alloc_32
H A Dradeon_drm.h316 * There are 2 heaps (local/GART). Each region within a heap is a
735 int region; member in struct:drm_radeon_mem_alloc
742 int region; member in struct:drm_radeon_mem_free
747 int region; member in struct:drm_radeon_mem_init_heap
/solaris-x11-s11/open-src/app/xmag_multivis/sun-src/
H A Dmultivis.h68 Region region; /* Computed effective bounding region */ member in struct:_winVisInfo
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1Label.c272 static void Redisplay(w, event, region)
275 Region region;
280 if (region != NULL &&
281 XRectInRegion(region, lw->label.label_x, lw->label.label_y,
288 if (region != NULL) XSetRegion(XtDisplay(w), gc, region); local
321 if (region != NULL) XSetClipMask(XtDisplay(w), gc, (Pixmap)None);
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DLabel.c481 static void Redisplay(gw, event, region)
484 Region region;
494 if (region != NULL) {
501 if (XRectInRegion(region, x, w->label.label_y,
509 if (region != NULL)
510 XSetRegion(XtDisplay(gw), gc, region); local
588 if (region != NULL)
/solaris-x11-s11/open-src/kernel/i915/src/
H A Di915_drm.h41 /* Each region is a minimum of 16k, and there are at most 255 of them.
377 int region; member in struct:drm_i915_mem_alloc
384 int region; member in struct:drm_i915_mem_alloc32
391 int region; member in struct:drm_i915_mem_free
396 int region; member in struct:drm_i915_mem_init_heap
405 int region; member in struct:drm_i915_mem_destroy_heap

Completed in 28 milliseconds