Searched refs:case3fid (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/mesa/state_tracker/ |
D | st_glsl_to_tgsi.cpp | 935 #define case3fid(f, i, d) case5(f, f, i, i, d) in get_opcode() macro 954 case3fid(ADD, UADD, DADD); in get_opcode() 955 case3fid(MUL, UMUL, DMUL); in get_opcode() 956 case3fid(MAD, UMAD, DMAD); in get_opcode() 957 case3fid(FMA, UMAD, DFMA); in get_opcode() 970 case3fid(SSG, ISSG, DSSG); in get_opcode() 976 case3fid(SQRT, SQRT, DSQRT); in get_opcode() 978 case3fid(RCP, RCP, DRCP); in get_opcode() 979 case3fid(RSQ, RSQ, DRSQ); in get_opcode() 981 case3fid(FRC, FRC, DFRAC); in get_opcode() [all …]
|