Searched refs:maps (Results 1 - 25 of 167) sorted by relevance

1234567

/xsrc/external/mit/glu/dist/src/libnurbs/internals/
H A Dmaplist.cc52 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 )
H A Dmaplist.h59 Mapdesc * maps; member in class:Maplist
H A Dquilt.cc198 Quilt *maps = this; local in function:Quilt::getRange
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/
H A DLookupCmap.c106 /* Monochrome visuals have no standard maps */
244 XStandardColormap *m, *maps; local in function:lookup
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
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/
H A Dbuffer9.c55 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[Thi
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/examples/
H A Dxled.c83 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/
H A Dcolormaps.h20 void InsertRGBColormap(Atom a, XStandardColormap *maps, int nmaps,
H A Dcolormaps.c555 InsertRGBColormap(Atom a, XStandardColormap *maps, int nmaps, argument
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 in function:LocateStandardColormaps
658 if(XGetRGBColormaps(dpy, Scr->Root, &maps, &nmaps, atoms[i])) {
660 InsertRGBColormap(atoms[i], maps, nmap
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Dbuffer9.c56 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[Thi
[all...]
/xsrc/external/mit/libX11/dist/src/xkb/
H A DXKBleds.c95 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[
[all...]
/xsrc/external/mit/freetype/dist/src/psnames/
H A Dpsmodule.c312 /* 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
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_debug_flush.c34 * - 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[
[all...]
/xsrc/external/mit/xkeyboard-config/dist/tests/mxkbledpanel/
H A Dmxkbledpanel.c140 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[le
[all...]
/xsrc/external/mit/xorg-server.old/dist/xkb/
H A DxkbLEDs.c239 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
[all...]
H A DxkbInit.c430 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_SCROL
[all...]
/xsrc/external/mit/xorg-server/dist/xkb/
H A DxkbLEDs.c246 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
[all...]
H A DxkbInit.c456 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_SCROL
[all...]
/xsrc/external/mit/freetype/dist/include/freetype/internal/services/
H A Dsvpscmap.h67 PS_UniMap* maps; member in struct:PS_UnicodesRec_
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/core/core/
H A Dresource.cpp70 maps.emplace_back(q, *this, flags, blocking, origin, region);
71 return maps.back();
78 }, maps);
83 return maps.size();
H A Dresource.hpp79 std::list<mapping> maps; member in class:clover::resource
/xsrc/external/mit/MesaLib.old/dist/src/intel/tools/
H A Daub_mem.h46 struct list_head maps; member in struct:aub_mem
/xsrc/external/mit/MesaLib/dist/src/intel/tools/
H A Daub_mem.h46 struct list_head maps; member in struct:aub_mem
/xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
H A Dv3dv_pipeline_cache.c348 /* 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 in function:v3dv_pipeline_shared_data_create_from_blob
578 maps[stage] = vk_zalloc2(&cache->device->vk.alloc, NULL,
582 if (maps[stage] == NULL)
585 memcpy(maps[stag
364 v3dv_pipeline_shared_data_new(struct v3dv_pipeline_cache * cache,const unsigned char sha1_key[20],struct v3dv_descriptor_maps ** maps,struct v3dv_shader_variant ** variants,const uint64_t * total_assembly,const uint32_t total_assembly_size) argument
[all...]
/xsrc/external/mit/twm/dist/src/
H A Dutil.c391 InsertRGBColormap(Atom a, XStandardColormap *maps, int nmaps, Bool replace) argument
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 in function:LocateStandardColormaps
473 if (XGetRGBColormaps(dpy, Scr->Root, &maps, &nmaps, atoms[i])) {
475 InsertRGBColormap(atoms[i], maps, nmap
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/core/
H A Dresource.cpp86 maps.emplace_back(q, *this, flags, blocking, origin, region);
87 return &maps.back();
94 }, maps);
99 return maps.size();

Completed in 23 milliseconds

1234567