diff options
author | Marek Olšák <[email protected]> | 2016-10-20 00:57:07 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2016-10-24 21:41:28 +0200 |
commit | f095a4eb171aadf525198e6583a1796ffe5a07b7 (patch) | |
tree | f148c9f7cbb6d51b61799c2fbacb47e38d195c77 /src/gallium/auxiliary/tgsi/tgsi_scan.h | |
parent | 965a5f181047846b081bf1d510ddc4e5424f6b32 (diff) |
tgsi/scan: get information about indirect 2D file access
Reviewed-by: Nicolai Hähnle <[email protected]>
Diffstat (limited to 'src/gallium/auxiliary/tgsi/tgsi_scan.h')
-rw-r--r-- | src/gallium/auxiliary/tgsi/tgsi_scan.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/tgsi/tgsi_scan.h b/src/gallium/auxiliary/tgsi/tgsi_scan.h index 2e61dc76842..47528d5f12d 100644 --- a/src/gallium/auxiliary/tgsi/tgsi_scan.h +++ b/src/gallium/auxiliary/tgsi/tgsi_scan.h @@ -142,6 +142,7 @@ struct tgsi_shader_info */ unsigned indirect_files_read; unsigned indirect_files_written; + unsigned dim_indirect_files; /**< shader resource indexing */ unsigned const_buffers_indirect; /**< const buffers using indirect addressing */ unsigned properties[TGSI_PROPERTY_COUNT]; /* index with TGSI_PROPERTY_ */ |