| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| brw_debug_recompile.c | 63 bool found = false; local 65 found |= check("gather channel quirk", gather_channel_quirk_mask); 66 found |= check("compressed multisample layout", 68 found |= check("16x msaa", msaa_16); 69 found |= check("y_uv image bound", y_uv_image_mask); 70 found |= check("y_u_v image bound", y_u_v_image_mask); 71 found |= check("yx_xuxv image bound", yx_xuxv_image_mask); 72 found |= check("xy_uxvx image bound", xy_uxvx_image_mask); 73 found |= check("ayuv image bound", ayuv_image_mask); 74 found |= check("xyuv image bound", xyuv_image_mask) 102 bool found = debug_base_recompile(c, log, &old_key->base, &key->base); local 123 bool found = debug_base_recompile(c, log, &old_key->base, &key->base); local 141 bool found = debug_base_recompile(c, log, &old_key->base, &key->base); local 156 bool found = debug_base_recompile(c, log, &old_key->base, &key->base); local 168 bool found = false; local 202 bool found = debug_base_recompile(c, log, &old_key->base, &key->base); local [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| brw_debug_recompile.c | 63 bool found = false; local 65 found |= check("gather channel quirk", gather_channel_quirk_mask); 66 found |= check("compressed multisample layout", 68 found |= check("16x msaa", msaa_16); 69 found |= check("y_uv image bound", y_uv_image_mask); 70 found |= check("y_u_v image bound", y_u_v_image_mask); 71 found |= check("yx_xuxv image bound", yx_xuxv_image_mask); 72 found |= check("xy_uxvx image bound", xy_uxvx_image_mask); 73 found |= check("ayuv image bound", ayuv_image_mask); 74 found |= check("xyuv image bound", xyuv_image_mask) 94 bool found = debug_sampler_recompile(c, log, &old_key->tex, &key->tex); local 115 bool found = debug_sampler_recompile(c, log, &old_key->tex, &key->tex); local 133 bool found = debug_sampler_recompile(c, log, &old_key->tex, &key->tex); local 148 bool found = debug_sampler_recompile(c, log, &old_key->tex, &key->tex); local 160 bool found = false; local 194 bool found = debug_sampler_recompile(c, log, &old_key->tex, &key->tex); local [all...] |
| /xsrc/external/mit/MesaLib/dist/src/virtio/venus-protocol/ |
| vn_protocol_driver_info.h | 147 const char **found; local 149 found = bsearch(name, ext_names, ext_count, sizeof(ext_names[0]), 152 return found ? ext_versions[found - ext_names] : 0;
|
| /xsrc/external/mit/xterm/dist/ |
| koi8rxterm | 45 found=no 66 found=yes 69 found=yes 85 if test $found != yes ; then
|
| uxterm | 45 found=no 66 found=yes 69 found=yes 84 if test $found != yes ; then
|
| testxmc.c | 98 Bool found = False; local 116 found = MARK_OFF((xw->flags & XMC_FLAGS)); 119 found = MARK_ON(BOLD); 122 found = MARK_ON(UNDERLINE); 125 found = MARK_ON(BLINK); 128 found = MARK_ON(INVERSE); 131 found = MARK_OFF(BOLD); 134 found = MARK_OFF(UNDERLINE); 137 found = MARK_OFF(BLINK); 140 found = MARK_OFF(INVERSE) [all...] |
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/ |
| xf86Option.c | 501 p->found = FALSE; 506 p->found = TRUE; 514 p->found = FALSE; 525 p->found = FALSE; 529 p->found = TRUE; 534 p->found = TRUE; 543 p->found = FALSE; 548 p->found = TRUE; 556 p->found = FALSE; 562 p->found = TRUE [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/ |
| xf86Option.c | 504 p->found = FALSE; 508 p->found = TRUE; 515 p->found = FALSE; 526 p->found = FALSE; 529 p->found = TRUE; 534 p->found = TRUE; 543 p->found = FALSE; 547 p->found = TRUE; 554 p->found = FALSE; 560 p->found = TRUE [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/ |
| dmxcb.c | 116 Bool *found = NULL; local 118 MAXSCREENSALLOC(found); 119 if (!found) 140 for (i = 0; i < PanoramiXNumScreens; i++) found[i] = FALSE; 188 found[k] = TRUE; 191 found[k] = TRUE; 207 fatal |= !found[i]; 208 if (!found[i]) { 218 "dmxConnectionBlockCallback: invalid screen(s) found"); 221 MAXSCREENSFREE(found); [all...] |
| /xsrc/external/mit/libICE/dist/src/ |
| replywait.c | 130 Bool found = False; local 133 while (savedReplyWait && !found) 136 found = True; 144 ready = found && savedReplyWait->reply_ready;
|
| getauth.c | 97 int found = 0; local 100 for (i = 0; i < _IcePaAuthDataEntryCount && !found; i++) 104 found = 110 if (found)
|
| /xsrc/external/mit/xsm/dist/ |
| xtwatch.c | 81 int found = 0; 97 found = 1; 102 if (!found) 80 int found = 0; local
|
| /xsrc/external/mit/freetype/dist/builds/amiga/src/base/ |
| ftdebug.c | 254 FT_Int level = -1, found = -1; local 270 found = n; 284 if ( found >= 0 && level >= 0 ) 286 if ( found == trace_any ) 293 ft_trace_levels_enabled[found] = level;
|
| /xsrc/external/mit/freetype/dist/builds/wince/ |
| ftdebug.c | 259 FT_Int level = -1, found = -1; local 275 found = n; 289 if ( found >= 0 && level >= 0 ) 291 if ( found == trace_any ) 298 ft_trace_levels_enabled[found] = level;
|
| /xsrc/external/mit/freetype/dist/builds/windows/ |
| ftdebug.c | 236 FT_Int level = -1, found = -1; local 252 found = n; 266 if ( found >= 0 && level >= 0 ) 268 if ( found == trace_any ) 275 ft_trace_levels_enabled[found] = level;
|
| /xsrc/external/mit/freetype/dist/src/base/ |
| ftdebug.c | 224 FT_Int level = -1, found = -1; local 240 found = n; 254 if ( found >= 0 && level >= 0 ) 256 if ( found == trace_any ) 263 ft_trace_levels_enabled[found] = level;
|
| /xsrc/external/mit/MesaLib/dist/src/util/tests/set/ |
| set_test.cpp | 160 bool found = false; local 161 struct set_entry *entry = _mesa_set_search_or_add(s, &c, &found); 163 EXPECT_EQ(found, true); 166 found = false; 167 struct set_entry *entry3 = _mesa_set_search_or_add(s, &d, &found); 169 EXPECT_EQ(found, false);
|
| /xsrc/external/mit/MesaLib/dist/src/gtest/src/ |
| gtest-typed-test.cc | 78 bool found = false; local 83 found = true; 88 if (found) { 92 << " can be found in this test suite.\n";
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/shared/ |
| pan_minmax_cache.c | 48 bool found = false; local 59 found = true; 64 return found;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gtest/src/ |
| gtest-typed-test.cc | 78 bool found = false; local 83 found = true; 88 if (found) { 92 << " can be found in this test case.\n";
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/tests/ |
| core_tests.cpp | 64 bool found; member in struct:__anon841::contains_def_state 72 state->found = true; 84 .found = false, 87 if (state.found)
|
| /xsrc/external/mit/proxymngr/dist/ |
| config.c | 113 int found = 0; local 128 while (!found && getnextline (&buf, &buflen, fp)) 136 /* found the right config line */ 182 found = 1; 188 return found;
|
| /xsrc/external/mit/fontconfig/dist/conf.d/ |
| 20-unhint-small-vera.conf | 8 the data found in the instructed hints. The initial Vera release
|
| /xsrc/external/mit/xinput/dist/src/ |
| xinput.c | 238 XDeviceInfo *found = NULL; local 262 if (found) { 269 found = &devices[loop]; 273 return found; 312 XIDeviceInfo *found = NULL; local 332 if (found) { 341 found = &info[i]; 346 return found;
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| opt_constant_propagation.cpp | 175 acp_entry *found = NULL; local 191 found = entry; 196 if (!found) 203 if (found->initial_values & (1 << j)) 209 data.f[i] = found->constant->value.f[rhs_channel]; 212 data.f16[i] = found->constant->value.f16[rhs_channel]; 215 data.d[i] = found->constant->value.d[rhs_channel]; 218 data.i[i] = found->constant->value.i[rhs_channel]; 221 data.u[i] = found->constant->value.u[rhs_channel]; 224 data.i16[i] = found->constant->value.i16[rhs_channel] [all...] |