diff options
author | Alyssa Rosenzweig <[email protected]> | 2019-08-30 11:01:57 -0700 |
---|---|---|
committer | Alyssa Rosenzweig <[email protected]> | 2019-08-30 15:50:26 -0700 |
commit | 59f2cfcbc7d9da9b9e7c45ccc58c5cdaecbe92e8 (patch) | |
tree | c3a65aba7b9a1c9e4e657496bce93cdeba8494f1 /src/panfrost/midgard/compiler.h | |
parent | 76529836ecf53c977762283cf944a5c123c2b6db (diff) |
pan/midgard: Remove texture_index
This is deadcode.
Signed-off-by: Alyssa Rosenzweig <[email protected]>
Diffstat (limited to 'src/panfrost/midgard/compiler.h')
-rw-r--r-- | src/panfrost/midgard/compiler.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/panfrost/midgard/compiler.h b/src/panfrost/midgard/compiler.h index b63a542e5ad..00c6b52413a 100644 --- a/src/panfrost/midgard/compiler.h +++ b/src/panfrost/midgard/compiler.h @@ -268,9 +268,6 @@ typedef struct compiler_context { * Decrease when a tex op is removed. */ int texture_op_count; - /* Mapping of texture register -> SSA index for unaliasing */ - int texture_index[2]; - /* The number of uniforms allowable for the fast path */ int uniform_cutoff; |