mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-21 06:48:09 +02:00
11 lines
233 B
C
11 lines
233 B
C
|
|
/*
|
||
|
|
* Copyright © 2024 Intel Corporation
|
||
|
|
* SPDX-License-Identifier: MIT
|
||
|
|
*/
|
||
|
|
|
||
|
|
#ifndef EXECUTOR_H
|
||
|
|
#error This file must be included via executor.h
|
||
|
|
#endif
|
||
|
|
|
||
|
|
void genX(emit_execute)(executor_context *ec, const executor_params *params);
|