Lines Matching defs:OP
472 #define OP(name) const Operation name("Op"#name)
473 OP(Capability);
474 OP(Extension);
475 OP(ExtInstImport);
476 OP(EntryPoint);
477 OP(MemoryModel);
478 OP(ExecutionMode);
480 OP(Decorate);
481 OP(MemberDecorate);
482 OP(Name);
483 OP(MemberName);
485 OP(TypeVoid);
486 OP(TypeBool);
487 OP(TypeInt);
488 OP(TypeFloat);
489 OP(TypeVector);
490 OP(TypeMatrix);
491 OP(TypeArray);
492 OP(TypeStruct);
493 OP(TypeFunction);
494 OP(TypePointer);
495 OP(TypeImage);
496 OP(TypeSampledImage);
498 OP(Constant);
499 OP(ConstantComposite);
500 OP(Variable);
502 OP(Function);
503 OP(FunctionEnd);
504 OP(Label);
505 OP(Return);
507 OP(LogicalEqual);
508 OP(IEqual);
509 OP(Select);
511 OP(AccessChain);
512 OP(Load);
513 OP(Store);
514 #undef OP