freedreno/ir3: add image/ssbo <-> ibo/tex mapping
[mesa.git] / src / gallium / drivers / freedreno / a5xx / fd5_image.h
index 98c7faf615405e3042a367d70bbec9557def52a9..f7567826ba6e94dd85111b000baf15b97fabdf17 100644 (file)
@@ -29,7 +29,8 @@
 
 #include "freedreno_context.h"
 
+struct ir3_shader_variant;
 void fd5_emit_images(struct fd_context *ctx, struct fd_ringbuffer *ring,
-               enum pipe_shader_type shader);
+               enum pipe_shader_type shader, const struct ir3_shader_variant *v);
 
 #endif /* FD5_IMAGE_H_ */