diff options
author | Marek Olšák <[email protected]> | 2016-02-22 00:23:10 +0100 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2016-03-01 00:11:32 +0100 |
commit | 09bfbd43a0818c67cb0a6dd4437cc4946e0af5dc (patch) | |
tree | c9781d1c2f540fc956240afa0818fc3091c55db5 /src/gallium/auxiliary/tgsi/tgsi_scan.h | |
parent | 35859d5bbba998aa41ec87bc53d946add4662dea (diff) |
tgsi/scan: count memory instructions
for radeonsi
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 0541255764c..d65dec71888 100644 --- a/src/gallium/auxiliary/tgsi/tgsi_scan.h +++ b/src/gallium/auxiliary/tgsi/tgsi_scan.h @@ -74,6 +74,7 @@ struct tgsi_shader_info uint immediate_count; /**< number of immediates declared */ uint num_instructions; + uint num_memory_instructions; /**< sampler, buffer, and image instructions */ uint opcode_count[TGSI_OPCODE_LAST]; /**< opcode histogram */ |