Skip to content

nir_to_tgsi: Require the block index to always be populated

Corentin Noël requested to merge tintou/mesa:tintou/ntt-serialization into main

In some cases like when using NIR_DEBUG=serialize, impl->num_blocks is 0 which leads to assertions error in the blocklist. Make sure to require the num_blocks to be populated.

Merge request reports