r300/compiler: Use variable lists in the rename_regs pass
[mesa.git] / src / gallium / drivers / r300 / compiler / radeon_compiler_util.h
index 58bdb3c684b7a258c52c03038c720c5503272adb..ae5288e405e8d7153373cf6272d4a99d62cbba50 100644 (file)
@@ -98,5 +98,6 @@ float rc_get_constant_value(
        unsigned int negate,
        unsigned int chan);
 
+unsigned int rc_get_scalar_src_swz(unsigned int swizzle);
 
 #endif /* RADEON_PROGRAM_UTIL_H */