1 /* 2 * Copyright © 2021 Ilia Mirkin <[email protected]> 3 * SPDX-License-Identifier: MIT 4 * 5 * Authors: 6 * Ilia Mirkin <[email protected]> 7 */ 8 9 #ifndef FD4_COMPUTE_H_ 10 #define FD4_COMPUTE_H_ 11 12 #include "pipe/p_context.h" 13 14 void fd4_compute_init(struct pipe_context *pctx); 15 16 #endif /* FD4_COMPUTE_H_ */ 17