Searched refs:missed (Results 1 - 15 of 15) sorted by relevance

/xsrc/external/mit/libX11/dist/src/
H A DGetAtomNm.c149 int missed = -1; local in function:XGetAtomNames
164 missed = i;
168 if (missed >= 0) {
170 if ((names_return[missed] = Xmalloc(rep.nameLength + 1))) {
171 _XReadPad(dpy, names_return[missed], (long)rep.nameLength);
172 names_return[missed][rep.nameLength] = '\0';
173 _XUpdateAtomCache(dpy, names_return[missed], atoms[missed],
183 if (missed >= 0)
H A DIntAtom.c254 int missed = -1; local in function:XInternAtoms
270 missed = i;
275 if (missed >= 0) {
287 if ((atoms_return[missed] = rep.atom))
288 _XUpdateAtomCache(dpy, names[missed], (Atom) rep.atom,
291 atoms_return[missed] = None;
297 if (missed >= 0)
/xsrc/external/mit/MesaLib.old/dist/docs/specs/
H A DMESA_swap_frame_usage.spec65 missed.
138 glXBeginFrameTrackingMESA resets a "missed frame" count and
140 If a swap is missed based in the rate control specified by the
142 per frame, the missed frame count is incremented.
144 The current missed frame count and total number of swaps since
161 swaps that missed the specified frame. The frame usage for the
162 last missed frame is returned in the location pointed to by
172 missed frame count.
/xsrc/external/mit/MesaLib/dist/docs/_extra/specs/
H A DMESA_swap_frame_usage.spec65 missed.
138 glXBeginFrameTrackingMESA resets a "missed frame" count and
140 If a swap is missed based in the rate control specified by the
142 per frame, the missed frame count is incremented.
144 The current missed frame count and total number of swaps since
161 swaps that missed the specified frame. The frame usage for the
162 last missed frame is returned in the location pointed to by
172 missed frame count.
/xsrc/external/mit/fontconfig/dist/src/
H A Dfclang.c143 FcCharSet *missed = FcCharSetSubtract (&fcLangCharSets[i].charset, local in function:FcFreeTypeLangSet
151 for (ucs4 = FcCharSetFirstPage (missed, map, &next);
153 ucs4 = FcCharSetNextPage (missed, map, &next))
165 FcCharSetDestroy (missed);
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D18.1.9.rst44 - The 'va_end' call is missed after 'va_copy' in 'util_vsnprintf'
H A D18.2.6.rst143 - intel: aubinator: Adding missed platforms to the error message.
H A D18.2.1.rst41 - The 'va_end' call is missed after 'va_copy' in 'util_vsnprintf'
H A D18.3.0.rst209 - The 'va_end' call is missed after 'va_copy' in 'util_vsnprintf'
H A D19.0.0.rst2080 - radv: add missed situations for scissor bug workaround
H A D21.3.0.rst3317 - iris: Add missed tile flush flag
H A D20.2.0.rst748 - docs/features: Mark trivial missed feature
H A D20.3.0.rst801 - docs/features: add some extensions we missed
H A D21.1.0.rst4867 - freedreno: Add perf_warn() for missed UBWC opportunities
/xsrc/external/mit/MesaLib/dist/
H A D.pick_status.json16996 "description": "d3d12: Add missed SSBO binding enum value",
[all...]

Completed in 146 milliseconds