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

  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVEntry.cpp 415 SPIRVEntryPoint::SPIRVEntryPoint(SPIRVModule *TheModule,
423 SPIRVEntryPoint::encode(spv_ostream &O) const {
428 SPIRVEntryPoint::decode(std::istream &I) {
SPIRVEntry.h 434 class SPIRVEntryPoint:public SPIRVAnnotation<OpEntryPoint> {
436 SPIRVEntryPoint(SPIRVModule *TheModule, SPIRVExecutionModelKind,
438 SPIRVEntryPoint():ExecModel(ExecutionModelKernel){}

Completed in 41 milliseconds