HomeSort by: relevance | last modified time | path
    Searched refs:maps (Results 1 - 25 of 80) sorted by relevancy

1 2 3 4

  /xsrc/external/mit/glu/dist/src/libnurbs/internals/
maplist.cc 52 maps = 0; lastmap = &maps;
83 for( Mapdesc **curmap = &maps; *curmap; curmap = &((*curmap)->next) ) {
97 maps = 0;
98 lastmap = &maps;
113 for( m = maps; m; m = m->next )
maplist.h 59 Mapdesc * maps; member in class:Maplist
quilt.cc 198 Quilt *maps = this; local
199 from[i] = maps->qspec[i].breakpoints[0];
200 to[i] = maps->qspec[i].breakpoints[maps->qspec[i].width];
203 for( m=maps; m; m=m->next ) {
213 for( m=maps; m; m=m->next )
  /xsrc/external/mit/libXmu/dist/src/
LookupCmap.c 106 /* Monochrome visuals have no standard maps */
244 XStandardColormap *m, *maps; local
248 for (i = 0, m = s, maps = stdcmaps; i < count; i++, m++, maps++) {
249 m->colormap = maps->colormap;
250 m->red_max = maps->red_max;
251 m->red_mult = maps->red_mult;
252 m->green_max = maps->green_max;
253 m->green_mult = maps->green_mult;
254 m->blue_max = maps->blue_max
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/
buffer9.c 55 This->maps = MALLOC(sizeof(struct NineTransfer));
56 if (!This->maps)
154 if (This->maps) {
158 FREE(This->maps);
299 REALLOC(This->maps, sizeof(struct NineTransfer)*This->maxmaps,
305 This->maps = newmaps;
327 This->maps[This->nmaps-1].should_destroy_buf = true;
335 This->maps[This->nmaps].transfer = NULL;
336 This->maps[This->nmaps].is_pipe_secondary = false;
337 This->maps[This->nmaps].buf = NULL
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/hw/dmx/examples/
xled.c 83 printf("led %d = %d\n", i, xkb->indicators->maps[i].flags);
84 old[i] = xkb->indicators->maps[i].flags;
85 xkb->indicators->maps[i].flags = XkbIM_NoAutomatic;
102 printf("led %d = %d\n", i, xkb->indicators->maps[i].flags);
118 xkb->indicators->maps[i].flags = old[i];
  /xsrc/external/mit/ctwm/dist/
colormaps.h 20 void InsertRGBColormap(Atom a, XStandardColormap *maps, int nmaps,
colormaps.c 555 InsertRGBColormap(Atom a, XStandardColormap *maps, int nmaps,
579 if(sc->maps) {
580 XFree(sc->maps);
598 sc->maps = maps;
617 if(sc->maps) {
618 XFree(sc->maps);
655 XStandardColormap *maps = NULL; local
658 if(XGetRGBColormaps(dpy, Scr->Root, &maps, &nmaps, atoms[i])) {
660 InsertRGBColormap(atoms[i], maps, nmaps, false)
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
buffer9.c 56 This->maps = MALLOC(sizeof(struct NineTransfer));
57 if (!This->maps)
188 if (This->maps) {
193 FREE(This->maps);
367 REALLOC(This->maps, sizeof(struct NineTransfer)*This->maxmaps,
373 This->maps = newmaps;
395 This->maps[This->nmaps-1].should_destroy_buf = true;
403 This->maps[This->nmaps].transfer = NULL;
404 This->maps[This->nmaps].is_pipe_secondary = false;
405 This->maps[This->nmaps].buf = NULL
    [all...]
  /xsrc/external/mit/libX11/dist/src/xkb/
XKBleds.c 95 leds->maps[i].flags = wire->flags;
96 leds->maps[i].which_groups = wire->whichGroups;
97 leds->maps[i].groups = wire->groups;
98 leds->maps[i].which_mods = wire->whichMods;
99 leds->maps[i].mods.mask = wire->mods;
100 leds->maps[i].mods.real_mods = wire->realMods;
101 leds->maps[i].mods.vmods = wire->virtualMods;
102 leds->maps[i].ctrls = wire->ctrls;
182 wire->flags = xkb->indicators->maps[i].flags;
183 wire->whichGroups = xkb->indicators->maps[i].which_groups
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
u_debug_flush.c 34 * - Recursive maps.
72 struct debug_map_item maps[DEBUG_FLUSH_MAP_DEPTH]; member in struct:debug_flush_buf
135 FREE(fbuf->maps[i].frame);
223 /* Recursive maps are allowed if previous maps are persistent,
225 * with unpersistent maps.
231 FALSE, fbuf->maps[fbuf->last_sync_map].frame);
234 fbuf->maps[fbuf->map_count].frame =
236 fbuf->maps[fbuf->map_count].persistent = persistent;
282 if (!fbuf->maps[i].persistent)
    [all...]
  /xsrc/external/mit/freetype/dist/src/psnames/
psmodule.c 312 /* Build a table that maps Unicode values to glyph indices. */
329 table->maps = NULL;
331 if ( !FT_NEW_ARRAY( table->maps, num_glyphs + EXTRA_GLYPH_LIST_SIZE ) )
339 map = table->maps;
380 count = (FT_UInt)( map - table->maps );
385 FT_FREE( table->maps );
394 (void)FT_RENEW_ARRAY( table->maps,
402 ft_qsort( table->maps, count, sizeof ( PS_UniMap ),
422 min = table->maps;
478 map = table->maps + mid
    [all...]
  /xsrc/external/mit/xkeyboard-config/dist/tests/mxkbledpanel/
mxkbledpanel.c 140 fprintf(stderr,"Couldn't get changed indicator maps\n");
206 XkbIndicatorMapPtr map= &xkb->indicators->maps[i];
333 switch (xkb->indicators->maps[led].flags &
376 if (xkb->indicators->maps[led].ctrls)
378 unsigned long which = xkb->indicators->maps[led].ctrls;
392 if (xkb->indicators->maps[led].groups)
406 xkb->indicators->maps[led].groups)
408 if (xkb->indicators->maps[led].which_groups &
411 else if (xkb->indicators->maps[led].which_groups&XkbIM_UseLatched)
427 xkb->indicators->maps[led].groups)
    [all...]
  /xsrc/external/mit/xorg-server/dist/xkb/
xkbLEDs.c 246 if ((maps_to_check == 0) || (sli->maps == NULL) || (sli->mapsPresent == 0))
263 map = &sli->maps[i];
318 if ((kf->xkb_sli == NULL) || (kf->xkb_sli->maps == NULL))
330 if ((lf->xkb_sli == NULL) || (lf->xkb_sli->maps == NULL))
408 * Applies the indicator maps for any indicators specified in
417 * maps for any open extension devices that have them, and updates
470 for (i = 0, bit = 1, map = sli->maps; i < XkbNumIndicators;
558 sli->maps = xkb->indicators->maps;
564 sli->maps = NULL
    [all...]
xkbInit.c 456 map->maps[LED_CAPS - 1].flags = XkbIM_NoExplicit;
457 map->maps[LED_CAPS - 1].which_mods = XkbIM_UseLocked;
458 map->maps[LED_CAPS - 1].mods.mask = LockMask;
459 map->maps[LED_CAPS - 1].mods.real_mods = LockMask;
461 map->maps[LED_NUM - 1].flags = XkbIM_NoExplicit;
462 map->maps[LED_NUM - 1].which_mods = XkbIM_UseLocked;
463 map->maps[LED_NUM - 1].mods.mask = 0;
464 map->maps[LED_NUM - 1].mods.real_mods = 0;
465 map->maps[LED_NUM - 1].mods.vmods = vmod_NumLockMask;
467 map->maps[LED_SCROLL - 1].flags = XkbIM_NoExplicit
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/xkb/
xkbLEDs.c 239 if ((maps_to_check==0)||(sli->maps==NULL)||(sli->mapsPresent==0))
255 map= &sli->maps[i];
306 if ((kf->xkb_sli==NULL)||(kf->xkb_sli->maps==NULL))
317 if ((lf->xkb_sli==NULL)||(lf->xkb_sli->maps==NULL))
397 * Applies the indicator maps for any indicators specified in
406 * maps for any open extension devices that have them, and updates
460 for (i=0,bit=1,map=sli->maps;i<XkbNumIndicators;i++,bit<<=1,map++) {
547 sli->maps= xkb->indicators->maps;
553 sli->maps= NULL
    [all...]
xkbInit.c 430 map->maps[LED_CAPS-1].flags= XkbIM_NoExplicit;
431 map->maps[LED_CAPS-1].which_mods= XkbIM_UseLocked;
432 map->maps[LED_CAPS-1].mods.mask= LockMask;
433 map->maps[LED_CAPS-1].mods.real_mods= LockMask;
435 map->maps[LED_NUM-1].flags= XkbIM_NoExplicit;
436 map->maps[LED_NUM-1].which_mods= XkbIM_UseLocked;
437 map->maps[LED_NUM-1].mods.mask= 0;
438 map->maps[LED_NUM-1].mods.real_mods= 0;
439 map->maps[LED_NUM-1].mods.vmods= vmod_NumLockMask;
441 map->maps[LED_SCROLL-1].flags= XkbIM_NoExplicit
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/intel/tools/
aub_mem.h 46 struct list_head maps; member in struct:aub_mem
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/core/core/
resource.cpp 70 maps.emplace_back(q, *this, flags, blocking, origin, region);
71 return maps.back();
78 }, maps);
83 return maps.size();
  /xsrc/external/mit/MesaLib.old/dist/src/intel/tools/
aub_mem.h 46 struct list_head maps; member in struct:aub_mem
  /xsrc/external/mit/freetype/dist/include/freetype/internal/services/
svpscmap.h 67 PS_UniMap* maps; member in struct:PS_UnicodesRec_
  /xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
v3dv_pipeline_cache.c 348 /* We don't free binning descriptor maps as we are sharing them
351 if (shared_data->maps[stage] != NULL &&
353 vk_free(&device->vk.alloc, shared_data->maps[stage]);
366 struct v3dv_descriptor_maps **maps,
388 new_entry->maps[stage] = maps[stage];
566 struct v3dv_descriptor_maps *maps[BROADCOM_SHADER_STAGES] = { 0 }; local
578 maps[stage] = vk_zalloc2(&cache->device->vk.alloc, NULL,
582 if (maps[stage] == NULL)
585 memcpy(maps[stage], current_maps, sizeof(struct v3dv_descriptor_maps))
    [all...]
  /xsrc/external/mit/twm/dist/src/
util.c 391 InsertRGBColormap(Atom a, XStandardColormap *maps, int nmaps, Bool replace)
413 if (sc->maps)
414 XFree(sc->maps);
430 sc->maps = maps;
447 if (sc->maps)
448 XFree(sc->maps);
470 XStandardColormap *maps = NULL; local
473 if (XGetRGBColormaps(dpy, Scr->Root, &maps, &nmaps, atoms[i])) {
475 InsertRGBColormap(atoms[i], maps, nmaps, False)
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/core/
resource.cpp 86 maps.emplace_back(q, *this, flags, blocking, origin, region);
87 return &maps.back();
94 }, maps);
99 return maps.size();
resource.hpp 84 std::list<mapping> maps; member in class:clover::resource

Completed in 22 milliseconds

1 2 3 4