xref: /aosp_15_r20/external/mesa3d/src/intel/executor/executor_genx.h (revision 6104692788411f58d303aa86923a9ff6ecaded22)
1 /*
2  * Copyright © 2024 Intel Corporation
3  * SPDX-License-Identifier: MIT
4  */
5 
6 #ifndef EXECUTOR_H
7 #error This file must be included via executor.h
8 #endif
9 
10 void genX(emit_execute)(executor_context *ec, const executor_params *params);
11