~mmach/netext73/mesa_2004

« back to all changes in this revision

Viewing changes to src/intel/vulkan/anv_descriptor_set.c

  • Committer: mmach
  • Date: 2023-03-27 18:58:21 UTC
  • Revision ID: netbit73@gmail.com-20230327185821-ozduw10kmfvwg70q
23

Show diffs side-by-side

added added

removed removed

Lines of Context:
968
968
      anv_descriptor_set_layout_unref(device, set->layout);
969
969
   }
970
970
 
 
971
   util_vma_heap_finish(&pool->host_heap);
 
972
 
971
973
   if (pool->bo) {
972
974
      util_vma_heap_finish(&pool->bo_heap);
973
975
      anv_device_release_bo(device, pool->bo);