summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/gallivm/lp_bld_jit_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/auxiliary/gallivm/lp_bld_jit_types.h')
-rw-r--r--src/gallium/auxiliary/gallivm/lp_bld_jit_types.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/gallivm/lp_bld_jit_types.h b/src/gallium/auxiliary/gallivm/lp_bld_jit_types.h
index 778fd8bac72..d96b316df6f 100644
--- a/src/gallium/auxiliary/gallivm/lp_bld_jit_types.h
+++ b/src/gallium/auxiliary/gallivm/lp_bld_jit_types.h
@@ -24,6 +24,8 @@
#ifndef LP_BLD_JIT_TYPES_H
#define LP_BLD_JIT_TYPES_H
+struct lp_sampler_dynamic_state;
+
struct lp_jit_buffer
{
union {
@@ -160,4 +162,10 @@ enum {
LLVMTypeRef
lp_build_jit_resources_type(struct gallivm_state *gallivm);
+
+void
+lp_build_jit_fill_sampler_dynamic_state(struct lp_sampler_dynamic_state *state);
+void
+lp_build_jit_fill_image_dynamic_state(struct lp_sampler_dynamic_state *state);
#endif
+