HomeSort by: relevance | last modified time | path
    Searched defs:found (Results 1 - 25 of 279) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /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/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/MesaLib/dist/src/freedreno/ir3/
ir3_cse.c 121 bool found; local
123 _mesa_set_search_or_add(instr_set, instr, &found);
124 if (found)
ir3_validate.c 39 /* Set of instructions found so far, used to validate that we
89 bool found = false; local
92 found = true;
97 found && "tied register not in the same instruction");
141 bool found = false; local
144 found = true;
149 found && "tied register not in the same instruction");
  /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/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/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.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/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/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/util/
u_debug_refcnt.c 72 boolean found = TRUE; local
98 found = FALSE;
104 return found;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
u_debug_refcnt.c 87 boolean found = TRUE; local
113 found = FALSE;
119 return found;
  /xsrc/external/mit/luit/dist/
parser.c 180 int found = 0; local
191 found = 1;
196 if (!found) {
  /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/xterm/dist/
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/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/MesaLib/dist/src/gallium/drivers/d3d12/
d3d12_batch.cpp 221 bool found = false; local
222 _mesa_set_search_and_add(batch->bos, res->bo, &found);
223 if (!found)
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/
vc4_job.c 122 bool found = false; local
125 found = true;
129 if (found) {
  /xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/
bi_opt_cse.c 178 bool found; local
180 _mesa_set_search_or_add(instr_set, instr, &found);
181 if (found) {
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/
vc4_job.c 122 bool found = false; local
125 found = true;
129 if (found) {
  /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;

Completed in 16 milliseconds

1 2 3 4 5 6 7 8 91011>>