mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 06:48:06 +02:00
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 <kenneth@whitecape.org> Reviewed-by: Matt Turner <mattst88@gmail.com>
This commit is contained in:
parent
9e7da0c716
commit
f4cf231cac
1 changed files with 2 additions and 0 deletions
|
|
@ -1092,6 +1092,7 @@ enum brw_message_target {
|
||||||
BRW_SFID_DATAPORT_WRITE = 5,
|
BRW_SFID_DATAPORT_WRITE = 5,
|
||||||
BRW_SFID_URB = 6,
|
BRW_SFID_URB = 6,
|
||||||
BRW_SFID_THREAD_SPAWNER = 7,
|
BRW_SFID_THREAD_SPAWNER = 7,
|
||||||
|
BRW_SFID_VME = 8,
|
||||||
|
|
||||||
GEN6_SFID_DATAPORT_SAMPLER_CACHE = 4,
|
GEN6_SFID_DATAPORT_SAMPLER_CACHE = 4,
|
||||||
GEN6_SFID_DATAPORT_RENDER_CACHE = 5,
|
GEN6_SFID_DATAPORT_RENDER_CACHE = 5,
|
||||||
|
|
@ -1100,6 +1101,7 @@ enum brw_message_target {
|
||||||
GEN7_SFID_DATAPORT_DATA_CACHE = 10,
|
GEN7_SFID_DATAPORT_DATA_CACHE = 10,
|
||||||
GEN7_SFID_PIXEL_INTERPOLATOR = 11,
|
GEN7_SFID_PIXEL_INTERPOLATOR = 11,
|
||||||
HSW_SFID_DATAPORT_DATA_CACHE_1 = 12,
|
HSW_SFID_DATAPORT_DATA_CACHE_1 = 12,
|
||||||
|
HSW_SFID_CRE = 13,
|
||||||
};
|
};
|
||||||
|
|
||||||
#define GEN7_MESSAGE_TARGET_DP_DATA_CACHE 10
|
#define GEN7_MESSAGE_TARGET_DP_DATA_CACHE 10
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue