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

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ir/gp/
H A Dnode.c61 .schedule_first = true,
146 .schedule_first = true,
156 .schedule_first = true,
162 .schedule_first = true,
168 .schedule_first = true,
174 .schedule_first = true,
249 .schedule_first = true,
H A Dreduce_scheduler.c110 if (gpir_op_infos[node->op].schedule_first) {
114 if (gpir_op_infos[insert_node->op].schedule_first ||
H A Dgpir.h123 bool schedule_first; member in struct:__anon1917146e0308
H A Dscheduler.c453 gpir_op_infos[insert_node->op].schedule_first) &&
454 !gpir_op_infos[node->op].schedule_first) {
1318 /* schedule_first nodes must be scheduled if possible */
1319 if (gpir_op_infos[node->op].schedule_first && score != INT_MIN) {
1374 * for schedule_first nodes here.
1378 if (gpir_op_infos[node->op].schedule_first)
H A Dregalloc.c425 /* For a sequence of schedule_first nodes right before a complex1
427 * schedule_first nodes can be scheduled right after the complex1 is
433 if (gpir_op_infos[node->op].schedule_first &&
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D19.3.0.rst759 - lima/gpir: Fix schedule_first insertion logic
760 - lima/gpir: Fix fake dep handling for schedule_first nodes
761 - lima/gpir: Disallow moves for schedule_first nodes

Completed in 12 milliseconds