Searched refs:did (Results 1 - 25 of 278) sorted by relevance

1234567891011>>

/xsrc/external/mit/xorg-server/dist/include/
H A Dclosestr.h109 XID did; member in struct:_PTclosure
124 XID did; member in struct:_ITclosure
/xsrc/external/mit/xorg-server.old/dist/include/
H A Dclosestr.h110 XID did; member in struct:_PTclosure
125 XID did; member in struct:_ITclosure
/xsrc/external/mit/libdrm/dist/amdgpu/
H A Damdgpu_asic_id.c41 uint32_t did; local in function:parse_one_line
61 did = strtol(s_did, &endptr, 16);
65 if (did != dev->info.asic_id) {
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/
H A Dxf86DisplayIDModes.c399 forEachDisplayIDBlock(int scrnIndex, unsigned char *did, did_proc proc, argument
402 int num_extensions = did[3];
403 int section_size = did[1];
407 if ((did[0] & 0xf0) != 0x10) /* not 1.x, abort */
411 block = did + 4;
422 did += (did[1] + 5);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/targets/d3dadapter9/
H A Ddrm.c123 int vid, did; local in function:get_bus_info
125 if (loader_get_pci_id_for_fd(fd, &vid, &did)) {
127 vid, did);
129 *deviceid = did;
/xsrc/external/mit/MesaLib/dist/src/gallium/targets/d3dadapter9/
H A Ddrm.c127 int vid, did; local in function:get_bus_info
129 if (loader_get_pci_id_for_fd(fd, &vid, &did)) {
131 vid, did);
133 *deviceid = did;
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D10.1.rst32 - GL_ARB_map_buffer_alignment on all drivers that did not previously
H A D7.5.1.rst50 - Setting arrays of sampler uniforms did not work
H A D8.0.rst47 - Removed all DRI drivers that did not support DRI2. Specifically,
H A D10.4.6.rst40 Transform feedback uses incorrect interleaving if a previous draw did
H A D20.1.7.rst39 - lp_bld_init.c:172:7: error: implicit declaration of function ‘LLVMAddConstantPropagationPass’; did you mean ‘LLVMAddCorrelatedValuePropagationPass’? [-Werror=implicit-function-declaration]
H A D10.5.1.rst50 Transform feedback uses incorrect interleaving if a previous draw did
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/ddc/
H A Dddc.c469 unsigned char *did = NULL; local in function:xf86DoDisplayID
492 if ((did = DDC2ReadDisplayID())) {
499 tmp->rawData = did;
/xsrc/external/mit/xorgproto/dist/
H A DREADME.md45 - if the kernel release did not add new `KEY_FOO` defines, no work is
/xsrc/external/mit/MesaLib/dist/docs/
H A Drepository.rst157 did your last pull. Even if your changes do not conflict with their
159 the point in time where you did your last pull and merging it to a
171 current repository state, instead of the time you did the last
/xsrc/external/mit/xf86-video-sunffb/dist/src/
H A Dffb_dac.c359 unsigned int did, manuf_rev, partnum; local in function:init_dac_flags
374 did = DACCFG_READ(dac, FFBDAC_CFG_DID);
379 partnum = ((did & FFBDAC_CFG_DID_PNUM) >> 12);
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Ddixfonts.c1169 need to clean up after the work we did when going to
1186 dixLookupDrawable(&pDraw, c->did, client, 0, DixWriteAccess);
1422 unsigned char *endReq, int xorg, int yorg, int reqType, XID did)
1434 local_closure.did = did;
1464 dixLookupDrawable(&pDraw, c->did, client, 0, DixWriteAccess);
1581 unsigned char *data, int xorg, int yorg, int reqType, XID did)
1593 local_closure.did = did;
1421 PolyText(ClientPtr client,DrawablePtr pDraw,GC * pGC,unsigned char * pElt,unsigned char * endReq,int xorg,int yorg,int reqType,XID did) argument
1580 ImageText(ClientPtr client,DrawablePtr pDraw,GC * pGC,int nChars,unsigned char * data,int xorg,int yorg,int reqType,XID did) argument
/xsrc/external/mit/xorg-server/dist/dix/
H A Ddixfonts.c1110 need to clean up after the work we did when going to
1126 dixLookupDrawable(&pDraw, c->did, client, 0, DixWriteAccess);
1353 unsigned char *endReq, int xorg, int yorg, int reqType, XID did)
1364 .did = did,
1393 dixLookupDrawable(&pDraw, c->did, client, 0, DixWriteAccess);
1499 unsigned char *data, int xorg, int yorg, int reqType, XID did)
1511 local_closure.did = did;
1352 PolyText(ClientPtr client,DrawablePtr pDraw,GC * pGC,unsigned char * pElt,unsigned char * endReq,int xorg,int yorg,int reqType,XID did) argument
1498 ImageText(ClientPtr client,DrawablePtr pDraw,GC * pGC,int nChars,unsigned char * data,int xorg,int yorg,int reqType,XID did) argument
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
H A Dir3_ra.c565 struct ir3_ra_instr_data *did = &ctx->instrd[id->defn->ip]; local in function:ra_block_find_definers
566 if (did->sz < id->sz) {
567 did->sz = id->sz;
568 did->cls = id->cls;
/xsrc/external/mit/freetype/dist/builds/cmake/
H A DiOS.cmake136 # it did before.
/xsrc/external/mit/xf86-video-tseng/dist/src/
H A Dtseng_mode.c187 CARD8 temp, cid, did, readDacMask; local in function:STG1703Detect
217 did = hwp->readDacMask(hwp); /* device ID */
233 if ((cid == 0x44) && (did == 0x03)) {
/xsrc/external/mit/xorg-server.old/dist/damageext/
H A Ddamageext.c440 FreeDamageExt (pointer value, XID did) argument
/xsrc/external/mit/xorg-server/dist/damageext/
H A Ddamageext.c574 FreeDamageExt(void *value, XID did) argument
/xsrc/external/mit/libX11/dist/
H A DREADME.md149 which did not follow documented rules for calling libX11 functions.
/xsrc/external/mit/libXfontcache/dist/
H A Dltmain.sh1034 # Suppress compiler output if we already did a PIC compilation.
3618 $echo "*** because a test_compile did reveal that the linker did not use it for"
3658 $echo "*** because a test_compile did reveal that the linker did not use this one"
3731 $echo "*** because I did check the linker path looking for a file starting"
3783 $echo "*** because I did check the linker path looking for a file starting"

Completed in 54 milliseconds

1234567891011>>