summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2014-04-09 12:01:49 -0700
committerMatt Turner <mattst88@gmail.com>2014-04-16 22:46:44 -0700
commit6541f1b4d02b52e19c95dcfb07ef5e0e81a57955 (patch)
tree7455bee777d9bc4d0b5db0967384ebd41f3568d2 /src/mesa/drivers
parentcb6566f9df61bfc84c27b382ba3e494bbac782d9 (diff)
downloadexternal_mesa3d-6541f1b4d02b52e19c95dcfb07ef5e0e81a57955.zip
external_mesa3d-6541f1b4d02b52e19c95dcfb07ef5e0e81a57955.tar.gz
external_mesa3d-6541f1b4d02b52e19c95dcfb07ef5e0e81a57955.tar.bz2
i965: Add reads_accumulator_implicitly() function.
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Diffstat (limited to 'src/mesa/drivers')
-rw-r--r--src/mesa/drivers/dri/i965/brw_shader.cpp13
-rw-r--r--src/mesa/drivers/dri/i965/brw_shader.h1
2 files changed, 14 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_shader.cpp b/src/mesa/drivers/dri/i965/brw_shader.cpp
index c32e66c..6e74803 100644
--- a/src/mesa/drivers/dri/i965/brw_shader.cpp
+++ b/src/mesa/drivers/dri/i965/brw_shader.cpp
@@ -663,6 +663,19 @@ backend_instruction::can_do_saturate() const
}
bool
+backend_instruction::reads_accumulator_implicitly() const
+{
+ switch (opcode) {
+ case BRW_OPCODE_MAC:
+ case BRW_OPCODE_MACH:
+ case BRW_OPCODE_SADA2:
+ return true;
+ default:
+ return false;
+ }
+}
+
+bool
backend_instruction::has_side_effects() const
{
switch (opcode) {
diff --git a/src/mesa/drivers/dri/i965/brw_shader.h b/src/mesa/drivers/dri/i965/brw_shader.h
index 6bd7dc8..9ef08e5 100644
--- a/src/mesa/drivers/dri/i965/brw_shader.h
+++ b/src/mesa/drivers/dri/i965/brw_shader.h
@@ -47,6 +47,7 @@ public:
bool is_control_flow() const;
bool can_do_source_mods() const;
bool can_do_saturate() const;
+ bool reads_accumulator_implicitly() const;
/**
* True if the instruction has side effects other than writing to