Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi_private.h169 num_inst_dst_regs(const glsl_to_tgsi_instruction *op) in num_inst_dst_regs() function
Dst_glsl_to_tgsi_temprename.cpp776 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()
Dst_glsl_to_tgsi.cpp4698 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()