| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/ |
| H A D | radeon_cmdbuf.h | 47 #define OUT_BATCH_RELOC(data, bo, offset, rd, wd, flags) \ 56 bo, rd, wd, flags); \
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/ |
| H A D | radeon_cmdbuf.h | 47 #define OUT_BATCH_RELOC(bo, offset, rd, wd, flags) \ 56 bo, rd, wd, flags); \
|
| /xsrc/external/mit/xf86-video-ati/dist/src/ |
| H A D | r600_state.h | 203 #define RELOC_BATCH(bo, rd, wd) \ 207 _ret = radeon_cs_write_reloc(info->cs, (bo), (rd), (wd), 0); \ 224 #define RELOC_BATCH(bo, wd, rd) do {} while(0)
|
| H A D | radeon_macros.h | 176 #define EMIT_OFFSET(reg, value, pPix, rd, wd) do { \ 180 OUT_RELOC(driver_priv->bo, (rd), (wd)); \
|
| H A D | evergreen_state.h | 239 #define RELOC_BATCH(bo, rd, wd) \ 242 _ret = radeon_cs_write_reloc(info->cs, (bo), (rd), (wd), 0); \
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/ |
| H A D | 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) argument 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 in function:zink_descriptors_update_bindless 1868 wd [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/ |
| H A D | r600_gpu_load.c | 96 UPDATE_COUNTER(wd, WD_BUSY); 220 return BUSY_INDEX(rscreen, wd);
|
| H A D | r600_pipe_common.h | 310 struct r600_mmio_counter wd; member in struct:r600_mmio_counters::__anonbbc5da5b0108
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_gpu_load.c | 94 UPDATE_COUNTER(wd, WD_BUSY); 238 return BUSY_INDEX(sscreen, wd);
|
| H A D | si_pipe.h | 408 struct si_mmio_counter wd; member in struct:si_mmio_counters::__anon75b39ab40208
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/ |
| H A D | r600_gpu_load.c | 96 UPDATE_COUNTER(wd, WD_BUSY); 220 return BUSY_INDEX(rscreen, wd);
|
| H A D | r600_pipe_common.h | 306 struct r600_mmio_counter wd; member in struct:r600_mmio_counters::r600_mmio_counters_named
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_gpu_load.c | 93 UPDATE_COUNTER(wd, WD_BUSY); 231 return BUSY_INDEX(sscreen, wd);
|
| H A D | si_pipe.h | 469 struct si_mmio_counter wd; member in struct:si_mmio_counters::si_mmio_counters_named
|
| /xsrc/external/mit/xf86-video-ati-kms/dist/src/ |
| H A D | evergreen_state.h | 235 #define RELOC_BATCH(bo, rd, wd) \ 238 _ret = radeon_cs_write_reloc(info->cs, (bo), (rd), (wd), 0); \
|
| H A D | r600_state.h | 196 #define RELOC_BATCH(bo, rd, wd) \ 199 _ret = radeon_cs_write_reloc(info->cs, (bo), (rd), (wd), 0); \
|
| H A D | radeon.h | 1012 #define EMIT_OFFSET(reg, value, pPix, rd, wd) do { \ 1015 OUT_RING_RELOC(driver_priv->bo->bo.radeon, (rd), (wd)); \
|
| /xsrc/external/mit/xf86-video-mga/dist/src/ |
| H A D | mga_dac3026.c | 485 int hd, hs, he, ht, vd, vs, ve, vt, wd; local in function:MGA3026Init 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;
|
| H A D | mga_dacG.c | 1133 int hd, hs, he, ht, vd, vs, ve, vt, wd; local in function:MGAGInit 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/ |
| H A D | XlibInt.c | 358 XPointer *wd; local in function:_XRegisterInternalConnection 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 in function:_XUnregisterInternalConnection 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/ctwm/dist/ |
| H A D | win_decorations.c | 1517 int h, fw, fh, wd; local in function:SetBorderCursor 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/MesaLib.old/dist/src/gallium/winsys/radeon/drm/ |
| H A D | radeon_drm_cs.c | 351 enum radeon_bo_domain wd = usage & RADEON_USAGE_WRITE ? domains : 0; 366 added_domains = (rd | wd) & ~(reloc->read_domains | reloc->write_domain); 368 reloc->write_domain |= wd;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/winsys/radeon/drm/ |
| H A D | radeon_drm_cs.c | 379 enum radeon_bo_domain wd = usage & RADEON_USAGE_WRITE ? domains : 0; 394 added_domains = (rd | wd) & ~(reloc->read_domains | reloc->write_domain); 396 reloc->write_domain |= wd;
|
| /xsrc/external/mit/libXfont/dist/src/FreeType/ |
| H A D | ftfuncs.c | 1084 int wd, ht, bpr; /* width, height, bytes per row */ local in function:FreeTypeRasteriseGlyph 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/ |
| H A D | ftfuncs.c | 1086 int wd, ht, bpr; /* width, height, bytes per row */ local in function:FreeTypeRasteriseGlyph 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) &
|