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

/xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
H A Dir3_depth.c134 ir3_instr_depth(struct ir3_instruction *instr, unsigned boost, bool falsedep) argument
138 /* don't mark falsedep's as used, but otherwise process them normally: */
139 if (!falsedep)
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_dce.c47 instr_dce(struct ir3_instruction *instr, bool falsedep) argument
49 /* don't mark falsedep's as used, but otherwise process them normally: */
50 if (!falsedep)
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.1.0.rst3734 - freedreno/ir3: make falsedep use's optional

Completed in 17 milliseconds