Searched refs:FixedWC (Results 1 – 6 of 6) sorted by relevance
/external/spirv-llvm/lib/SPIRV/libSPIRV/ |
D | SPIRVDecorate.h | 130 static const SPIRVWord FixedWC = 3; variable 144 assert(WordCount == Literals.size() + FixedWC); in validate() 200 static const SPIRVWord FixedWC = 4; variable 226 assert(WordCount == Literals.size() + FixedWC); in validate() 267 static const SPIRVWord FixedWC = 2; 271 :SPIRVEntryNoIdGeneric(TheGroup->getModule(), FixedWC + TheTargets.size(), in SPIRVGroupDecorateGeneric() 281 Targets.resize(WC - FixedWC); in setWordCount()
|
D | SPIRVType.h | 392 const static SPIRVWord FixedWC = 9; variable 395 :SPIRVType(M, FixedWC, OC, TheId), SampledType(TheSampledType), in SPIRVTypeImage() 401 :SPIRVType(M, FixedWC + 1, OC, TheId), SampledType(TheSampledType), in SPIRVTypeImage() 442 assert(WordCount == FixedWC + Acc.size()); in validate() 454 Acc.resize(WordCount - FixedWC); in setWordCount() 465 const static SPIRVWord FixedWC = 2; variable 467 :SPIRVType(M, FixedWC, OC, TheId){ in SPIRVTypeSampler() 476 assert(WordCount == FixedWC); in _SPIRV_DEF_ENCDEC1() 483 const static SPIRVWord FixedWC = 3; variable 485 :SPIRVType(M, FixedWC, OC, TheId), ImgTy(TheImgTy){ in SPIRVTypeSampledImage() [all …]
|
D | SPIRVDecorate.cpp | 109 Literals.resize(WordCount - FixedWC); in setWordCount() 131 Literals.resize(WordCount - FixedWC); in setWordCount()
|
D | SPIRVEntry.h | 461 static const SPIRVWord FixedWC = 3; 465 :SPIRVAnnotation(TheTarget, FixedWC + getSizeInWords(TheStr)), in SPIRVMemberName() 480 static const SPIRVWord FixedWC = 2; variable 483 :SPIRVEntry(M, FixedWC + getSizeInWords(TheStr), OC, TheId), Str(TheStr){} in SPIRVString()
|
D | SPIRVEntry.cpp | 518 assert(WordCount == getSizeInWords(Str) + FixedWC); in validate()
|
D | SPIRVInstruction.h | 1125 template<Op OC, unsigned FixedWC> 1127 :public SPIRVInstTemplate<SPIRVAccessChainBase, OC, true, FixedWC, true> {
|