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

  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVType.h 660 class SPIRVTypeDeviceEvent : public SPIRVType {
663 SPIRVTypeDeviceEvent(SPIRVModule *M, SPIRVId TheId)
669 SPIRVTypeDeviceEvent() : SPIRVType(OpTypeDeviceEvent) {}
SPIRVModule.h 74 class SPIRVTypeDeviceEvent;
211 virtual SPIRVTypeDeviceEvent *addDeviceEventType() = 0;
SPIRVModule.cpp 206 virtual SPIRVTypeDeviceEvent *addDeviceEventType();
735 SPIRVTypeDeviceEvent *
737 return addType(new SPIRVTypeDeviceEvent(this, getId()));
    [all...]

Completed in 62 milliseconds