Searched refs:SPIRVTypeDeviceEvent (Results 1 – 3 of 3) sorted by relevance
660 class SPIRVTypeDeviceEvent : public SPIRVType { in _SPIRV_OP()663 SPIRVTypeDeviceEvent(SPIRVModule *M, SPIRVId TheId) in _SPIRV_OP()669 SPIRVTypeDeviceEvent() : SPIRVType(OpTypeDeviceEvent) {} in _SPIRV_OP()
74 class SPIRVTypeDeviceEvent; variable211 virtual SPIRVTypeDeviceEvent *addDeviceEventType() = 0;
206 virtual SPIRVTypeDeviceEvent *addDeviceEventType();735 SPIRVTypeDeviceEvent *737 return addType(new SPIRVTypeDeviceEvent(this, getId())); in addDeviceEventType()