anv/pipeline: get map for double input attributes

Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
This commit is contained in:
Juan A. Suarez Romero
2016-11-15 16:57:30 +00:00
committed by Samuel Iglesias Gonsálvez
parent cc4ff6c2a0
commit 1c9483f48e

View File

@@ -463,6 +463,7 @@ anv_pipeline_compile_vs(struct anv_pipeline *pipeline,
ralloc_steal(mem_ctx, nir);
prog_data.inputs_read = nir->info->inputs_read;
prog_data.double_inputs_read = nir->info->double_inputs_read;
brw_compute_vue_map(&pipeline->device->info,
&prog_data.base.vue_map,