Searched refs:num_inst_dst_regs (Results 1 – 3 of 3) sorted by relevance
169 num_inst_dst_regs(const glsl_to_tgsi_instruction *op) in num_inst_dst_regs() function
776 for (unsigned j = 0; j < num_inst_dst_regs(inst); j++) { in get_temp_registers_required_lifetimes()947 for (unsigned j = 0; j < num_inst_dst_regs(&inst); j++) { in dump_instruction()
4698 for (j = 0; j < num_inst_dst_regs(inst); j++) { in rename_temp_registers()4718 for (j = 0; j < num_inst_dst_regs(inst); j++) { in get_first_temp_write()4781 for (j = 0; j < num_inst_dst_regs(inst); j++) { in get_last_temp_read_first_temp_write()4818 for (j = 0; j < num_inst_dst_regs(inst); j++) { in get_last_temp_write()5262 if (num_inst_dst_regs(inst) != 2) in merge_two_dsts()5804 num_dst = num_inst_dst_regs(inst); in compile_tgsi_instruction()