anv/nir: Delete the apply_dynamic_offsets prototype
That pass hasn't existed since dd4db84640
but the prototype stuck around for no reason.
Reviewed-by: Elie Tournier <elie.tournier@collabora.com>
Reviewed-by: Iago Toral Quiroga <itoral@igalia.com>
This commit is contained in:
@@ -35,9 +35,6 @@ void anv_nir_lower_input_attachments(nir_shader *shader);
|
||||
|
||||
void anv_nir_lower_push_constants(nir_shader *shader);
|
||||
|
||||
void anv_nir_apply_dynamic_offsets(struct anv_pipeline *pipeline,
|
||||
nir_shader *shader,
|
||||
struct brw_stage_prog_data *prog_data);
|
||||
void anv_nir_apply_pipeline_layout(struct anv_pipeline *pipeline,
|
||||
nir_shader *shader,
|
||||
struct brw_stage_prog_data *prog_data,
|
||||
|
Reference in New Issue
Block a user