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
@@ -5979,14 +5979,6 @@ radv_GetPipelineExecutableStatisticsKHR(VkDevice _device,
|
||||
}
|
||||
++s;
|
||||
|
||||
if (s < end) {
|
||||
desc_copy(s->name, "PrivMem VGPRs");
|
||||
desc_copy(s->description, "Number of VGPRs stored in private memory per subgroup");
|
||||
s->format = VK_PIPELINE_EXECUTABLE_STATISTIC_FORMAT_UINT64_KHR;
|
||||
s->value.u64 = shader->info.private_mem_vgprs;
|
||||
}
|
||||
++s;
|
||||
|
||||
if (s < end) {
|
||||
desc_copy(s->name, "Code size");
|
||||
desc_copy(s->description, "Code size in bytes");
|
||||
|
Reference in New Issue
Block a user