summaryrefslogtreecommitdiffstats
path: root/src/amd/common/ac_shader_abi.h
diff options
context:
space:
mode:
authorTimothy Arceri <[email protected]>2018-01-30 14:54:13 +1100
committerTimothy Arceri <[email protected]>2018-01-31 09:14:07 +1100
commit3a47b138e3d94494730b3131f70d1e67cfb1826c (patch)
tree23b2e621e12b2a976fdd0be5dea29b16f88b8214 /src/amd/common/ac_shader_abi.h
parentb8808848ce5964cbff8dc1e2f5f6928f5632b8a2 (diff)
radeonsi/nir: add si_nir_lookup_interp_param() helper
Reviewed-by: Marek Olšák <[email protected]>
Diffstat (limited to 'src/amd/common/ac_shader_abi.h')
-rw-r--r--src/amd/common/ac_shader_abi.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/amd/common/ac_shader_abi.h b/src/amd/common/ac_shader_abi.h
index 3aab3bf95b3..409b49a6cd7 100644
--- a/src/amd/common/ac_shader_abi.h
+++ b/src/amd/common/ac_shader_abi.h
@@ -26,6 +26,8 @@
#include <llvm-c/Core.h>
+#include "compiler/shader_enums.h"
+
enum ac_descriptor_type {
AC_DESC_IMAGE,
AC_DESC_FMASK,