summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_shader.h
diff options
context:
space:
mode:
authorMatt Turner <[email protected]>2014-12-29 19:29:21 -0800
committerMatt Turner <[email protected]>2015-01-23 17:57:39 -0800
commit215b081c2ac5d7a9d1e6a46a52633997f8ae3576 (patch)
tree81cecd296e7e76d53d935d6395048f426f31dfdc /src/mesa/drivers/dri/i965/brw_shader.h
parent0654ca7d7ea4f18b91783042cd497ab28b26ae69 (diff)
i965: Add is_3src() to backend_instruction.
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_shader.h')
-rw-r--r--src/mesa/drivers/dri/i965/brw_shader.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_shader.h b/src/mesa/drivers/dri/i965/brw_shader.h
index 54d770e1635..6fc86e1c549 100644
--- a/src/mesa/drivers/dri/i965/brw_shader.h
+++ b/src/mesa/drivers/dri/i965/brw_shader.h
@@ -82,6 +82,7 @@ struct bblock_t;
#ifdef __cplusplus
struct backend_instruction : public exec_node {
+ bool is_3src() const;
bool is_tex() const;
bool is_math() const;
bool is_control_flow() const;