Searched refs:rid (Results 1 - 25 of 36) sorted by relevance

12

/xsrc/external/mit/xorg-server.old/dist/xfixes/
H A Dxfixes.h35 #define VERIFY_REGION(pRegion, rid, client, mode) \
38 err = dixLookupResourceByType((pointer *) &pRegion, rid, \
41 client->errorValue = rid; \
46 #define VERIFY_REGION_OR_NONE(pRegion, rid, client, mode) { \
48 if (rid) VERIFY_REGION(pRegion, rid, client, mode); \
/xsrc/external/mit/xorg-server/dist/xfixes/
H A Dxfixes.h35 #define VERIFY_REGION(pRegion, rid, client, mode) \
38 err = dixLookupResourceByType((void **) &pRegion, rid, \
41 client->errorValue = rid; \
46 #define VERIFY_REGION_OR_NONE(pRegion, rid, client, mode) { \
48 if (rid) VERIFY_REGION(pRegion, rid, client, mode); \
/xsrc/external/mit/libX11/dist/src/
H A DContext.c77 XID rid; member in struct:_TableEntryRec
100 #define Hash(db,rid,context) \
101 (db)->table[(((rid) << 1) + context) & (db)->mask]
124 head = &Hash(db, entry->rid, entry->context);
162 register XID rid,
206 head = &Hash(db, rid, context);
209 if (entry->rid == rid && entry->context == context) {
217 entry->rid = rid;
160 XSaveContext(Display * display,register XID rid,register XContext context,_Xconst char * data) argument
237 XFindContext(Display * display,XID rid,XContext context,XPointer * data) argument
272 XDeleteContext(Display * display,XID rid,XContext context) argument
[all...]
/xsrc/external/mit/xorg-server.old/dist/damageext/
H A Ddamageextint.h61 #define VERIFY_DAMAGEEXT(pDamageExt, rid, client, mode) { \
62 int rc = dixLookupResourceByType((pointer *)&(pDamageExt), rid, \
/xsrc/external/mit/xorg-server/dist/damageext/
H A Ddamageextint.h60 #define VERIFY_DAMAGEEXT(pDamageExt, rid, client, mode) { \
61 int rc = dixLookupResourceByType((void **)&(pDamageExt), rid, \
/xsrc/external/mit/xorg-server.old/dist/test/xi2/
H A Dprotocol-xisetclientpointer.c54 int __wrap_dixLookupClient(ClientPtr *pClient, XID rid, ClientPtr client, Mask access) argument
56 if (rid == ROOT_WINDOW_ID)
59 if (rid == CLIENT_WINDOW_ID)
65 return __real_dixLookupClient(pClient, rid, client, access);
H A Dprotocol-xigetclientpointer.c53 int __wrap_dixLookupClient(ClientPtr *pClient, XID rid, ClientPtr client, Mask access) argument
55 if (rid == ROOT_WINDOW_ID)
58 if (rid == CLIENT_WINDOW_ID)
64 return __real_dixLookupClient(pClient, rid, client, access);
/xsrc/external/mit/libdrm/dist/amdgpu/
H A Damdgpu_asic_id.c43 uint32_t rid; local in function:parse_one_line
75 rid = strtol(s_rid, &endptr, 16);
79 if (rid != dev->info.pci_rev_id) {
/xsrc/external/mit/xorg-server/dist/test/xi2/
H A Dprotocol-common.c321 __wrap_dixLookupClient(ClientPtr *pClient, XID rid, ClientPtr client, argument
324 if (rid == ROOT_WINDOW_ID)
327 if (rid == CLIENT_WINDOW_ID) {
332 return __real_dixLookupClient(pClient, rid, client, access);
/xsrc/external/mit/xtrap/dist/
H A Dxtrapchar.c464 Window rid, wid; local in function:send_special
471 if ((Bool)XQueryPointer(tc->dpy,root,&rid,&wid,&x,
489 if ((Bool)XQueryPointer(tc->dpy,root,&rid,&wid,&x,
507 if (XQueryPointer(tc->dpy,root,&rid,&wid,&x,&y,
588 Window rid, wid; local in function:send_special
592 if (XQueryPointer(tc->dpy,root,&rid,&wid,&x,&y,&wx,&wy,&sm)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
H A Dsfn_instruction_tex.h76 unsigned rid, PValue sampler_offset);
H A Dsfn_instruction_tex.cpp34 unsigned sid, unsigned rid, PValue sampler_offset):
40 m_resource_id(rid),
33 TexInstruction(Opcode op,const GPRVector & dest,const GPRVector & src,unsigned sid,unsigned rid,PValue sampler_offset) argument
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Ddixutils.c254 dixLookupClient(ClientPtr *pClient, XID rid, ClientPtr client, Mask access) argument
257 int rc = BadValue, clientIndex = CLIENT_ID(rid);
259 if (!clientIndex || !clients[clientIndex] || (rid & SERVER_BIT))
262 rc = dixLookupResourceByClass(&pRes, rid, RC_ANY, client, DixGetAttrAccess);
274 client->errorValue = rid;
/xsrc/external/mit/xorg-server/dist/dix/
H A Ddixutils.c262 dixLookupClient(ClientPtr *pClient, XID rid, ClientPtr client, Mask access) argument
265 int rc = BadValue, clientIndex = CLIENT_ID(rid);
267 if (!clientIndex || !clients[clientIndex] || (rid & SERVER_BIT))
270 rc = dixLookupResourceByClass(&pRes, rid, RC_ANY, client, DixGetAttrAccess);
282 client->errorValue = rid;
/xsrc/external/mit/libFS/dist/src/
H A DFSlibint.h149 * "rid" is the name of the resource.
152 #define GetResReq(name, rid, req) \
158 req->id = (CARD32) (rid);\
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D11.0.8.rst73 - Revert "i965/state: Get rid of dword_pitch arguments to buffer
115 - i965/state: Get rid of dword_pitch arguments to buffer functions
H A D11.0.4.rst85 - mesa: Get rid of texture-dependent image unit derived state.
H A D12.0.6.rst79 - i965: Get rid of the do_lower_unnormalized_offsets pass
H A D17.2.3.rst95 - nir: Get rid of the variable on vote intrinsics
H A D17.1.2.rst99 - anv/image: Get rid of the memset(aux, 0, sizeof(aux)) hack
H A D7.9.1.rst370 - st/xorg: Add a customizer option to get rid of annoying cursor update
H A D19.3.0.rst563 - panfrost: Get rid of unused panfrost_context fields
564 - panfrost: Get rid of the now unused SLAB allocator
570 - panfrost: Get rid of the unused 'flush jobs accessing res' infra
586 - panfrost: Get rid of pan_drm.c
620 - panfrost: Get rid of the flush in panfrost_set_framebuffer_state()
1452 - zink: use primconvert to get rid of 8-bit indices
H A D20.3.0.rst793 - nir: get rid of OOB dereferences in nir_lower_io_arrays_to_elements
794 - glx: get rid of memory leak
949 - panfrost: Get rid of the with_opaque qualifier on the renderer state desc
964 - panfrost: Get rid of the constant patching done on blend shader binaries
970 - pan/bi: Get rid of the regs argument in bi_assign_fau_idx()
1002 - panfrost: Get rid of the non-native wallpering bits
1025 - pan/bi: Get rid of bi_emit_ld_uniform()
2668 - intel/compiler: Get rid of the global compaction table pointers
2669 - intel/compiler: Get rid of struct gen_disasm
3097 - nir: use nir_var_all to get rid o
[all...]
H A D7.10.rst663 - st/vega: Get rid of renderer_copy_texture.
697 - mapi: Rewrite mapi_abi.py to get rid of preprocessor magic.
2138 - Get rid of GL/internal/glcore.h
2383 - tgsi/exec: Get rid of obsolete condition codes.
2471 - st/xorg: Add a customizer option to get rid of annoying cursor update
/xsrc/external/mit/libX11/dist/include/X11/
H A DXlibint.h562 * "rid" is the name of the resource.
565 #define GetResReq(name, rid, req) \
567 if (req) req->id = (rid)

Completed in 35 milliseconds

12