1 /* 2 * Copyright 2024 Intel Corporation 3 * SPDX-License-Identifier: MIT 4 */ 5 6 #pragma once 7 8 #include "nir.h" 9 10 #ifdef __cplusplus 11 extern "C" { 12 #endif 13 14 extern const struct nir_shader_compiler_options elk_scalar_nir_options; 15 extern const struct nir_shader_compiler_options elk_vector_nir_options; 16 17 #ifdef __cplusplus 18 } 19 #endif 20