Searched refs:added (Results 1 - 25 of 479) sorted by relevance

1234567891011>>

/xsrc/external/mit/xorg-server/dist/present/
H A Dpresent_notify.c76 int added = 0; local in function:present_create_notifies
93 added = i;
98 present_destroy_notifies(notifies, added);
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D6.4.2.rst24 - added OSMesaColorClamp() function/feature
25 - added wglGetExtensionStringARB() function
H A D7.0.4.rst33 - Fixed broken all(bvec2) GLSL function, added misc missing bvec
H A D17.1.8.rst42 - cherry-ignore: cherry-ignore: added 17.2 nominations.
H A D17.2.8.rst47 - cherry-ignore: added 17.3 nominations.
H A D7.0.1.rst39 - GLSL bug fix: added vec2(vec4) constructor
H A D7.2.rst35 - i965 driver: added support for G41 chipset (Intel)
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dglsl_symbol_table.cpp156 int added = _mesa_symbol_table_add_symbol(table, v->name, entry); local in function:glsl_symbol_table::add_variable
157 assert(added == 0);
158 (void)added;
226 int added = _mesa_symbol_table_add_global_symbol(table, f->name, entry); local in function:glsl_symbol_table::add_global_function
227 assert(added == 0);
228 (void)added;
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dglsl_symbol_table.cpp156 int added = _mesa_symbol_table_add_symbol(table, v->name, entry); local in function:glsl_symbol_table::add_variable
157 assert(added == 0);
158 (void)added;
226 int added = _mesa_symbol_table_add_global_symbol(table, f->name, entry); local in function:glsl_symbol_table::add_global_function
227 assert(added == 0);
228 (void)added;
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_nir_analyze_ubo_ranges.c166 uint32_t added = (plan_r->start - r.start) + (r.end - plan_r->end); local in function:gather_ubo_ranges
167 if (added >= *upload_remaining)
172 *upload_remaining -= added;
181 uint32_t added = r.end - r.start; local in function:gather_ubo_ranges
182 if (added >= *upload_remaining)
189 *upload_remaining -= added;
/xsrc/external/mit/libXext/dist/
H A DREADME.md7 No new extensions should be added to this library - it is now instead
/xsrc/external/mit/xorgproto/dist/
H A DREADME.md51 - verify that the format for any keys added by this script is correct and
57 Note that any #define added immediately becomes API. Due diligence is
/xsrc/external/mit/MesaLib.old/dist/docs/specs/OLD/
H A DMESA_packed_depth_stencil.spec78 One entry is added to table 3.5 (DrawPixels and ReadPixels formats).
187 The new format is added to the discussion of Obtaining Pixels from the
192 The new format is added to the discussion of Index Lookup. It should
H A DMESA_trace.spec45 can be added.
89 additional information added to the trace (statistics, profiling/timing,
222 be added to the trace as a comment. The error returns are cached and
/xsrc/external/mit/MesaLib/dist/docs/_extra/specs/OLD/
H A DMESA_packed_depth_stencil.spec78 One entry is added to table 3.5 (DrawPixels and ReadPixels formats).
187 The new format is added to the discussion of Obtaining Pixels from the
192 The new format is added to the discussion of Index Lookup. It should
H A DMESA_trace.spec45 can be added.
89 additional information added to the trace (statistics, profiling/timing,
222 be added to the trace as a comment. The error returns are cached and
/xsrc/external/mit/MesaLib/dist/docs/
H A Dconform.rst24 conformance results to get added to the list of conformant products.
/xsrc/external/mit/twm/dist/src/
H A Diconmgr.c461 int added; local in function:InsertInIconManager
465 added = FALSE;
470 added = TRUE;
482 added = TRUE;
488 if (!added) {
/xsrc/external/mit/glu/dist/
H A Dconfigure.ac121 # Restore CFLAGS; VISIBILITY_CFLAGS are added to it where needed.
137 # Restore CXXFLAGS; VISIBILITY_CXXFLAGS are added to it where needed.
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/linux/
H A Dlnx_video.c155 Bool added; /* added WC or removed it */ member in struct:mtrr_wc_region
192 wcr->added = FALSE;
274 curwcr->added = TRUE;
339 if (p->added)
/xsrc/external/mit/libXpm/dist/
H A DREADME.md29 --enable-stat-zfile make libXpm search for a file name with .Z or .gz added
/xsrc/external/mit/libdrm/dist/
H A DREADME.rst27 newly added token formats, or, in case there's no such decoding
/xsrc/external/mit/freetype/dist/src/base/
H A Drules.mk69 # An extension is added to the library file as a separate object. It is
/xsrc/external/mit/xtrans/dist/
H A Dconfigure.ac43 # with, these defines have to be added to the cflags line
H A Dxtrans.m448 # 4.3BSD-Reno added a new member to struct sockaddr_in
58 # and added a type defined to be large enough to hold any sockaddr format.
64 # XPG4v2/UNIX95 added msg_control - check to see if we need to define

Completed in 12 milliseconds

1234567891011>>