radeonsi: fork tgsi_shader_info and tgsi_tessctrl_info
[mesa.git] / src / gallium / drivers / radeonsi / si_compute.c
index f264b880d291defd784bc5ea76af7a172bf8ec0a..eed755b6586e006fb7089610971fb16f51d65a5d 100644 (file)
@@ -126,7 +126,7 @@ static void si_create_compute_state_async(void *job, int thread_index)
        assert(program->ir_type == PIPE_SHADER_IR_NIR);
        si_nir_scan_shader(sel->nir, &sel->info);
 
-       /* Store the declared LDS size into tgsi_shader_info for the shader
+       /* Store the declared LDS size into si_shader_info for the shader
         * cache to include it.
         */
        sel->info.properties[TGSI_PROPERTY_CS_LOCAL_SIZE] = program->local_size;