• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /*
2  * Copyright © 2024 Imagination Technologies Ltd.
3  *
4  * SPDX-License-Identifier: MIT
5  */
6 
7 #ifndef PVR_NIR_H
8 #define PVR_NIR_H
9 
10 #include "nir/nir.h"
11 #include "pco/pco.h"
12 #include "pvr_private.h"
13 
14 void pvr_lower_nir(pco_ctx *ctx,
15                    struct pvr_pipeline_layout *layout,
16                    nir_shader *nir);
17 
18 #endif /* PVR_NIR_H */
19