HomeSort by relevance Sort by last modified time
    Searched defs:FixedWC (Results 1 - 3 of 3) sorted by null

  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVDecorate.h 130 static const SPIRVWord FixedWC = 3;
144 assert(WordCount == Literals.size() + FixedWC);
200 static const SPIRVWord FixedWC = 4;
226 assert(WordCount == Literals.size() + FixedWC);
267 static const SPIRVWord FixedWC = 2;
271 :SPIRVEntryNoIdGeneric(TheGroup->getModule(), FixedWC + TheTargets.size(),
281 Targets.resize(WC - FixedWC);
SPIRVType.h 392 const static SPIRVWord FixedWC = 9;
395 :SPIRVType(M, FixedWC, OC, TheId), SampledType(TheSampledType),
401 :SPIRVType(M, FixedWC + 1, OC, TheId), SampledType(TheSampledType),
442 assert(WordCount == FixedWC + Acc.size());
454 Acc.resize(WordCount - FixedWC);
465 const static SPIRVWord FixedWC = 2;
467 :SPIRVType(M, FixedWC, OC, TheId){
476 assert(WordCount == FixedWC);
483 const static SPIRVWord FixedWC = 3;
485 :SPIRVType(M, FixedWC, OC, TheId), ImgTy(TheImgTy)
    [all...]
SPIRVEntry.h 461 static const SPIRVWord FixedWC = 3;
465 :SPIRVAnnotation(TheTarget, FixedWC + getSizeInWords(TheStr)),
480 static const SPIRVWord FixedWC = 2;
483 :SPIRVEntry(M, FixedWC + getSizeInWords(TheStr), OC, TheId), Str(TheStr){}

Completed in 436 milliseconds