OSDN Git Service

vc4: Add copy propagation between temps.
[android-x86/external-mesa.git] / src / gallium / drivers / vc4 / vc4_qir.h
index c6c2a64..5332478 100644 (file)
@@ -155,6 +155,7 @@ const char *qir_get_stage_name(enum qstage stage);
 
 void qir_optimize(struct qcompile *c);
 bool qir_opt_algebraic(struct qcompile *c);
+bool qir_opt_copy_propagation(struct qcompile *c);
 bool qir_opt_dead_code(struct qcompile *c);
 
 #define QIR_ALU1(name)                                                   \