Searched refs:RELATION (Results 1 - 2 of 2) sorted by relevance
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_search_helpers.h | 514 #define RELATION(r) \ macro 533 RELATION(lt_zero) 534 RELATION(le_zero) 535 RELATION(gt_zero) 536 RELATION(ge_zero) 537 RELATION(ne_zero)
|
/third_party/glslang/glslang/MachineIndependent/preprocessor/ |
H A D | Pp.cpp | 352 COND, LOGOR, LOGAND, OR, XOR, AND, EQUAL, RELATION, SHIFT, ADD, MUL, UNARY, enumerator 391 { '>', RELATION, op_gt }, 392 { PpAtomGE, RELATION, op_ge }, 393 { '<', RELATION, op_lt }, 394 { PpAtomLE, RELATION, op_le },
|
Completed in 4 milliseconds