Searched defs:ttn_compile (Results 1 – 1 of 1) sorted by relevance
60 struct ttn_compile { struct61 union tgsi_full_token *token;62 nir_builder build;63 struct tgsi_shader_info *scan;65 struct ttn_reg_info *output_regs;66 struct ttn_reg_info *temp_regs;67 nir_ssa_def **imm_defs;69 unsigned num_samp_types;70 nir_alu_type *samp_types;72 nir_register *addr_reg;[all …]