Searched defs:FixedWC (Results 1 - 3 of 3) sorted by relevance

/external/spirv-llvm/lib/SPIRV/libSPIRV/
H A DSPIRVDecorate.h130 static const SPIRVWord FixedWC = 3; member in class:SPIRV::SPIRVDecorate
144 assert(WordCount == Literals.size() + FixedWC);
200 static const SPIRVWord FixedWC = 4; member in class:SPIRV::SPIRVMemberDecorate
226 assert(WordCount == Literals.size() + FixedWC);
267 static const SPIRVWord FixedWC = 2; member in class:SPIRV::SPIRVGroupDecorateGeneric
271 :SPIRVEntryNoIdGeneric(TheGroup->getModule(), FixedWC + TheTargets.size(),
281 Targets.resize(WC - FixedWC);
H A DSPIRVEntry.h461 static const SPIRVWord FixedWC = 3; member in class:SPIRV::SPIRVMemberName
465 :SPIRVAnnotation(TheTarget, FixedWC + getSizeInWords(TheStr)),
480 static const SPIRVWord FixedWC = 2; member in class:SPIRV::SPIRVString
483 :SPIRVEntry(M, FixedWC + getSizeInWords(TheStr), OC, TheId), Str(TheStr){}
H A DSPIRVType.h392 const static SPIRVWord FixedWC = 9; member in class:SPIRV::SPIRVTypeImage
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; member in class:SPIRV::SPIRVTypeSampler
467 :SPIRVType(M, FixedWC, OC, TheId){
476 assert(WordCount == FixedWC);
483 const static SPIRVWord FixedWC = 3; member in class:SPIRV::SPIRVTypeSampledImage
485 :SPIRVType(M, FixedWC, O
516 const static SPIRVWord FixedWC = 2; member in class:SPIRV::SPIRVTypePipeStorage
[all...]

Completed in 6077 milliseconds