Searched refs:case2fi (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/mesa/state_tracker/ |
D | st_glsl_to_tgsi.cpp | 653 #define case2fi(f, i) case4(f, f, i, i) in get_opcode() macro 657 case2fi(ADD, UADD); in get_opcode() 658 case2fi(MUL, UMUL); in get_opcode() 659 case2fi(MAD, UMAD); in get_opcode() 665 case2fi(SEQ, USEQ); in get_opcode() 666 case2fi(SNE, USNE); in get_opcode() 672 case2fi(SSG, ISSG); in get_opcode()
|