radv: remove the LLVM stat about the number of private VGPRs
This doesn't seem really useful. Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12999>
This commit is contained in:

committed by
Marge Bot

parent
7b04c13a34
commit
dca04dae52
@@ -225,7 +225,6 @@ struct radv_shader_info {
|
||||
unsigned num_user_sgprs;
|
||||
unsigned num_input_sgprs;
|
||||
unsigned num_input_vgprs;
|
||||
unsigned private_mem_vgprs;
|
||||
bool need_indirect_descriptor_sets;
|
||||
bool is_ngg;
|
||||
bool is_ngg_passthrough;
|
||||
|
Reference in New Issue
Block a user