i965/vec4: add opportunistic behaviour to opt_vector_float()
[mesa.git] / src / mesa / drivers / dri / i965 / brw_vec4.h
index 633f13c2c97b64f1e78db29a0a1d7809ed9aecda..91771b84069ee423c2e630b87372de6cdea18fdc 100644 (file)
@@ -369,6 +369,10 @@ protected:
    virtual void gs_end_primitive();
 
 private:
+   bool vectorize_mov(bblock_t *block, vec4_instruction *inst,
+                      uint8_t imm[4], vec4_instruction *imm_inst[4],
+                      int inst_count, unsigned writemask);
+
    /**
     * If true, then register allocation should fail instead of spilling.
     */