HomeSort by relevance Sort by last modified time
    Searched refs:getSizeInWords (Results 1 - 4 of 4) sorted by null

  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVEntry.cpp 419 getSizeInWords(TheName) + 3), ExecModel(TheExecModel), Name(TheName){
472 :SPIRVAnnotation(TheTarget, getSizeInWords(TheStr) + 2), Str(TheStr){
488 assert(WordCount == getSizeInWords(Str) + 2 && "Incorrect word count");
518 assert(WordCount == getSizeInWords(Str) + FixedWC);
525 SPIRVEntry(TheModule, 2 + getSizeInWords(TheStr), OC, TheId), Str(TheStr){
586 :SPIRVEntryNoId(M, 1 + getSizeInWords(SS)), S(SS){}
600 :SPIRVEntryNoId(M, 1 + getSizeInWords(SS)), S(SS){}
SPIRVUtil.h 348 getSizeInWords(const std::string& Str) {
SPIRVEntry.h 465 :SPIRVAnnotation(TheTarget, FixedWC + getSizeInWords(TheStr)),
483 :SPIRVEntry(M, FixedWC + getSizeInWords(TheStr), OC, TheId), Str(TheStr){}
SPIRVType.h 326 :SPIRVType(M, 2 + getSizeInWords(TheName), OpTypeOpaque, TheId) {

Completed in 111 milliseconds