nir: add shader_info::last_msaa_image

for radeonsi

Acked-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com>
This commit is contained in:
Marek Olšák
2019-09-12 21:09:50 -04:00
parent e4f4bb8abd
commit e26bd397a8
2 changed files with 8 additions and 0 deletions

View File

@@ -105,6 +105,8 @@ typedef struct shader_info {
unsigned num_ssbos;
/* Number of images used by this shader */
unsigned num_images;
/* Index of the last MSAA image. */
int last_msaa_image;
/* Which inputs are actually read */
uint64_t inputs_read;