Lines Matching refs:RTFence
90 static RESTYPE RTFence;
1980 if (!AddResource(stuff->fid, RTFence, (pointer) pFence))
1999 int rc = dixLookupResourceByType((pointer *)ppSyncFence, fid, RTFence,
2017 rc = dixLookupResourceByType((pointer *)&pFence, stuff->fid, RTFence,
2036 rc = dixLookupResourceByType((pointer *)&pFence, stuff->fid, RTFence,
2058 rc = dixLookupResourceByType((pointer *)&pFence, stuff->fid, RTFence,
2078 RTFence, client, DixReadAccess);
2158 *pProtocolFences, RTFence,
2627 RTFence = CreateNewResourceType(FreeFence, "SyncFence");
2654 SetResourceTypeErrorValue(RTFence, SyncErrorBase + XSyncBadFence);