Skip to content

anv: refactor emit_dynamic_buffer_binding_table_entry

Rohan Garg requested to merge shadeslayer/mesa:review/minor_fixes into main

What does this MR do and why?

anv: refactor emit_dynamic_buffer_binding_table_entry

Refactor emit_dynamic_buffer_binding_table_entry to emit a null surface
state when the descriptor has no assocaited buffers allowing us to drop
the same check elsewhere.

Merge request reports