OSDN Git Service

anv/pipeline: get map for double input attributes
authorJuan A. Suarez Romero <jasuarez@igalia.com>
Tue, 15 Nov 2016 16:57:30 +0000 (16:57 +0000)
committerSamuel Iglesias Gonsálvez <siglesias@igalia.com>
Mon, 9 Jan 2017 08:10:13 +0000 (09:10 +0100)
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
src/intel/vulkan/anv_pipeline.c

index d5a7406..196cb74 100644 (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,