diff options
author | Kenneth Graunke <[email protected]> | 2015-11-30 15:26:50 -0800 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2015-12-07 14:48:55 -0800 |
commit | 87a1166310161d6ad703e802caa091850462ea55 (patch) | |
tree | 921016fae9f845d1c8cba0f4d3bad56cab562280 /Android.common.mk | |
parent | 42ca675cc91af7ee06e2a47daa57d5d65bdd1c80 (diff) |
i965: Add brw_device_info::min_ds_entries field.
From the 3DSTATE_URB_DS documentation:
"Project: IVB, HSW
If Domain Shader Thread Dispatch is Enabled then the minimum number of
handles that must be allocated is 10 URB entries."
"Project: BDW+
If Domain Shader Thread Dispatch is Enabled then the minimum number of
handles that must be allocated is 34 URB entries."
When the HS is run in SINGLE_PATCH mode (the only mode we support
today), there is no minimum for HS - it's just zero.
Signed-off-by: Kenneth Graunke <[email protected]>
Reviewed-by: Matt Turner <[email protected]>
Diffstat (limited to 'Android.common.mk')
0 files changed, 0 insertions, 0 deletions