HomeSort by: relevance | last modified time | path
    Searched refs:have (Results 1 - 25 of 295) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /xsrc/external/mit/xkbcomp/dist/
keymap.c 52 unsigned have; local
81 have = 0;
88 if ((have & (1U << file->type)) != 0)
141 have |= (1U << file->type);
144 /* compile the sections we have in the file one-by-one, or fail. */
161 result->defined = have;
162 if (required & (~have))
166 missing = required & (~have);
  /xsrc/external/mit/fontconfig/dist/conf.d/
10-scale-bitmap-fonts.conf 7 Note that color bitmap fonts have scalable=true, while
8 non-color ones have scalable=false. Both groups have outline=false.
09-autohint-if-no-hinting.conf 4 <description>Enable autohinter if font doesn't have any hinting</description>
10 and we don't have to break it with "assign" unconditionally. however, we
20-unhint-small-vera.conf 6 The Bitstream Vera fonts have GASP entries suggesting that hinting be
90-synthetic.conf 37 Synthetic emboldening for fonts that do not have bold face available
  /xsrc/external/mit/xorgproto/dist/specs/SIAddresses/
hostname.md 3 A ServerInterpreted address with type "hostname" shall have a value
  /xsrc/external/mit/xterm/dist/
xtermcap.c 230 Cardinal have; local
238 for (have = 0; have < want; ++have) {
243 fkey = tigetstr(strcpy(name, table[have].ti));
245 fkey = tgetstr(strcpy(name, table[have].tc), &area);
248 screen->tcap_fkeys[have] = x_strdup(fkey);
250 screen->tcap_fkeys[have] = NO_STRING;
640 Cardinal have; local
642 for (have = 0; have < want; ++have)
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/
d3d12_compiler.cpp 293 * If we can't use the D3D12 zero-one depth-range, we might have to apply
564 d3d12_compare_shader_keys(const d3d12_shader_key *expect, const d3d12_shader_key *have)
566 assert(expect->stage == have->stage);
568 assert(have);
572 if (memcmp(&expect->required_varying_inputs, &have->required_varying_inputs,
574 memcmp(&expect->required_varying_outputs, &have->required_varying_outputs,
576 (expect->next_varying_inputs != have->next_varying_inputs) ||
577 (expect->prev_varying_outputs != have->prev_varying_outputs))
582 if (!have->gs.writes_psize ||
583 expect->gs.point_pos_stream_out != have->gs.point_pos_stream_out |
    [all...]
  /xsrc/external/mit/MesaLib/dist/docs/_extra/specs/
MESA_query_renderer.spec 156 In the table, boolean attributes will have either the value 0 or 1.
165 0xFFFFFFFF if the device does not have a PCI ID (because it is not a PCI
193 The string returned for GLX_RENDERER_VENDOR_ID_MESA will have the same
195 It may, however, have a different value.
197 The string returned for GLX_RENDERER_DEVICE_ID_MESA will have the same
199 It may, however, have a different value.
257 RESOLVED. No. Desktop OpenGL core profiles and OpenGL ES 3.0 have
319 the GLX enums would have different names and would almost certainly
320 have different values. It seems like this would cause more problems
337 17) What about SoCs and other systems that don't have PCI
    [all...]
WL_bind_wayland_display.spec 104 A wl_buffer can have several planes, typically in case of planar
106 compositor will have to create one or more EGLImages for the
113 EGL and the compositor should have another way to get the buffer
  /xsrc/external/mit/MesaLib.old/dist/docs/specs/
MESA_query_renderer.spec 156 In the table, boolean attributes will have either the value 0 or 1.
165 0xFFFFFFFF if the device does not have a PCI ID (because it is not a PCI
193 The string returned for GLX_RENDERER_VENDOR_ID_MESA will have the same
195 It may, however, have a different value.
197 The string returned for GLX_RENDERER_DEVICE_ID_MESA will have the same
199 It may, however, have a different value.
257 RESOLVED. No. Desktop OpenGL core profiles and OpenGL ES 3.0 have
319 the GLX enums would have different names and would almost certainly
320 have different values. It seems like this would cause more problems
337 17) What about SoCs and other systems that don't have PCI
    [all...]
WL_bind_wayland_display.spec 104 A wl_buffer can have several planes, typically in case of planar
106 compositor will have to create one or more EGLImages for the
113 EGL and the compositor should have another way to get the buffer
  /xsrc/external/mit/MesaLib/dist/.gitlab/issue_templates/
Bug Report.md 2 - Check if a new version of Mesa is available which might have fixed the problem.
Bug Report - AMD Radeon Vulkan.md 2 - Check if a new version of Mesa is available which might have fixed the problem.
  /xsrc/external/mit/fontconfig/dist/doc/
fcvalue.fncs 59 the two values have to be the same type to be considered equal. Strings are
  /xsrc/external/mit/libXcursor/dist/
configure.ac 86 AC_DEFINE(HAVE_XFIXES, 1, [Define to 1 if you have Xfixes])
  /xsrc/external/mit/xterm/dist/package/pkgsrc/
options.mk 26 ### within libc's namespace, so we should have no problems.
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
format_fallback.py 66 # Every sRGB format MUST have a UNORM equivalent
112 * Assert-fails if the format is not sRGB and does not have an sRGB equivalent.
127 unreachable("Given format does not have an sRGB equivalent");
  /xsrc/external/mit/MesaLib/dist/src/mesa/main/
format_fallback.py 66 # Every sRGB format MUST have a UNORM equivalent
126 * Assert-fails if the format is not sRGB and does not have an sRGB equivalent.
141 unreachable("Given format does not have an sRGB equivalent");
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/loader/
loader.c 64 #error i have no dynamic linker and i must scream
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/loader/
loader.c 98 #error i have no dynamic linker and i must scream
  /xsrc/external/mit/MesaLib/dist/docs/_extra/specs/OLD/
MESA_trace.spec 63 Further, IHV's might have builtin support for tracing GL execution
77 context level commands beyond SwapBuffers might have to be
103 data in the context. There is no need to have the ability mark names
  /xsrc/external/mit/MesaLib/dist/src/freedreno/decode/scripts/
sanity-a6xx.lua 43 -- constranges[stagename] -> table of offsets that have been uploaded
  /xsrc/external/mit/MesaLib.old/dist/docs/specs/OLD/
MESA_trace.spec 63 Further, IHV's might have builtin support for tracing GL execution
77 context level commands beyond SwapBuffers might have to be
103 data in the context. There is no need to have the ability mark names
  /xsrc/external/mit/xorg-server/dist/xkb/
ddxLoad.c 275 unsigned int have; local
290 have = LoadXKM(want, need, map_name, xkbRtrn);
293 return have;

Completed in 17 milliseconds

1 2 3 4 5 6 7 8 91011>>