Skip to content

radeonsi: replace llvm ls/hs interface lds ops with nir lowered ones

Qiang Yu requested to merge yuq825/mesa:topic/llvm-lshs-io-to-nir into main

Utilize AC nir lower pass to replace the llvm path. This MR just handle the LS/HS interface. Will apply other parts in ac_nir_lower_(tess_io_to_mem|esgs_io_to_mem|ngg).

Merge request reports