Searched defs:ntt_compile (Results 1 – 1 of 1) sorted by relevance
69 struct ntt_compile { struct70 nir_shader *s;71 nir_function_impl *impl;72 const struct nir_to_tgsi_options *options;73 struct pipe_screen *screen;74 struct ureg_program *ureg;76 bool needs_texcoord_semantic;77 bool native_integers;78 bool has_txf_lz;80 bool addr_declared[3];[all …]