llvmpipe: pass number of images into image soa create
[mesa.git] / src / gallium / drivers / llvmpipe / lp_tex_sample.h
index 5deff6314996310ac38768b4b90f9d9162589e80..51813ea5c95784ace0725d420f1e9c3c2fe3d2eb 100644 (file)
@@ -49,6 +49,7 @@ lp_llvm_sampler_soa_create(const struct lp_sampler_static_state *key,
                            unsigned nr_samplers);
 
 struct lp_build_image_soa *
-lp_llvm_image_soa_create(const struct lp_image_static_state *key);
+lp_llvm_image_soa_create(const struct lp_image_static_state *key,
+                         unsigned nr_images);
 
 #endif /* LP_TEX_SAMPLE_H */