From af22adee4fcd0a5d0d63a0048b3d156eb2abb135 Mon Sep 17 00:00:00 2001 From: Karol Herbst Date: Fri, 23 Jun 2017 20:30:20 +0200 Subject: tgsi: add precise flag to tgsi_instruction MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Karol Herbst Reviewed-by: Nicolai Hähnle Reviewed-by: Roland Scheidegger --- src/gallium/include/pipe/p_shader_tokens.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/gallium/include/pipe') diff --git a/src/gallium/include/pipe/p_shader_tokens.h b/src/gallium/include/pipe/p_shader_tokens.h index 1e08d973297..aa0fb3e3b3e 100644 --- a/src/gallium/include/pipe/p_shader_tokens.h +++ b/src/gallium/include/pipe/p_shader_tokens.h @@ -638,7 +638,8 @@ struct tgsi_instruction unsigned Label : 1; unsigned Texture : 1; unsigned Memory : 1; - unsigned Padding : 2; + unsigned Precise : 1; + unsigned Padding : 1; }; /* -- cgit v1.2.3