Searched refs:missing (Results 1 - 25 of 873) sorted by relevance

1234567891011>>

/xsrc/external/mit/libepoxy/dist/test/
H A Dmiscdefines.c43 #error missing GLAPI
47 #error missing GLAPIENTRY
51 #error missing GLAPIENTRYP
55 #error missing APIENTRY
59 #error missing APIENTRYP
/xsrc/external/mit/libxcb/dist/
H A Dcheck-pc-requires27 missing=""
43 case "$missing" in
45 missing=$m
48 missing="$missing $m"
55 case "$missing" in
60 echo $package adding dependency on $missing
61 sed -i '/^Requires.private:/s/$/ '"$missing"'/' $pcin
63 echo $package missing $missing
[all...]
/xsrc/external/mit/xf86-video-mach64/dist/src/
H A Datibus.h26 # error missing #include "ati.h" before #include "atibus.h"
H A Dativgaio.h26 # error missing #include "ati.h" before #include "ativgaio.h"
H A Datiwonderio.h26 # error missing #include "ati.h" before #include "atiwonderio.h"
H A Datidac.h26 # error missing #include "ati.h" before #include "atidac.h"
/xsrc/external/mit/xkbcomp/dist/
H A Dkeymap.c165 unsigned missing; local in function:CompileKeymap
166 missing = required & (~have);
167 for (i = 0, bit = 1; missing != 0; i++, bit <<= 1)
169 if (missing & bit)
174 missing &= ~bit;
/xsrc/external/mit/xcb-util/dist/renderutil/
H A Dcache.c47 * If the server is missing support for any of the required depths on
66 pixmap_depths_usable (xcb_connection_t *c, uint32_t missing, xcb_pixmap_t pixmap, xcb_drawable_t root) argument
73 if (missing & DEPTH_MASK(d))
103 uint32_t missing = REQUIRED_DEPTHS; local in function:has_required_depths
107 missing &= ~DEPTH_MASK(depths.data->depth);
108 if (!missing)
121 if (!pixmap_depths_usable (c, missing, pixmap, root))
/xsrc/external/mit/xorg-server/dist/hw/xwin/glx/
H A DMakefile.am35 libnativeGLthunk_la_CFLAGS = $(AM_CFLAGS) -Wno-unused-function -Wno-missing-prototypes -Wno-missing-declarations
/xsrc/external/mit/libepoxy/dist/
H A DMakefile.am62 ( $(top_srcdir)/missing --run git log --stat ) > "$(top_srcdir)/ChangeLog.tmp" \
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D9.2.2.rst50 - docs: add missing <pre> tag
61 - mesa: Add missing switch break in invalidate_framebuffer_storage()
H A D10.2.2.rst123 - i965: Add missing MOCS setup for 3DSTATE_INDEX_BUFFER on Broadwell.
124 - i965: Drop Broadwell perf_debugs about missing MOCS that aren't
125 missing.
126 - i965: Add missing newlines to a few perf_debug messages.
H A D18.2.6.rst77 - bin/get-pick-list.sh: handle fixes tag with missing colon
83 - travis: adding missing x11-xcb for meson+vulkan
95 - egl: add missing glvnd entrypoint for EGL_ANDROID_blob_cache
96 - glapi: add missing visibility args
H A D6.4.2.rst39 - GL/glfbdev.h file was missing from tarballs
H A D19.1.5.rst61 - gallium/dump: add missing query-type to short-list
62 - gallium/dump: add missing query-type to short-list
H A D10.6.6.rst66 - mesa: add missing queries for ARB_direct_state_access
71 - mesa/texgetimage: fix missing stencil check
119 - radeonsi: fix a Unigine Heaven hang when drirc is missing
H A D18.1.5.rst69 - Android: fix a missing nir_intrinsics.h error
94 - egl: Fix missing clamping in eglSetDamageRegionKHR
129 - radv: winsys/amdgpu: include missing pthread.h header
H A D20.2.2.rst73 - vc4: Add missing load_ubo set_align in yuv_blit fs.
109 - st/mesa: Add missing sentinels in format_map[]
116 - aco: add missing SCC clobber in get_buffer_size
H A D20.2.3.rst83 - mesa/main: add missing include in glformats.h
174 - amd/addrlib: Add missing va_end.
176 - vdpau: Add missing printf format specifier.
H A D21.1.2.rst36 - [RADV] - Path of Exile (238960) - Ground decals are missing or corrupted using the Vulkan renderer.
37 - [ADL-S / TGL-U / TGL-H] Pixels missing / flickering when render some app on weston
151 - svga: Use shader_key info to declare resources if TGSI shader is missing it
H A D9.0.1.rst65 - build: add missing Makefile.in files to tarballs target
66 - build: add missing files to tarballs target
135 - intel: Add missing #include <time.h>
H A D10.5.2.rst37 FTBFS in loader: missing fstat
54 - automake: add missing egl files to the tarball
H A D18.0.4.rst60 - mesa: Add missing support for glFogiv(GL_FOG_DISTANCE_MODE_NV)
125 - src/intel/Makefile.vulkan.am: add missing MKDIR_GEN
/xsrc/external/mit/libXft/dist/src/
H A Dxftextent.c33 FT_UInt missing[XFT_NMISSING]; local in function:XftGlyphExtents
50 if (XftFontCheckGlyph (dpy, pub, FcFalse, *g++, missing, &nmissing))
53 XftFontLoadGlyphs (dpy, pub, FcFalse, missing, nmissing);
/xsrc/external/mit/fontconfig/dist/src/
H A Dfclang.c98 FcChar32 missing; local in function:FcFreeTypeLangSet
138 missing = FcCharSetSubtractCount (&fcLangCharSets[i].charset, charset);
141 if (missing && missing < 10)
149 printf ("\n%s(%u) ", fcLangCharSets[i].lang, missing);
168 printf ("%s(%u) ", fcLangCharSets[i].lang, missing);
170 if (!missing)
213 * Beside the first all of them are allowed to be missing. If the
401 * is missing the country
418 /* see if super has a country while sub is missing on
966 FcChar32 missing; local in function:FcLangSetContains
[all...]

Completed in 23 milliseconds

1234567891011>>