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