mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 16:08:04 +02:00
i965: define BRW_MAX_GRF
This commit is contained in:
parent
21a422d97e
commit
5c8fb6acc1
1 changed files with 3 additions and 0 deletions
|
|
@ -243,6 +243,9 @@ struct brw_vs_ouput_sizes {
|
|||
};
|
||||
|
||||
|
||||
/** Number of general purpose registers (VS, WM, etc) */
|
||||
#define BRW_MAX_GRF 128
|
||||
|
||||
/** Number of texture sampler units */
|
||||
#define BRW_MAX_TEX_UNIT 16
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue