~mmach/netext73/mesa_2004

« back to all changes in this revision

Viewing changes to src/gallium/frontends/lavapipe/lvp_execute.c

  • Committer: mmach
  • Date: 2021-03-25 18:20:58 UTC
  • Revision ID: netbit73@gmail.com-20210325182058-7q5jvfd88o1c7k36
2021-03-25 13:55:17

Show diffs side-by-side

added added

removed removed

Lines of Context:
2354
2354
 
2355
2355
   if (!(layout->shader_stages & VK_SHADER_STAGE_COMPUTE_BIT))
2356
2356
      return;
2357
 
 
 
2357
   for (unsigned i = 0; i < pds->set; i++) {
 
2358
      increment_dyn_info(dyn_info, pds->layout->set[i].layout, false);
 
2359
   }
2358
2360
   unsigned info_idx = 0;
2359
2361
   for (unsigned i = 0; i < pds->descriptor_write_count; i++) {
2360
2362
      struct lvp_write_descriptor *desc = &pds->descriptors[i];
2388
2390
      handle_compute_push_descriptor_set(cmd, &dyn_info, state);
2389
2391
   }
2390
2392
 
 
2393
   for (unsigned i = 0; i < pds->set; i++) {
 
2394
      increment_dyn_info(&dyn_info, pds->layout->set[i].layout, false);
 
2395
   }
 
2396
 
2391
2397
   unsigned info_idx = 0;
2392
2398
   for (unsigned i = 0; i < pds->descriptor_write_count; i++) {
2393
2399
      struct lvp_write_descriptor *desc = &pds->descriptors[i];