Searched refs:temp_base (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/program/
H A Dir_to_mesa.cpp1883 src_reg temp_base = get_temp(ir->type); local in function:ir_to_mesa_visitor::visit
1884 dst_reg temp = dst_reg(temp_base);
1902 this->result = temp_base;
1907 src_reg temp_base = get_temp(ir->type); local in function:ir_to_mesa_visitor::visit
1908 dst_reg temp = dst_reg(temp_base);
1923 this->result = temp_base;
/xsrc/external/mit/MesaLib/dist/src/mesa/program/
H A Dir_to_mesa.cpp1820 src_reg temp_base = get_temp(ir->type); local in function:ir_to_mesa_visitor::visit
1821 dst_reg temp = dst_reg(temp_base);
1839 this->result = temp_base;
1844 src_reg temp_base = get_temp(ir->type); local in function:ir_to_mesa_visitor::visit
1845 dst_reg temp = dst_reg(temp_base);
1860 this->result = temp_base;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp3213 st_src_reg temp_base = get_temp(ir->type); local in function:glsl_to_tgsi_visitor::visit
3214 st_dst_reg temp = st_dst_reg(temp_base);
3232 this->result = temp_base;
3237 st_src_reg temp_base = get_temp(ir->type); local in function:glsl_to_tgsi_visitor::visit
3238 st_dst_reg temp = st_dst_reg(temp_base);
3254 this->result = temp_base;
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp3304 st_src_reg temp_base = get_temp(ir->type); local in function:glsl_to_tgsi_visitor::visit
3305 st_dst_reg temp = st_dst_reg(temp_base);
3323 this->result = temp_base;
3328 st_src_reg temp_base = get_temp(ir->type); local in function:glsl_to_tgsi_visitor::visit
3329 st_dst_reg temp = st_dst_reg(temp_base);
3345 this->result = temp_base;

Completed in 25 milliseconds