Searched refs:SCA (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/gallium/drivers/nv30/ |
D | nvfx_vertprog.c | 579 nvfx_vp_emit(vpc, arith(sat, SCA, COS, dst, mask, none, none, src[0])); in nvfx_vertprog_parse_instruction() 599 nvfx_vp_emit(vpc, arith(sat, SCA, EX2, dst, mask, none, none, src[0])); in nvfx_vertprog_parse_instruction() 602 nvfx_vp_emit(vpc, arith(sat, SCA, EXP, dst, mask, none, none, src[0])); in nvfx_vertprog_parse_instruction() 611 nvfx_vp_emit(vpc, arith(sat, SCA, LG2, dst, mask, none, none, src[0])); in nvfx_vertprog_parse_instruction() 614 nvfx_vp_emit(vpc, arith(sat, SCA, LIT, dst, mask, none, none, src[0])); in nvfx_vertprog_parse_instruction() 617 nvfx_vp_emit(vpc, arith(sat, SCA, LOG, dst, mask, none, none, src[0])); in nvfx_vertprog_parse_instruction() 643 …nvfx_vp_emit(vpc, arith(0, SCA, LG2, tmp.reg, NVFX_VP_MASK_X, none, none, swz(src[0], X, X, X, X))… in nvfx_vertprog_parse_instruction() 645 nvfx_vp_emit(vpc, arith(sat, SCA, EX2, dst, mask, none, none, swz(tmp, X, X, X, X))); in nvfx_vertprog_parse_instruction() 648 nvfx_vp_emit(vpc, arith(sat, SCA, RCP, dst, mask, none, none, src[0])); in nvfx_vertprog_parse_instruction() 651 nvfx_vp_emit(vpc, arith(sat, SCA, RSQ, dst, mask, none, none, abs(src[0]))); in nvfx_vertprog_parse_instruction() [all …]
|
/external/libpcap/ |
D | tokdefs.h | 69 SCA = 287, enumerator 190 #define SCA 287 macro
|
D | grammar.y | 276 %token ATALK AARP DECNET LAT SCA MOPRC MOPDL 475 | SCA { $$ = Q_SCA; }
|
D | scanner.l | 218 sca return SCA;
|
D | grammar.c | 376 SCA = 287, enumerator 497 #define SCA 287 macro
|
D | scanner.c | 3173 return SCA;
|
/external/iproute2/lib/ |
D | ll_proto.c | 53 __PF(SCA,sca)
|