Searched defs:ttn_compile (Results 1 – 1 of 1) sorted by relevance
53 struct ttn_compile { struct54 union tgsi_full_token *token;55 nir_builder build;56 struct tgsi_shader_info *scan;58 struct ttn_reg_info *output_regs;59 struct ttn_reg_info *temp_regs;60 nir_ssa_def **imm_defs;62 unsigned num_samp_types;63 nir_alu_type *samp_types;65 nir_register *addr_reg;[all …]