commit | 2e763f7c87cefbb0c2c8d692e8e1584f89b4c747 | [log] [tgz] |
---|---|---|
author | Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl> | Wed Aug 21 01:50:53 2019 +0200 |
committer | Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl> | Wed Aug 21 09:38:46 2019 +0000 |
tree | e2c70a097c11ddd6de37f1983daa63848160c8e6 | |
parent | 7fa17400350b324840de3c742f336aefcd493c47 [diff] |
radv: Use correct vgpr_comp_cnt for VS if both prim_id and instance_id are needed. Should take the max of the 2. Fixes: ea337c8b7e9 "radv/gfx10: fix VS input VGPRs with the legacy path" Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>