Searched refs:getSizeInWords (Results 1 – 4 of 4) sorted by relevance
/external/spirv-llvm/lib/SPIRV/libSPIRV/ |
D | SPIRVEntry.cpp | 419 getSizeInWords(TheName) + 3), ExecModel(TheExecModel), Name(TheName){ in SPIRVEntryPoint() 472 :SPIRVAnnotation(TheTarget, getSizeInWords(TheStr) + 2), Str(TheStr){ in SPIRVName() 488 assert(WordCount == getSizeInWords(Str) + 2 && "Incorrect word count"); in validate() 518 assert(WordCount == getSizeInWords(Str) + FixedWC); in validate() 525 SPIRVEntry(TheModule, 2 + getSizeInWords(TheStr), OC, TheId), Str(TheStr){ in SPIRVExtInstImport() 586 :SPIRVEntryNoId(M, 1 + getSizeInWords(SS)), S(SS){} in SPIRVSourceExtension() 600 :SPIRVEntryNoId(M, 1 + getSizeInWords(SS)), S(SS){} in SPIRVExtension()
|
D | SPIRVEntry.h | 465 :SPIRVAnnotation(TheTarget, FixedWC + getSizeInWords(TheStr)), in SPIRVMemberName() 483 :SPIRVEntry(M, FixedWC + getSizeInWords(TheStr), OC, TheId), Str(TheStr){} in SPIRVString()
|
D | SPIRVUtil.h | 348 getSizeInWords(const std::string& Str) { in getSizeInWords() function
|
D | SPIRVType.h | 326 :SPIRVType(M, 2 + getSizeInWords(TheName), OpTypeOpaque, TheId) { in SPIRVTypeOpaque()
|