iris: Don't enable smooth points when point sprites are enabled
[mesa.git] / src / gallium / auxiliary / nir / tgsi_to_nir.h
index 0651870ea8095f2d1563e0cfb36c1cfb4a2b0934..a7060bca610b79af80f13c826cd7feb116c20965 100644 (file)
 
 #include "compiler/nir/nir.h"
 
-struct nir_shader_compiler_options *options;
-
 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);