Home | History | Annotate | Download | only in i965

Lines Matching refs:temp_src

231    src_reg temp_src = src_reg(this, glsl_type::vec4_type);
232 emit(MOV(dst_reg(temp_src), src));
240 emit(opcode, temp_dst, temp_src);
244 emit(opcode, dst, temp_src);