r600/sfn: add register remapping
[mesa.git] / src / gallium / drivers / r600 / sfn / sfn_instruction_tex.h
index ff5ef1ee1f25eb717d633c0032b8489b2e54a81b..d6f353024990ae760ecfb0bf134109be8f82fe5a 100644 (file)
@@ -81,6 +81,8 @@ public:
    unsigned sampler_id() const {return m_sampler_id;}
    unsigned resource_id() const {return m_resource_id;}
 
+   void replace_values(const ValueSet& candiates, PValue new_value) override;
+
    void set_offset(unsigned index, int32_t val);
    int get_offset(unsigned index) const;