Reviewed-by: Dave Airlie <airlied@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22828>
image->nr_images = nr_images;
return &image->base;
}
+
+struct lp_sampler_dynamic_state *
+lp_build_sampler_soa_dynamic_state(struct lp_build_sampler_soa *_sampler)
+{
+ struct lp_bld_llvm_sampler_soa *sampler = (struct lp_bld_llvm_sampler_soa *)_sampler;
+ return &sampler->dynamic_state.base;
+}
};
+struct lp_build_sampler_soa;
+
+struct lp_sampler_dynamic_state *
+lp_build_sampler_soa_dynamic_state(struct lp_build_sampler_soa *sampler);
+
+
/**
* Keep all information for sampling code generation in a single place.
*/