Home
last modified time | relevance | path

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

/external/mksh/src/
Dcheck.pl254 $temp_base = $opt_T || "/tmp";
304 die "$prog: couldn't cd to $temp_base - $!\n" if !chdir($temp_base);
/external/mesa3d/src/mesa/program/
Dir_to_mesa.cpp1860 src_reg temp_base = get_temp(ir->type); in visit() local
1861 dst_reg temp = dst_reg(temp_base); in visit()
1878 this->result = temp_base; in visit()
1883 src_reg temp_base = get_temp(ir->type); in visit() local
1884 dst_reg temp = dst_reg(temp_base); in visit()
1899 this->result = temp_base; in visit()
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp3079 st_src_reg temp_base = get_temp(ir->type); in visit() local
3080 st_dst_reg temp = st_dst_reg(temp_base); in visit()
3097 this->result = temp_base; in visit()
3102 st_src_reg temp_base = get_temp(ir->type); in visit() local
3103 st_dst_reg temp = st_dst_reg(temp_base); in visit()
3119 this->result = temp_base; in visit()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.c716 MODE_INFO **temp_base = cm->prev_mi_grid_base; in vp9_swap_mi_and_prev_mi() local
726 cm->mi_grid_base = temp_base; in vp9_swap_mi_and_prev_mi()