radeonsi/nir: add si_nir_lookup_interp_param() helper

Reviewed-by: Marek Olšák <marek.olsak@amd.com>
This commit is contained in:
Timothy Arceri
2018-01-30 14:54:13 +11:00
parent b8808848ce
commit 3a47b138e3
3 changed files with 42 additions and 0 deletions

View File

@@ -26,6 +26,8 @@
#include <llvm-c/Core.h>
#include "compiler/shader_enums.h"
enum ac_descriptor_type {
AC_DESC_IMAGE,
AC_DESC_FMASK,