HomeSort by relevance Sort by last modified time
    Searched defs:SPIRVExtInstImport (Results 1 - 2 of 2) sorted by null

  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVEntry.cpp 523 SPIRVExtInstImport::SPIRVExtInstImport(SPIRVModule *TheModule, SPIRVId TheId,
530 SPIRVExtInstImport::encode(spv_ostream &O) const {
535 SPIRVExtInstImport::decode(std::istream &I) {
541 SPIRVExtInstImport::validate() const {
SPIRVEntry.h 609 class SPIRVExtInstImport:public SPIRVEntry {
613 SPIRVExtInstImport(SPIRVModule *TheModule, SPIRVId TheId,
616 SPIRVExtInstImport():SPIRVEntry(OC){}

Completed in 42 milliseconds