Searched defs:ttn_compile (Results 1 – 1 of 1) sorted by relevance
61 struct ttn_compile { struct62 union tgsi_full_token *token;63 nir_builder build;64 struct tgsi_shader_info *scan;66 struct ttn_reg_info *output_regs;67 struct ttn_reg_info *temp_regs;68 nir_def **imm_defs;70 unsigned num_samp_types;71 nir_alu_type *samp_types;73 nir_def *addr_reg;[all …]