Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp637 num_inst_src_regs(const glsl_to_tgsi_instruction *op) in num_inst_src_regs() function
4568 for (j = 0; j < num_inst_src_regs(inst); j++) { in rename_temp_registers()
4599 for (j = 0; j < num_inst_src_regs(inst); j++) { in get_first_temp_read()
4631 for (j = 0; j < num_inst_src_regs(inst); j++) { in get_last_temp_read_first_temp_write()
5606 num_src = num_inst_src_regs(inst); in compile_tgsi_instruction()