mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 06:58:05 +02:00
radeonsi: print out remove_streamout shader key
Acked-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com> Signed-off-by: Qiang Yu <yuq825@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17456>
This commit is contained in:
parent
4d15a06dee
commit
f4179f203d
1 changed files with 1 additions and 0 deletions
|
|
@ -1324,6 +1324,7 @@ static void si_dump_shader_key(const struct si_shader *shader, FILE *f)
|
|||
fprintf(f, " opt.kill_pointsize = 0x%x\n", key->ge.opt.kill_pointsize);
|
||||
fprintf(f, " opt.kill_clip_distances = 0x%x\n", key->ge.opt.kill_clip_distances);
|
||||
fprintf(f, " opt.ngg_culling = 0x%x\n", key->ge.opt.ngg_culling);
|
||||
fprintf(f, " opt.remove_streamout = 0x%x\n", key->ge.opt.remove_streamout);
|
||||
}
|
||||
|
||||
if (stage <= MESA_SHADER_GEOMETRY)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue