Searched refs:min_end (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/ir/gp/
H A Dscheduler.c300 int min_end = INT_MAX; local in function:gpir_get_min_end
309 if (end < min_end)
310 min_end = end;
313 return min_end;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ir/gp/
H A Dscheduler.c485 int min_end = INT_MAX; local in function:gpir_get_min_end
494 if (end < min_end)
495 min_end = end;
498 return min_end;
1137 * instruction not in the complex slot. Normally this is 2 + min_end, except

Completed in 6 milliseconds