HomeSort by: relevance | last modified time | path
    Searched defs:wd (Results 1 - 13 of 13) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/winsys/radeon/drm/
radeon_drm_cs.c 379 enum radeon_bo_domain wd = usage & RADEON_USAGE_WRITE ? domains : 0; local
394 added_domains = (rd | wd) & ~(reloc->read_domains | reloc->write_domain);
396 reloc->write_domain |= wd;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/radeon/drm/
radeon_drm_cs.c 351 enum radeon_bo_domain wd = usage & RADEON_USAGE_WRITE ? domains : 0; local
366 added_domains = (rd | wd) & ~(reloc->read_domains | reloc->write_domain);
368 reloc->write_domain |= wd;
  /xsrc/external/mit/ctwm/dist/
win_decorations.c 1517 int h, fw, fh, wd; local
1524 wd = tmp_win->frame_bw + tmp_win->frame_bw3D;
1525 h = Scr->TitleHeight + wd;
1530 fprintf(stderr, "wd=%d h=%d, fw=%d fh=%d x=%d y=%d\n",
1531 wd, h, fw, fh, x, y);
1539 * The title is TitleHeight high, the next wd pixels are border.
1550 if((x < -wd) || (y < -wd)) {
  /xsrc/external/mit/xf86-video-mga/dist/src/
mga_dac3026.c 485 int hd, hs, he, ht, vd, vs, ve, vt, wd; local
579 wd = (pLayout->displayWidth * 3) >> (4 - BppShift);
581 wd = pLayout->displayWidth >> (4 - BppShift);
590 wd <<= 1;
597 pReg->ExtVga[0] |= (wd & 0x300) >> 4;
636 pVga->CRTC[19] = wd & 0xFF;
mga_dacG.c 1133 int hd, hs, he, ht, vd, vs, ve, vt, wd; local
1379 wd = (pLayout->displayWidth * 3) >> (4 - BppShift);
1381 wd = pLayout->displayWidth >> (4 - BppShift);
1390 wd <<= 1;
1394 pReg->ExtVga[0] |= (wd & 0x300) >> 4;
1436 pVga->CRTC[19] = wd & 0xFF;
  /xsrc/external/mit/libX11/dist/src/
XlibInt.c 358 XPointer *wd; local
379 for (watchers=dpy->conn_watchers, wd=new_conni->watch_data;
381 watchers=watchers->next, wd++) {
382 *wd = NULL; /* for cleanliness */
383 (*watchers->fn) (dpy, watchers->client_data, fd, True, wd);
405 XPointer *wd; local
412 for (watch=dpy->conn_watchers, wd=info_list->watch_data;
414 watch=watch->next, wd++) {
415 (*watch->fn) (dpy, watch->client_data, fd, False, wd);
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
zink_descriptors.c 1205 init_write_descriptor(struct zink_shader *shader, VkDescriptorSet desc_set, enum zink_descriptor_type type, int idx, VkWriteDescriptorSet *wd, unsigned num_wds)
1207 wd->sType = VK_STRUCTURE_TYPE_WRITE_DESCRIPTOR_SET;
1208 wd->pNext = NULL;
1209 wd->dstBinding = shader ? shader->bindings[type][idx].binding : idx;
1210 wd->dstArrayElement = 0;
1211 wd->descriptorCount = shader ? shader->bindings[type][idx].size : 1;
1212 wd->descriptorType = shader ? shader->bindings[type][idx].type :
1214 wd->dstSet = desc_set;
1867 VkWriteDescriptorSet wd; local
1868 wd.sType = VK_STRUCTURE_TYPE_WRITE_DESCRIPTOR_SET
    [all...]
  /xsrc/external/mit/libXfont/dist/src/FreeType/
ftfuncs.c 1084 int wd, ht, bpr; /* width, height, bytes per row */ local
1357 if(wd_actual <= 0) wd = 1;
1358 else wd=wd_actual;
1362 bpr = (((wd + (instance->bmfmt.glyph<<3) - 1) >> 3) &
3745 int wd_actual, ht_actual, wd, ht, bpr;
3748 if(wd_actual <= 0) wd = 1;
3749 else wd=wd_actual;
3752 bpr = (((wd + (tf->instance->bmfmt.glyph<<3) - 1) >> 3) &
  /xsrc/external/mit/libXfont2/dist/src/FreeType/
ftfuncs.c 1086 int wd, ht, bpr; /* width, height, bytes per row */ local
1359 if(wd_actual <= 0) wd = 1;
1360 else wd=wd_actual;
1364 bpr = (((wd + (instance->bmfmt.glyph<<3) - 1) >> 3) &
3749 int wd_actual, ht_actual, wd, ht, bpr;
3752 if(wd_actual <= 0) wd = 1;
3753 else wd=wd_actual;
3756 bpr = (((wd + (tf->instance->bmfmt.glyph<<3) - 1) >> 3) &
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
r600_pipe_common.h 306 struct r600_mmio_counter wd; member in struct:r600_mmio_counters::r600_mmio_counters_named
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
r600_pipe_common.h 310 struct r600_mmio_counter wd; member in struct:r600_mmio_counters::__anon3967
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
si_pipe.h 469 struct si_mmio_counter wd; member in struct:si_mmio_counters::si_mmio_counters_named
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
si_pipe.h 408 struct si_mmio_counter wd; member in struct:si_mmio_counters::__anon4030

Completed in 28 milliseconds