HomeSort by relevance Sort by last modified time
    Searched refs:SPIRVDecorate (Results 1 - 11 of 11) sorted by null

  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVValue.cpp 52 addDecorate(new SPIRVDecorate(DecorationAlignment, this, A));
72 addDecorate(new SPIRVDecorate(DecorationVolatile, this));
SPIRVDecorate.h 1 //===- SPIRVDecorate.h - SPIR-V Decorations ----------------------*- C++ -*-===//
127 class SPIRVDecorate:public SPIRVDecorateGeneric{
132 SPIRVDecorate(Decoration TheDec, SPIRVEntry *TheTarget)
135 SPIRVDecorate(Decoration TheDec, SPIRVEntry *TheTarget, SPIRVWord V)
138 SPIRVDecorate():SPIRVDecorateGeneric(OC){}
149 class SPIRVDecorateLinkageAttr:public SPIRVDecorate{
154 :SPIRVDecorate(DecorationLinkageAttributes, TheTarget) {
161 SPIRVDecorateLinkageAttr():SPIRVDecorate(){}
SPIRVDecorate.cpp 1 //===- SPIRVDecorate.cpp -SPIR-V Decorations ---------------------*- C++ -*-===//
40 #include "SPIRVDecorate.h"
97 SPIRVDecorate::encode(spv_ostream &O)const {
107 SPIRVDecorate::setWordCount(SPIRVWord Count){
113 SPIRVDecorate::decode(std::istream &I){
174 Target->addDecorate(static_cast<const SPIRVDecorate *const>(Dec));
SPIRVFunction.h 59 addDecorate(new SPIRVDecorate(DecorationFuncParamAttr, this, Kind));
SPIRVType.cpp 42 #include "SPIRVDecorate.h"
256 addDecorate(new SPIRVDecorate(DecorationCPacked, this));
SPIRVEntry.cpp 46 #include "SPIRVDecorate.h"
258 SPIRVEntry::addDecorate(const SPIRVDecorate *Dec){
266 addDecorate(new SPIRVDecorate(Kind, this));
271 addDecorate(new SPIRVDecorate(Kind, this, Literal));
SPIRVEntry.h 61 class SPIRVDecorate;
275 void addDecorate(const SPIRVDecorate *);
342 typedef std::multimap<Decoration, const SPIRVDecorate*> DecorateMapType;
SPIRVInstruction.h 480 addDecorate(new SPIRVDecorate(DecorationBuiltIn, this, Kind));
484 addDecorate(new SPIRVDecorate(DecorationConstant, this));
    [all...]
  /external/spirv-llvm/lib/SPIRV/
SPIRVUtil.cpp 42 #include "libSPIRV/SPIRVDecorate.h"
426 SPIRVDecorate *
429 return new SPIRVDecorate(spv::DecorationSaturatedConversion, Target);
432 return new SPIRVDecorate(spv::DecorationFPRoundingMode, Target,
    [all...]
SPIRVWriter.cpp     [all...]
SPIRVInternal.h 529 SPIRVDecorate *mapPostfixToDecorate(StringRef Postfix, SPIRVEntry *Target);
    [all...]

Completed in 58 milliseconds