Skip to content

RFC: anv: Add support for INTEL_DEBUG=bt

Caio Oliveira requested to merge cmarcelo/mesa:r/anv-debug-bt into master

Print all the bindings, with the corresponding BTI or nothing in case of bindless. Output looks like

Bindings for MESA_SHADER_COMPUTE
  [000] anv num work groups
  [001] anv buffer for set 0
  [002] anv shader constants
        VK_DESCRIPTOR_TYPE_STORAGE_BUFFER 0:0

Merge request reports