From 3b2cb2f99ae8f82dd172f8486753637ae580d571 Mon Sep 17 00:00:00 2001 From: Samuel Pitoiset Date: Wed, 20 Dec 2017 20:56:55 +0100 Subject: amd/common: scan if gl_InvocationID is used MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Samuel Pitoiset Reviewed-by: Marek Olšák --- src/amd/common/ac_shader_info.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/amd/common/ac_shader_info.h') diff --git a/src/amd/common/ac_shader_info.h b/src/amd/common/ac_shader_info.h index 79e5615254b..7c79d1a728e 100644 --- a/src/amd/common/ac_shader_info.h +++ b/src/amd/common/ac_shader_info.h @@ -31,6 +31,7 @@ struct ac_shader_info { bool needs_push_constants; uint32_t desc_set_used_mask; bool needs_multiview_view_index; + bool uses_invocation_id; struct { bool has_vertex_buffers; /* needs vertex buffers and base/start */ bool needs_draw_id; -- cgit v1.2.3