anv/pipeline: Set the right SSBO binding table start index for FS

This commit is contained in:
Jason Ekstrand
2015-11-06 15:57:51 -08:00
parent 399d5314f6
commit 104525c33b
+1
View File
@@ -406,6 +406,7 @@ anv_pipeline_compile(struct anv_pipeline *pipeline,
prog_data->binding_table.size_bytes = 0;
prog_data->binding_table.texture_start = bias;
prog_data->binding_table.ubo_start = bias;
prog_data->binding_table.ssbo_start = bias;
prog_data->binding_table.image_start = bias;
/* Finish the optimization and compilation process */