util: Make all 3 fetch_rgba functions occupy the same function slot.
[mesa.git] / src / gallium / drivers / llvmpipe / lp_test_format.c
index 583e5fc0b4d974673bad111d2bda8635cfbcfc86..5facd85e3092a3bf2af72cbd50c56fde7e571f4b 100644 (file)
@@ -392,7 +392,7 @@ test_all(unsigned verbose, FILE *fp)
           * precompiled fetch func for any format before we write LLVM code to
           * fetch from it.
           */
-         if (!unpack->fetch_rgba_float)
+         if (!unpack->fetch_rgba)
             continue;
 
          /* only test twice with formats which can use cache */