nir: add type information to load uniform/input and store output intrinsics
authorJonathan Marek <jonathan@marek.ca>
Fri, 31 May 2019 17:44:40 +0000 (13:44 -0400)
committerJonathan Marek <jonathan@marek.ca>
Fri, 31 May 2019 21:35:26 +0000 (21:35 +0000)
commitc12750527b7c4d1f4265ffa2346fd5c2346f41cd
tree60fc673c13ab4fc85a1f057d1b72f871c6a2043a
parent6016df211fdd6f1846255ea55d272e1f36881357
nir: add type information to load uniform/input and store output intrinsics

This type information will be used by gather_ssa_types to get usable results

Signed-off-by: Jonathan Marek <jonathan@marek.ca>
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
src/compiler/nir/nir.h
src/compiler/nir/nir_intrinsics.py
src/compiler/nir/nir_lower_io.c
src/compiler/nir/nir_print.c