Home
last modified time | relevance | path

Searched refs:getDecoder (Results 1 – 13 of 13) sorted by relevance

/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVEntry.h84 void Ty::decode(std::istream &I) { getDecoder(I) >> x;}
87 void Ty::decode(std::istream &I) { getDecoder(I) >> x >> y;}
90 void Ty::decode(std::istream &I) { getDecoder(I) >> x >> y >> z;}
94 void Ty::decode(std::istream &I) { getDecoder(I) >> x >> y >> z >> u;}
98 void Ty::decode(std::istream &I) { getDecoder(I) >> x >> y >> z >> u >> v;}
102 void Ty::decode(std::istream &I) { getDecoder(I) >> x >> y >> z >> u >> \
107 void Ty::decode(std::istream &I) { getDecoder(I) >> x >> y >> z >> u >> \
112 void Ty::decode(std::istream &I) { getDecoder(I) >> x >> y >> z >> u >> \
117 void Ty::decode(std::istream &I) { getDecoder(I) >> x >> y >> z >> u >> \
127 void decode(std::istream &I) { getDecoder(I) >> x;}
[all …]
DSPIRVEntry.cpp141 SPIRVEntry::getDecoder(std::istream& I){ in getDecoder() function in SPIRV::SPIRVEntry
429 getDecoder(I) >> ExecModel >> Target >> Name; in decode()
441 getDecoder(I) >> Target >> ExecMode; in decode()
456 getDecoder(I) >> WordLiterals; in decode()
482 getDecoder(I) >> Target >> Str; in decode()
501 getDecoder(I) >> Target >> FileName >> Line >> Column; in decode()
536 getDecoder(I) >> Id >> Str; in decode()
556 getDecoder(I) >> AddrModel >> MemModel; in decode()
580 getDecoder(I) >> Lang >> Ver; in decode()
595 getDecoder(I) >> S; in decode()
[all …]
DSPIRVDecorate.cpp114 SPIRVDecoder Decoder = getDecoder(I); in decode()
136 getDecoder(I) >> Target >> MemberNumber >> Dec >> Literals; in decode()
147 getDecoder(I) >> Id; in decode()
164 getDecoder(I) >> DecorationGroup >> Targets; in decode()
DSPIRVFunction.cpp71 SPIRVFunction::getDecoder(std::istream &IS) { in getDecoder() function in SPIRVFunction
99 SPIRVDecoder Decoder = getDecoder(I); in decode()
DSPIRVBasicBlock.cpp58 SPIRVBasicBlock::getDecoder(std::istream &IS){ in getDecoder() function in SPIRVBasicBlock
DSPIRVBasicBlock.h59 SPIRVDecoder getDecoder(std::istream &IS);
DSPIRVValue.h177 getDecoder(I) >> Type >> Id; in decode()
179 getDecoder(I) >> Union.Words[i]; in decode()
DSPIRVInstruction.h379 auto D = getDecoder(I); in decode()
548 getDecoder(I) >> PtrId >> ValId >> MemoryAccess;
595 getDecoder(I) >> Type >> Id >> PtrId >> MemoryAccess;
1243 getDecoder(I) >> Type >> Id >> ExtSetId;
1247 getDecoder(I) >> ExtOpOCL;
1251 getDecoder(I) >> ExtOp;
1253 getDecoder(I) >> Args;
1429 getDecoder(I) >> Target >> Source >> MemoryAccess;
1485 getDecoder(I) >> Target >> Source >> Size >> MemoryAccess;
DSPIRVFunction.h97 SPIRVDecoder getDecoder(std::istream &IS);
DSPIRVType.cpp288 auto Decoder = getDecoder(I); in decode()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ReferenceType/
DSourceDebugExtensionDebuggee.java122 byte[] dexBytes = Base64.getDecoder().decode(base64DexWithExtensionClass); in getClassLoaderInitializedWithDexFile()
137 byte[] jarBytes = Base64.getDecoder().decode(base64JarWithExtensionClass); in getClassLoaderInitializedWithClassFile()
/external/r8/src/test/java/com/android/tools/r8/regress/
DRegress37740372.java136 .addClassProgramData(Base64.getDecoder().decode(javaLangObjectClassFile)) in test()
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/gif/
DGifDrawable.java114 public GifDecoder getDecoder() { in getDecoder() method in GifDrawable