Searched refs:t_src (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dr200_vertprog.c284 static unsigned long t_src(struct r200_vertex_program *vp, struct prog_src_register *src) function
759 o_inst->src0 = t_src(vp, &src[0]);
778 o_inst->src0 = t_src(vp, &src[0]);
792 o_inst->src1 = t_src(vp, &src[1]);
793 o_inst->src2 = t_src(vp, &src[2]);
796 o_inst->src1 = t_src(vp, &src[1]);
797 o_inst->src2 = t_src(vp, &src[2]);
835 o_inst->src1 = t_src(vp, &src[1]);
843 o_inst->src0 = t_src(vp, &src[0]);
858 o_inst->src0=t_src(v
[all...]
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dr200_vertprog.c284 static unsigned long t_src(struct r200_vertex_program *vp, struct prog_src_register *src) function
759 o_inst->src0 = t_src(vp, &src[0]);
778 o_inst->src0 = t_src(vp, &src[0]);
792 o_inst->src1 = t_src(vp, &src[1]);
793 o_inst->src2 = t_src(vp, &src[2]);
796 o_inst->src1 = t_src(vp, &src[1]);
797 o_inst->src2 = t_src(vp, &src[2]);
835 o_inst->src1 = t_src(vp, &src[1]);
843 o_inst->src0 = t_src(vp, &src[0]);
858 o_inst->src0=t_src(v
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dr3xx_vertprog.c140 static unsigned long t_src(struct r300_vertex_program_code *vp, function
197 inst[1] = t_src(vp, &vpi->SrcReg[0]);
213 inst[1] = t_src(vp, &vpi->SrcReg[0]);
214 inst[2] = t_src(vp, &vpi->SrcReg[1]);
338 inst[1] = t_src(vp, &vpi->SrcReg[0]);
339 inst[2] = t_src(vp, &vpi->SrcReg[1]);
340 inst[3] = t_src(vp, &vpi->SrcReg[2]);
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dr3xx_vertprog.c140 static unsigned long t_src(struct r300_vertex_program_code *vp, function
197 inst[1] = t_src(vp, &vpi->SrcReg[0]);
213 inst[1] = t_src(vp, &vpi->SrcReg[0]);
214 inst[2] = t_src(vp, &vpi->SrcReg[1]);
338 inst[1] = t_src(vp, &vpi->SrcReg[0]);
339 inst[2] = t_src(vp, &vpi->SrcReg[1]);
340 inst[3] = t_src(vp, &vpi->SrcReg[2]);
/external/valgrind/main/none/tests/amd64/
H A Dsse4-64.c3608 V128 xmm0, src, dst, t_xmm0, t_src, t_dst; local
3612 randV128(&t_src);
3616 memcpy(&src, &t_src, 16);
3622 showV128(&t_src);
3630 memcpy(&src, &t_src, 16);
3636 showV128(&t_src);
3675 V128 xmm0, src, dst, t_xmm0, t_src, t_dst; local
3679 randV128(&t_src);
3683 memcpy(&src, &t_src, 16);
3689 showV128(&t_src);
3742 V128 xmm0, src, dst, t_xmm0, t_src, t_dst; local
[all...]
/external/valgrind/main/VEX/useful/
H A Dhd_fpu.c644 IFDB(Text t_src CC)
649 fp_Op_name(op), dbl?'D':'F', t_src ); )
671 IFDB( Text t_src CC)
676 pop?"p":"", dbl?'D':'F', t_src ); )

Completed in 363 milliseconds