Home | History | Annotate | Download | only in libSPIRV

Lines Matching defs:FixedWC

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){
508 assert(WordCount == FixedWC);
516 const static SPIRVWord FixedWC = 2;
518 :SPIRVType(M, FixedWC, OC, TheId){
527 assert(WordCount == FixedWC);