summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuan A. Suarez Romero <[email protected]>2016-11-15 16:57:30 +0000
committerSamuel Iglesias Gonsálvez <[email protected]>2017-01-09 09:10:13 +0100
commit1c9483f48e7ee7dd32847352e95c5151dfb0f3f2 (patch)
treec5c1309c9e5a1b383ef02fbf8a585a801995a35c
parentcc4ff6c2a01138c44e95af90ec9ddf0f772ca4dc (diff)
anv/pipeline: get map for double input attributes
Reviewed-by: Jason Ekstrand <[email protected]>
-rw-r--r--src/intel/vulkan/anv_pipeline.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/intel/vulkan/anv_pipeline.c b/src/intel/vulkan/anv_pipeline.c
index d5a7406c66c..196cb740d3a 100644
--- a/src/intel/vulkan/anv_pipeline.c
+++ b/src/intel/vulkan/anv_pipeline.c
@@ -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,