diff options
author | Marek Olšák <[email protected]> | 2016-08-24 19:08:01 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2016-08-29 14:16:57 +0200 |
commit | d301efb400accee1c6be790756d80957c7d04754 (patch) | |
tree | 48d6a2434004b6ca73a650ce930bdae0fb457fd6 /src/gallium/auxiliary/tgsi/tgsi_scan.h | |
parent | 5f0ea3db16706968278da99cccc511e5b53e190d (diff) |
tgsi/scan: remember sampler view types
Reviewed-by: Brian Paul <[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 30d01460b1d..0c5f2ba064a 100644 --- a/src/gallium/auxiliary/tgsi/tgsi_scan.h +++ b/src/gallium/auxiliary/tgsi/tgsi_scan.h @@ -66,6 +66,7 @@ struct tgsi_shader_info int const_file_max[PIPE_MAX_CONSTANT_BUFFERS]; unsigned samplers_declared; /**< bitmask of declared samplers */ ubyte sampler_targets[PIPE_MAX_SHADER_SAMPLER_VIEWS]; /**< TGSI_TEXTURE_x values */ + ubyte sampler_type[PIPE_MAX_SHADER_SAMPLER_VIEWS]; /**< TGSI_RETURN_TYPE_x */ ubyte input_array_first[PIPE_MAX_SHADER_INPUTS]; ubyte input_array_last[PIPE_MAX_SHADER_INPUTS]; |