i965/fs: Split the GLSL IR -> FS LIR visitor to brw_fs_visitor.cpp.
[mesa.git] / src / mesa / drivers / dri / i965 / brw_fs.h
index 41e5004f37bd3d5d1da163c2dad994607c192f9a..d1f70ee2117723932b868672893e34ddd02052f9 100644 (file)
@@ -466,6 +466,8 @@ public:
       return emit(fs_inst(opcode, dst, src0, src1, src2));
    }
 
+   int type_size(const struct glsl_type *type);
+
    bool run();
    void setup_paramvalues_refs();
    void assign_curb_setup();