Skip to content

asahi: Use extr instruction for txs lowering

Hampus Linander requested to merge hlinander/mesa:add_extr_op_upstream into main

Add AGX extr instruction to NIR frontend and AGX backend.

Use corresponding nir_extr_agx instead of multiple bit-operations to read the width of texture descriptors in txs lowering.

See #7540 (closed).

Edited by Hampus Linander

Merge request reports