| /xsrc/external/mit/xorg-server/dist/present/ |
| present_notify.c | 76 int added = 0; local 93 added++; 100 present_destroy_notifies(notifies, added);
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| glsl_symbol_table.cpp | 156 int added = _mesa_symbol_table_add_symbol(table, v->name, entry); local 157 assert(added == 0); 158 (void)added; 226 int added = _mesa_symbol_table_add_global_symbol(table, f->name, entry); local 227 assert(added == 0); 228 (void)added;
|
| ir_reader.cpp | 192 bool added = false; local 204 added = state->symbols->add_function(f); 205 assert(added); 216 return added ? f : NULL; 324 * any functions that might use them. Functions are added to the
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| glsl_symbol_table.cpp | 156 int added = _mesa_symbol_table_add_symbol(table, v->name, entry); local 157 assert(added == 0); 158 (void)added; 226 int added = _mesa_symbol_table_add_global_symbol(table, f->name, entry); local 227 assert(added == 0); 228 (void)added;
|
| ir_reader.cpp | 192 bool added = false; local 204 added = state->symbols->add_function(f); 205 assert(added); 216 return added ? f : NULL; 324 * any functions that might use them. Functions are added to the
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/ |
| ir3_nir_analyze_ubo_ranges.c | 166 uint32_t added = (plan_r->start - r.start) + (r.end - plan_r->end); local 167 if (added >= *upload_remaining) 172 *upload_remaining -= added; 181 uint32_t added = r.end - r.start; 182 if (added >= *upload_remaining) 189 *upload_remaining -= added;
|
| ir3_legalize.c | 748 bool added = false; local 774 added = true; 778 if (added) {
|
| /xsrc/external/mit/fontconfig/dist/doc/ |
| fcfile.fncs | 38 <parameter>file</parameter> is a directory, it is added to 45 added (due to allocation failure). Otherwise returns FcTrue. 70 Any subdirectories found are added to <parameter>dirs</parameter>. Calling
|
| fccharset.fncs | 123 chars from <parameter>b</parameter> were added to <parameter>a</parameter>.
|
| fclangset.fncs | 55 <parameter>lang</parameter> is added to <parameter>ls</parameter>.
|
| fcpattern.fncs | 119 `object<parameter>. If `append</parameter> is FcTrue, the value is added at the end of any 134 values added to the list have binding <parameter>weak</parameter> instead of <parameter>strong</parameter>. 350 Object name, a string describing the property to be added. 361 value need be passed for this. The values are added to `pattern', if
|
| /xsrc/external/mit/MesaLib/dist/docs/_extra/specs/OLD/ |
| MESA_packed_depth_stencil.spec | 78 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
|
| MESA_trace.spec | 45 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 358 * Revision 0.7 - Added MESA postfix (bk010126)
|
| /xsrc/external/mit/MesaLib.old/dist/docs/specs/OLD/ |
| MESA_packed_depth_stencil.spec | 78 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
|
| MESA_trace.spec | 45 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 358 * Revision 0.7 - Added MESA postfix (bk010126)
|
| /xsrc/external/mit/twm/dist/src/ |
| iconmgr.c | 461 int added; local 465 added = FALSE; 470 added = TRUE; 482 added = TRUE; 488 if (!added) {
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/linux/ |
| lnx_video.c | 155 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/MesaLib/dist/src/gallium/drivers/iris/ |
| iris_program.c | 1195 * \param added Set to \c true if the variant was added to the list (i.e., a 1204 bool *added) 1208 *added = false; 1249 *added = true; 1403 bool added; local 1405 find_or_add_variant(screen, ish, IRIS_CACHE_VS, &key, sizeof(key), &added); 1407 if (added && !iris_disk_cache_retrieve(screen, uploader, ish, shader, 1616 bool added = false; local 1620 sizeof(key), &added); 1763 bool added; local 1898 bool added; local 2037 bool added; local 2300 bool added; local [all...] |
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| nir_range_analysis.c | 1220 unsigned added = search_phi_bcsel( local 1222 assert(added <= buf_size); 1223 buf_size -= added; 1224 total_added += added; 1237 unsigned added = search_phi_bcsel(src0, buf, buf_size - 1, visited); local 1238 buf_size -= added; 1239 added += search_phi_bcsel(src1, buf + added, buf_size, visited); 1240 return added;
|
| /xsrc/external/mit/ctwm/dist/ |
| iconmgr.c | 887 /* Hand back the list places we added */ 907 bool added; local 909 added = false; 914 added = true; 935 added = true; 941 if(!added) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/ |
| make.bat | 24 echo. changes to make an overview over all changed/added/deprecated items
|
| /xsrc/external/mit/MesaLib/dist/docs/_extra/specs/ |
| MESA_texture_array.spec | 68 TEXTURE_2D_ARRAY, is added that functions identically to TEXTURE_3D in 763 as for a 3D texture, or should a new query be added? How about for 1D 766 RESOLVED. A new query is added. 802 ||2005/12/07||0.2||idr||Added framebuffer object interactions.||
|
| MESA_texture_signed_rgba.spec | 156 is unable to make proper use of the signed texture formats added
|
| /xsrc/external/mit/MesaLib.old/dist/docs/specs/ |
| MESA_texture_array.spec | 68 TEXTURE_2D_ARRAY, is added that functions identically to TEXTURE_3D in 763 as for a 3D texture, or should a new query be added? How about for 1D 766 RESOLVED. A new query is added. 802 ||2005/12/07||0.2||idr||Added framebuffer object interactions.||
|
| MESA_texture_signed_rgba.spec | 156 is unable to make proper use of the signed texture formats added
|