Searched refs:reachable (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_lower_goto_ifs.c33 * It's "reachable" not in the sense that these are all the nodes reachable
37 struct set *reachable; member in struct:path
39 /** Fork in the path, if reachable->entries > 1 */
140 if (_mesa_set_search(fork->paths[i].reachable, target)) {
167 if (_mesa_set_search(fork->paths[i].reachable, then_block)) {
168 if (_mesa_set_search(fork->paths[i].reachable, else_block)) {
208 if (_mesa_set_search(routing->regular.reachable, target)) {
211 else if (_mesa_set_search(routing->brk.reachable, target)) {
215 else if (_mesa_set_search(routing->cont.reachable, targe
277 struct set *reachable = _mesa_set_clone(fork->paths[0].reachable, fork); local in function:fork_reachable
546 select_fork(struct set * reachable,nir_function_impl * impl,bool need_var,void * mem_ctx) argument
[all...]
/xsrc/external/mit/xorg-server/dist/randr/
H A Drrcrtc.c327 /* Depth-first search and mark all CRTCs reachable from cur */
329 mark_crtcs(rrScrPrivPtr pScrPriv, int *reachable, int cur) argument
333 reachable[cur] = TRUE;
335 if (reachable[i])
338 mark_crtcs(pScrPriv, reachable, i);
349 int *reachable = calloc(n, sizeof(int)); local in function:RRComputeContiguity
351 if (!reachable)
354 /* Find first enabled CRTC and start search for reachable CRTCs from it */
357 mark_crtcs(pScrPriv, reachable, i);
362 /* Check that all enabled CRTCs were marked as reachable */
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/drivers/freedreno/
H A Dir3-notes.rst367 Note that there would in fact be ``fanout`` nodes generated for each array element (although only the reachable ones will be scheduled, etc).
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/doc/
H A Ddoxygen.conf.in1024 # graphs generated by dot. A depth value of 3 means that only nodes reachable
/xsrc/external/mit/xterm/dist/
H A Daclocal.m44685 dnl of the configure script which would not be reachable with --host since that
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D19.1.0.rst1403 - v3d: Restrict live intervals to the blocks reachable from any def.

Completed in 16 milliseconds