ac/nir_to_llvm: move some interp defines to the header
[mesa.git] / src / amd / common / ac_nir_to_llvm.c
index b3336ffafea0c79e2ca98f57a758f6709637b53e..bcacd4953f46a5b9c51d99431733dfc129db0e9c 100644 (file)
@@ -3976,10 +3976,6 @@ static LLVMValueRef visit_var_atomic(struct nir_to_llvm_context *ctx,
        return result;
 }
 
-#define INTERP_CENTER 0
-#define INTERP_CENTROID 1
-#define INTERP_SAMPLE 2
-
 static LLVMValueRef lookup_interp_param(struct nir_to_llvm_context *ctx,
                                        enum glsl_interp_mode interp, unsigned location)
 {