Skip to content

nir: Use the NIR_SRC_AS_ macro to define nir_src_as_deref

Faith Ekstrand requested to merge gfxstrand/mesa:review/nir-src-as-deref into master

We have a macro for this now; no reason to hand-roll it for derefs. While we're here, move the NIR_DEFINE_CAST for derefs down to where all the other ones are.

Edited by Faith Ekstrand

Merge request reports