Home
last modified time | relevance | path

Searched refs:num_inst_dst_regs (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp631 num_inst_dst_regs(const glsl_to_tgsi_instruction *op) in num_inst_dst_regs() function
4582 for (j = 0; j < num_inst_dst_regs(inst); j++) { in rename_temp_registers()
4635 for (j = 0; j < num_inst_dst_regs(inst); j++) { in get_last_temp_read_first_temp_write()
4672 for (j = 0; j < num_inst_dst_regs(inst); j++) { in get_last_temp_write()
5077 if (num_inst_dst_regs(inst) != 2) in merge_two_dsts()
5605 num_dst = num_inst_dst_regs(inst); in compile_tgsi_instruction()