mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-03 05:00:09 +01:00
radv: Print task shader stage name before disasm.
Signed-off-by: Timur Kristóf <timur.kristof@gmail.com> Reviewed-by: Rhys Perry <pendingchaos02@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14929>
This commit is contained in:
parent
8dbde92659
commit
0d0165db8e
1 changed files with 2 additions and 0 deletions
|
|
@ -2322,6 +2322,8 @@ radv_get_shader_name(const struct radv_shader_info *info, gl_shader_stage stage)
|
|||
return "Compute Shader";
|
||||
case MESA_SHADER_MESH:
|
||||
return "Mesh Shader as NGG";
|
||||
case MESA_SHADER_TASK:
|
||||
return "Task Shader as CS";
|
||||
default:
|
||||
return "Unknown shader";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue