Home
last modified time | relevance | path

Searched refs:qir_depends_on_flags (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_opt_peephole_sf.c93 qir_depends_on_flags(a) || in inst_result_equals()
94 qir_depends_on_flags(b)) { in inst_result_equals()
153 if (qir_depends_on_flags(inst)) in qir_opt_peephole_sf_block()
Dvc4_opt_coalesce_ff_writes.c78 if (qir_depends_on_flags(inst) || inst->sf) in qir_opt_coalesce_ff_writes()
Dvc4_opt_vpm.c64 if (qir_depends_on_flags(inst) || inst->sf) in qir_opt_vpm()
Dvc4_qir_schedule.c285 if (qir_depends_on_flags(inst)) in calculate_deps()
Dvc4_qir.c273 qir_depends_on_flags(struct qinst *inst) in qir_depends_on_flags() function
Dvc4_qir.h587 bool qir_depends_on_flags(struct qinst *inst);