Searched refs:casecomp (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/mesa/state_tracker/ |
D | st_glsl_to_tgsi.cpp | 670 #define casecomp(c, f, i, u, d, i64, ui64) \ in get_opcode() macro 720 casecomp(SEQ, FSEQ, USEQ, USEQ, DSEQ, U64SEQ, U64SEQ); in get_opcode() 721 casecomp(SNE, FSNE, USNE, USNE, DSNE, U64SNE, U64SNE); in get_opcode() 722 casecomp(SGE, FSGE, ISGE, USGE, DSGE, I64SGE, U64SGE); in get_opcode() 723 casecomp(SLT, FSLT, ISLT, USLT, DSLT, I64SLT, U64SLT); in get_opcode()
|