From e1ffb72a05f9b50ee47767aaadbab3e47896ee14 Mon Sep 17 00:00:00 2001 From: Karol Herbst Date: Fri, 28 Feb 2020 15:54:08 +0100 Subject: gallium: make handles of set_global_binding 64 bit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit needed by CL Signed-off-by: Karol Herbst Reviewed-by: Marek Olšák Reviewed-by: Alyssa Rosenzweig Tested-by: Marge Bot Part-of: --- src/gallium/include/pipe/p_context.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gallium/include/pipe') diff --git a/src/gallium/include/pipe/p_context.h b/src/gallium/include/pipe/p_context.h index 3a8b9eba462..3e3377a22e2 100644 --- a/src/gallium/include/pipe/p_context.h +++ b/src/gallium/include/pipe/p_context.h @@ -804,7 +804,7 @@ struct pipe_context { void (*set_global_binding)(struct pipe_context *context, unsigned first, unsigned count, struct pipe_resource **resources, - uint32_t **handles); + uint64_t **handles); /** * Launch the compute kernel starting from instruction \a pc of the -- cgit v1.2.3