diff options
author | Kenneth Graunke <[email protected]> | 2018-07-26 21:59:20 -0700 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2019-02-21 10:26:09 -0800 |
commit | 9fc672428d7247647d864110e907dbef6ac80cc1 (patch) | |
tree | 82693596ac8281dd5c27e2bcdc6291b868d12653 /src/gallium/drivers/iris/iris_screen.h | |
parent | 860ce6af3f8ebc545cb7feae37db066c7c649244 (diff) |
iris: little bits of compute basics
Diffstat (limited to 'src/gallium/drivers/iris/iris_screen.h')
-rw-r--r-- | src/gallium/drivers/iris/iris_screen.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/iris/iris_screen.h b/src/gallium/drivers/iris/iris_screen.h index 463b191d131..aa510efed18 100644 --- a/src/gallium/drivers/iris/iris_screen.h +++ b/src/gallium/drivers/iris/iris_screen.h @@ -51,6 +51,8 @@ struct iris_screen { /** Global program_string_id counter (see get_program_string_id()) */ unsigned program_id; + unsigned subslice_total; + struct gen_device_info devinfo; struct isl_device isl_dev; struct iris_bufmgr *bufmgr; |