ttn: remove {varying_slot, frag_result}_to_tgsi_semantic helpers
[mesa.git] / src / gallium / auxiliary / nir / tgsi_to_nir.h
index f480009afa41546eb4f021676b3bf36a4c336505..a7060bca610b79af80f13c826cd7feb116c20965 100644 (file)
@@ -26,9 +26,3 @@
 struct nir_shader *
 tgsi_to_nir(const void *tgsi_tokens,
             const struct nir_shader_compiler_options *options);
-void
-varying_slot_to_tgsi_semantic(gl_varying_slot slot,
-                              unsigned *semantic_name, unsigned *semantic_index);
-void
-frag_result_to_tgsi_semantic(gl_frag_result slot,
-                             unsigned *semantic_name, unsigned *semantic_index);