freedreno/ir3: remove tgsi f/e
[mesa.git] / src / gallium / drivers / freedreno / ir3 / ir3_compiler.h
index 9213386e00c341cc04fb089591cf1f4d28e7294d..89a40b50ef37030b6dd3a27c746dd5e1c019aee0 100644 (file)
 
 #include "ir3_shader.h"
 
-
 int ir3_compile_shader_nir(struct ir3_shader_variant *so,
                const struct tgsi_token *tokens, struct ir3_shader_key key);
 
-int ir3_compile_shader(struct ir3_shader_variant *so,
-               const struct tgsi_token *tokens,
-               struct ir3_shader_key key, bool cp);
-
 #endif /* IR3_COMPILER_H_ */