Searched defs:ttn_compile (Results 1 – 1 of 1) sorted by relevance
59 struct ttn_compile { struct60 union tgsi_full_token *token;61 nir_builder build;62 struct tgsi_shader_info *scan;64 struct ttn_reg_info *output_regs;65 struct ttn_reg_info *temp_regs;66 nir_ssa_def **imm_defs;68 unsigned num_samp_types;69 nir_alu_type *samp_types;71 nir_register *addr_reg;[all …]