diff options
author | Kenneth Graunke <[email protected]> | 2013-12-08 16:35:36 -0800 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2014-01-18 21:55:31 -0800 |
commit | f4cf231cac17fa7e600ba9cbb033d41543cb4f3f (patch) | |
tree | c09aa5976cf9c5b913381a3a0d993023db4317c4 /src | |
parent | 9e7da0c71678a57c06a988c82b2c4ce07723c416 (diff) |
i965: Add SFID #defines for media stuff.
While we probably won't ever use these, having them makes it easy to
share disassembler code between intel-gpu-tools and Mesa.
Signed-off-by: Kenneth Graunke <[email protected]>
Reviewed-by: Matt Turner <[email protected]>
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_defines.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_defines.h b/src/mesa/drivers/dri/i965/brw_defines.h index e935e3b3d35..3d7d77742fe 100644 --- a/src/mesa/drivers/dri/i965/brw_defines.h +++ b/src/mesa/drivers/dri/i965/brw_defines.h @@ -1092,6 +1092,7 @@ enum brw_message_target { BRW_SFID_DATAPORT_WRITE = 5, BRW_SFID_URB = 6, BRW_SFID_THREAD_SPAWNER = 7, + BRW_SFID_VME = 8, GEN6_SFID_DATAPORT_SAMPLER_CACHE = 4, GEN6_SFID_DATAPORT_RENDER_CACHE = 5, @@ -1100,6 +1101,7 @@ enum brw_message_target { GEN7_SFID_DATAPORT_DATA_CACHE = 10, GEN7_SFID_PIXEL_INTERPOLATOR = 11, HSW_SFID_DATAPORT_DATA_CACHE_1 = 12, + HSW_SFID_CRE = 13, }; #define GEN7_MESSAGE_TARGET_DP_DATA_CACHE 10 |