llvmpipe: enable ARB_shader_group_vote.
[mesa.git] / src / gallium / drivers / llvmpipe / lp_tex_sample.h
index e26d608c9eb6b64f60314cfe6e158d8d43170cde..ce60f21792ef895eab9277f010c68ae463288d55 100644 (file)
@@ -33,6 +33,7 @@
 
 
 struct lp_sampler_static_state;
+struct lp_image_static_state;
 
 /**
  * Whether texture cache is used for s3tc textures.
@@ -46,4 +47,7 @@ struct lp_sampler_static_state;
 struct lp_build_sampler_soa *
 lp_llvm_sampler_soa_create(const struct lp_sampler_static_state *key);
 
+struct lp_build_image_soa *
+lp_llvm_image_soa_create(const struct lp_image_static_state *key);
+
 #endif /* LP_TEX_SAMPLE_H */