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

/xsrc/external/mit/xf86-video-tga/dist/src/
H A Dtga_cursor.c109 unsigned int tmp_x, tmp_y; local in function:TGASetCursorPosition
113 tmp_x = x + CURSOR_SIZE;
114 tmp_x &= 0x0FFF;
120 pTga->RamDacRec->WriteDAC(pScrn, BT_CURS_X_LOW, 0x00, (tmp_x & 0xFF));
121 pTga->RamDacRec->WriteDAC(pScrn, BT_CURS_X_HIGH, 0xF0, (tmp_x >> 8));
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/
H A Dnine_ff.c323 struct ureg_dst tmp_x = ureg_writemask(tmp, TGSI_WRITEMASK_X); local in function:ureg_normalize3
325 ureg_DP3(ureg, tmp_x, src, src);
326 ureg_RSQ(ureg, tmp_x, _X(tmp));
587 struct ureg_dst tmp_x = ureg_writemask(tmp, TGSI_WRITEMASK_X); local in function:nine_ff_build_vs
603 ureg_DP3(ureg, tmp_x, vs->aVtx, vs->aVtx);
607 ureg_MAD(ureg, tmp_x, _Y(tmp), _YYYY(cPsz2), _XXXX(cPsz2));
608 ureg_MAD(ureg, tmp_x, _Y(tmp), _X(tmp), _WWWW(cPsz1));
609 ureg_RSQ(ureg, tmp_x, _X(tmp));
610 ureg_MUL(ureg, tmp_x, _X(tmp), _Z(tmp));
611 ureg_MUL(ureg, tmp_x, _
621 struct ureg_dst tmp, tmp_x, tmp2; local in function:nine_ff_build_vs
777 struct ureg_dst tmp_x = ureg_writemask(tmp, TGSI_WRITEMASK_X); local in function:nine_ff_build_vs
968 struct ureg_dst tmp_x = ureg_writemask(tmp, TGSI_WRITEMASK_X); local in function:nine_ff_build_vs
1204 struct ureg_dst tmp_x = ureg_writemask(tmp, TGSI_WRITEMASK_X); local in function:ps_do_ts_op
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Dnine_ff.c323 struct ureg_dst tmp_x = ureg_writemask(tmp, TGSI_WRITEMASK_X); local in function:ureg_normalize3
325 ureg_DP3(ureg, tmp_x, src, src);
326 ureg_RSQ(ureg, tmp_x, _X(tmp));
589 struct ureg_dst tmp_x = ureg_writemask(tmp, TGSI_WRITEMASK_X); local in function:nine_ff_build_vs
605 ureg_DP3(ureg, tmp_x, vs->aVtx, vs->aVtx);
609 ureg_MAD(ureg, tmp_x, _Y(tmp), _YYYY(cPsz2), _XXXX(cPsz2));
610 ureg_MAD(ureg, tmp_x, _Y(tmp), _X(tmp), _WWWW(cPsz1));
611 ureg_RSQ(ureg, tmp_x, _X(tmp));
612 ureg_MUL(ureg, tmp_x, _X(tmp), _Z(tmp));
613 ureg_MUL(ureg, tmp_x, _
623 struct ureg_dst tmp, tmp_x, tmp2; local in function:nine_ff_build_vs
779 struct ureg_dst tmp_x = ureg_writemask(tmp, TGSI_WRITEMASK_X); local in function:nine_ff_build_vs
970 struct ureg_dst tmp_x = ureg_writemask(tmp, TGSI_WRITEMASK_X); local in function:nine_ff_build_vs
1206 struct ureg_dst tmp_x = ureg_writemask(tmp, TGSI_WRITEMASK_X); local in function:ps_do_ts_op
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_vec4_cse.cpp110 src_reg tmp_x = xs[0]; local in function:operands_match
122 tmp_x.ud &= mask;
125 return tmp_x.equals(tmp_y);
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_vec4_cse.cpp110 src_reg tmp_x = xs[0]; local in function:operands_match
122 tmp_x.ud &= mask;
125 return tmp_x.equals(tmp_y);
/xsrc/external/mit/pixman/dist/pixman/
H A Dpixman-gradient-walker.c102 int32_t tmp_x; local in function:gradient_walker_reset
104 tmp_x = 0x10000 - right_x;
106 left_x = tmp_x;

Completed in 10 milliseconds