Searched defs:EntryPoint (Results 1 – 11 of 11) sorted by relevance
263 isWriteImage(SPIRVWord EntryPoint) { in isWriteImage()269 isReadOrWriteImage(SPIRVWord EntryPoint) { in isReadOrWriteImage()
836 SPIRVId EntryPoint){ in addEntryPoint()977 SPIRVWord EntryPoint, const std::vector<SPIRVWord> &Args, in addExtInst()985 SPIRVWord EntryPoint, const std::vector<SPIRVValue *> &Args, in addExtInst()
59 struct EntryPoint { struct60 std::string name;61 std::string execution_model;62 std::string execution_modes;63 std::string body;64 std::string interfaces;
43 EntryPoint("entry", variable
68 EntryPoint("entry", variable
73 EntryPoint("entry", variable
350 const static char EntryPoint[] = "spirv.EntryPoint"; variable
2347 SPIRVWord EntryPoint = BC->getExtOp(); in transOCLBuiltinFromExtInst() local
2286 class EntryPoint(object): class
10591 SmallString<128> EntryPoint; in ConstructJob() local