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

  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVType.h 322 class SPIRVTypeOpaque:public SPIRVType {
325 SPIRVTypeOpaque(SPIRVModule *M, SPIRVId TheId, const std::string& TheName)
331 SPIRVTypeOpaque():SPIRVType(OpTypeOpaque){}
SPIRVModule.h 65 class SPIRVTypeOpaque;
204 virtual SPIRVTypeOpaque *addOpaqueType(const std::string &) = 0;
SPIRVModule.cpp 193 virtual SPIRVTypeOpaque *addOpaqueType(const std::string &);
710 SPIRVTypeOpaque*
712 return addType(new SPIRVTypeOpaque(this, getId(), Name));
    [all...]

Completed in 206 milliseconds