~mmach/netext73/mesa-ryzen

« back to all changes in this revision

Viewing changes to src/imagination/common/pvr_debug.c

  • Committer: mmach
  • Date: 2023-11-02 21:31:35 UTC
  • Revision ID: netbit73@gmail.com-20231102213135-18d4tzh7tj0uz752
2023-11-02 22:11:57

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
     "Track all buffer objects with at least one reference." },
37
37
   { "bo_zero", PVR_DEBUG_ZERO_BOS,
38
38
     "Zero all buffer objects at allocation to make them deterministic." },
 
39
   { "vk_desc", PVR_DEBUG_VK_DUMP_DESCRIPTOR_SET_LAYOUT,
 
40
     "Dump descriptor set and pipeline layouts." },
39
41
   DEBUG_NAMED_VALUE_END
40
42
};
41
43
/* clang-format on */