Searched refs:temp_v (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_shader.c7828 int temp_h = 0, temp_v = 0; local in function:tgsi_tex
7844 temp_v = treg;
7871 t->src_gpr = (i == 1) ? temp_h : temp_v;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_shader.c7927 int temp_h = 0, temp_v = 0; local in function:tgsi_tex
7943 temp_v = treg;
7970 t->src_gpr = (i == 1) ? temp_h : temp_v;

Completed in 27 milliseconds