diff options
Diffstat (limited to 'src/gallium/drivers/freedreno/a3xx/fd3_program.h')
-rw-r--r-- | src/gallium/drivers/freedreno/a3xx/fd3_program.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/freedreno/a3xx/fd3_program.h b/src/gallium/drivers/freedreno/a3xx/fd3_program.h index e0866c1d008..0439d39dbff 100644 --- a/src/gallium/drivers/freedreno/a3xx/fd3_program.h +++ b/src/gallium/drivers/freedreno/a3xx/fd3_program.h @@ -100,6 +100,7 @@ struct fd3_shader_variant { fd3_semantic semantic; uint8_t regid; uint8_t compmask; + uint8_t ncomp; /* in theory inloc of fs should match outloc of vs: */ uint8_t inloc; uint8_t bary; |