v3dv: Update a debug message
v3dv switched to vk_pipeline_shader_stage_to_nir a while ago. Reviewed-by: Alejandro Piñeiro <apinheiro@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30875>
This commit is contained in:

committed by
Marge Bot

parent
da395e6985
commit
d8644a533e
@@ -397,7 +397,7 @@ shader_module_compile_to_nir(struct v3dv_device *device,
|
||||
}
|
||||
|
||||
if (V3D_DBG(NIR) || v3d_debug_flag_for_shader_stage(gl_stage)) {
|
||||
fprintf(stderr, "NIR after vk_shader_module_to_nir: %s prog %d NIR:\n",
|
||||
fprintf(stderr, "NIR after vk_pipeline_shader_stage_to_nir: %s prog %d NIR:\n",
|
||||
broadcom_shader_stage_name(stage->stage),
|
||||
stage->program_id);
|
||||
nir_print_shader(nir, stderr);
|
||||
|
Reference in New Issue
Block a user