Searched refs:is_scheduled (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
H A Dir3_sched.c332 static bool is_scheduled(struct ir3_instruction *instr) function in typeref:typename:bool
344 if ((src != other_src) && !is_scheduled(other_src)) {
418 if (!is_scheduled(baryf)) {
439 if (is_scheduled(instr))
455 if (!is_scheduled(src) && (src->block == instr->block)) {
548 if (is_scheduled(indirect))
589 if (is_scheduled(predicated))
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_sched.c174 is_scheduled(struct ir3_instruction *instr) function in typeref:typename:bool
357 if ((src != other_src) && !is_scheduled(other_src)) {
371 debug_assert(!is_scheduled(instr));
472 if (!is_scheduled(baryf)) {
498 if (!is_scheduled(use))
517 if (other_use != use && !is_scheduled(other_use))
873 if (is_scheduled(indirect))
922 if (is_scheduled(predicated))
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/midgard/
H A Dmidgard_compile.c170 bool is_scheduled; member in struct:midgard_block
2910 block->is_scheduled = true;
3617 this_block->is_scheduled = false;

Completed in 10 milliseconds