HomeSort by relevance Sort by last modified time
    Searched refs:FixedWC (Results 1 - 6 of 6) 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...]
SPIRVDecorate.cpp 109 Literals.resize(WordCount - FixedWC);
131 Literals.resize(WordCount - FixedWC);
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){}
SPIRVEntry.cpp 518 assert(WordCount == getSizeInWords(Str) + FixedWC);
SPIRVInstruction.h     [all...]

Completed in 95 milliseconds