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.cpp482 num_inst_src_regs(unsigned opcode) in num_inst_src_regs() function
3088 for (j=0; j < num_inst_src_regs(inst->op); j++) { in rename_temp_register()
3111 for (j=0; j < num_inst_src_regs(inst->op); j++) { in get_first_temp_read()
3172 for (j=0; j < num_inst_src_regs(inst->op); j++) { in get_last_temp_read()
4218 num_src = num_inst_src_regs(inst->op); in compile_tgsi_instruction()